-
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
[url]http://www.parallellserver.com.[/url]
bye
kishore
ram 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.
<font face=courier>
# 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)
)
)
</font>
Reddy,Sam
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|