how to open my sql editor in browser [message #217373] |
Thu, 01 February 2007 22:42 |
pavan27
Messages: 50 Registered: December 2006 Location: bangalore
|
Member |
|
|
Hi to everyone,
i want to know how to open sql editor in the browser. i am using oracle version is Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production. can any one send me suggestions please.
regards,
pavan
|
|
|
|
|
|
Re: how to open my sql editor in browser [message #267606 is a reply to message #267516] |
Thu, 13 September 2007 19:36 |
|
ebrian
Messages: 2794 Registered: April 2006
|
Senior Member |
|
|
You need to configure the tnsnames.ora on the Linux server and start the iSQL*Plus Application Server on the Linux server with:
$ORACLE_HOME/bin/isqlplusctl start
You also need to ensure that the listener is configured and started on the Linux server.
$ORACLE_HOME/install/portlist.ini should provide the port number for you. You can connect to iSQL*Plus using the information Littlefoot provided above.
[Updated on: Thu, 13 September 2007 19:39] Report message to a moderator
|
|
|
|