Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> WEBDB PROBLEM !! URGENT
Hi All,
Environment : Oracle 815 on Solaris, Problem with WebDB 2.2 version.
I am facing problem while connecting to my WebDB homepage, when i say
http://<myhost>:<myport>/WebDB it is asking for username and Password after entering the username:webdb and password:XXXXX it is taking long time and finally saying that the "The page cannot be displayed ..."
This is what i did.
2)Checkd the listener running on the port or not.
$netstat -a|grep <myport>
<myhost>.<myport> *.* 0 0 0 0 LISTENI see that process is running on the specified port.
3) Went to url ,
http://<myhost>:<myport>/images/wadmin.gif
I see a small image (image of wadmin.gif).
4) Went to url,
http://<myhost>:<myport>/admin_/gateway.htm
it got redirected to
http://<myhost>:<myport>/WebDB/admin_/gateway.htm?schema=WEBDB
And i could see the setting page.
5) executed owa.util.showpage at sqlplus prompt, i see the html text output.
6) Finally when I go to the url
http://<host>:<port>/WebDB/
it is not brining up the WebDB home page.
Please Help me I do not know where go from here. Received on Mon Jul 17 2000 - 16:59:34 CDT