Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dbms_epg, dads, and page not found

747335Jan 18 2010 — edited Jan 19 2010
I used to use apache/mod pl/sql / html toolkit on 8i and 9i. I've installed 11g on a VM at home to re-learn Oracle after some time away. OK, so they did away with apache, and there's a built in pl/sql gateway. Great, how the heck do you figure out what's not working?

I created a DAD, the DAD seems to exist. I've tried a dozen different URLs, different logon IDs & users, I keep getting "page not found".

Where can you look for logging or troubleshooting info on this process?

Mappings
========
plsql/*

Attributes
==========
default-page=
database-username=ABC
authentication-mode=

so the URL should be http://server/plsql/ ?
I set up a line in listener.ora for port 80

(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = gamer2k3)(PORT = 80))
(Presentation=HTTP)
(Session=RAW)
)

any suggestions?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 16 2010
Added on Jan 18 2010
7 comments
1,589 views