Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Viewing SQL*PLUS in a web browser window
avinth_rabbipal_at_yahoo.com (A V) writes:
> How would I configure Oracle 9i rel 2 to start SQL*PLUS in a web
> browser window.
There is a presupplied "iSQL*Plus" web interface on Oracle 9iR2 platforms that have the Oracle HTTP server (aka Apache) available on the database server install. These include UNIX and Windows platforms.
If you already have the HTTP server running, then the default URL for iSQL*Plus would be something like:
http://machine_name.domain:port/isqlplus
The port number defaults to 7777 or 7778.
See the SQL*Plus UG&R online at:
http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/server.920/a90842/toc.htm
Particularly see the iSQL*Plus configuration instructions at:
http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/server.920/a90842/ch3.htm#1005835
There is a forum on the Oracle Technology Network (OTN) for iSQL*Plus questions. The URL is:
http://www.oracle.com/forums/forum.jsp?id=464737
Chris
-- Christopher Jones, Oracle Corporation, Australia.Received on Wed Aug 21 2002 - 20:30:08 CDT
![]() |
![]() |