TEC 5323 Advanced Database Technology

Syllabus
Schedule
Assignments
Resources
Discussion
Tests
FAQ
Notes

Client Setup after Installing Oracle 8i/9i EE

  1. Start Net8/NetManger: Windows Start—Oracle-OraHome81—Network Administration-Net8 Assistant. In Oracle8i, it is called Net8 whereas in Oracle9i, it is called Net Manger. Everything else is very much the same.

  1. Click Local:

  1. Click Service Naming:

  1. Click: Edit—Create. Follow the instructions on screen and use the following parameters:

Parameters for Client Setup:

Net Service Name: oracle1
Protocol: TCP/IP
Host Name: oracle1.eiu.edu
Port Number: 1521
(Oracle 8i) Service Name: oracle1.techdata1.eiu.edu

Oracle8i Connection Type:

Database Default
 

5. If you have difficulty setting up your client, you may want to check tnsnames.ora file in e:\oracle\ora81\NETWORK\ADMIN\tnsnames.ora. The file should contain the following settings.

# TNSNAMES.ORA Network Configuration File: e:\oracle\ora81\NETWORK\ADMIN\tnsnames.ora
# Generated by Oracle configuration tools.
# This file can be copied to local machine if student has difficulty configuring local client.
#

ORACLE1.TECHDATA1.EIU.EDU =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = oracle1.eiu.edu)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = oracle1.techdata1.eiu.edu)
(INSTANCE_NAME = oracle1)
(GLOBAL_NAME = oracle1.techdata1.eiu.edu)
)
)

INST1_HTTP.EIU.EDU =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = oracle1.eiu.edu)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = oracle1.techdata1.eiu.edu)
(PRESENTATION = http://admin)
)

Notes:

             

    Class Index

School of Technology
College of Business & Applied Sciences
Eastern Illinois University