0% found this document useful (0 votes)
56 views

Isqlplus Method Problem

The document provides instructions for connecting to an Oracle database using iSQL Plus. It lists the requirements including having an online Oracle server and client PC. It describes setting proxy options and provides commands to check the machine name and database name after connecting.

Uploaded by

syedmsalman
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views

Isqlplus Method Problem

The document provides instructions for connecting to an Oracle database using iSQL Plus. It lists the requirements including having an online Oracle server and client PC. It describes setting proxy options and provides commands to check the machine name and database name after connecting.

Uploaded by

syedmsalman
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Method to Perform

----------------------------
-- iSQL PLUS REQUIREMENTS.
-- SERVER
--********
-- i- ONLINE SERVER USING ORACLE 9i WITH IP ADDRESS
-- ii- SERVICES
-- a- Oracle OraHome HTTP Autometic
-- b- Oracle Web DB Listener Manual
--
-- CLIENT
-- ******
-- a- Online PC with Explorer
-- b- Tools---> Internet Option ---->Connection----> Lan setting
-- v-- Proxy server
-- _____IP Address_________ Port _____8080

-- Machine Name & Dtatabase Name

SQL> CONN SYSTEM/MANAGER

Connected.

SQL> SELECT MACHINE FROM V$SESSION WHERE USERNAME = USER;

MACHINE
----------------------------------------------------------------
ORASOFT\SAJID

SQL> ---- DATABASE NAME ------

SQL> SELECT NAME FROM V$DATABASE;

NAME
---------
ORCL

---- Facing The Problem


e:\oracle\ora92\apache\apache\conf\httpd.conf

change

port 80

Listen 7778 Change with Listen 80

servername pc_name

You might also like