-
I wish to setup Oracle 8i on my computer as a standalone version. I think I have completed the installation, but I am having trouble with Net8 Configuration Assistant. Do I have to setup Oracle with network configurations, even do I am accessing my database directly.
Any help would be appreciated.
Bryan
-
hello brayn,
you will get full installation setp by step in technet.oracle.com.
if u are installing parallel server u will get it in
http://www.parallellserver.com.
bye
kishore
-
This is my tnsnames.ora. "PRDB" is my database name and "desktop" is machine/host name. You can cut and paste this tnsnames.ora into
ORACLE_HOME/network/admin or ORACLE_HOME/net80/admin whichever is relevant for your installation and edit database name and machine/host name. It shoud work. If not try posting errors.
# TNSNAMES.ORA Network Configuration File: D:\D01\Ora8i\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
PRDB =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = desktop)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = prdb)
)
)