DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Oracle 8i Setup

  1. #1
    Join Date
    Feb 2001
    Posts
    1
    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

  2. #2
    Join Date
    Feb 2001
    Posts
    24
    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

  3. #3
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    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
  •  


Click Here to Expand Forum to Full Width