Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: WEBDB PROBLEM !! URGENT
Siva:
I have just been through a similar exercise. (Same platform as yours) My problem was that I was not getting a login and password prompt. You need to go to the URL http://<myhost>:<myport>/admin_/gateway.htm
Database Access Descriptor Name dev21 Oracle User Name webdb Oracle Password (leave blank) Oracle Connect String dev21 (note- this should be your instance) Maximum Number of Worker Threads 4 Keep Database Connection Open between Requests? Yes Default (Home) Page WEBDB.home Document Table WEBDB.wwv_document Document Access Path docs Document Access Procedure WEBDB.wwv_testdoc.process_download SSL ENABLED (CGI ONLY) (mine is blank)
hth
Mary Ruiz
Atlanta GA
> -----Original Message-----
> From: Valiveru, Siva [SMTP:SValiveru_at_ea.com]
> Sent: Monday, July 17, 2000 7:09 PM
> To: Multiple recipients of list ORACLE-L
> Subject: 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.
>
> 1) Started listener
> $ wdbstart <myhost> <myport> start &
>
> 2)Checkd the listener running on the port or not.
> $netstat -a|grep <myport>
> <myhost>.<myport> *.* 0 0 0 0 LISTEN
> I 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.
>
> Thanks,
> Siva Valiveru
> --
> Author: Valiveru, Siva
> INET: SValiveru_at_ea.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
Received on Tue Jul 18 2000 - 08:46:35 CDT