URGENT>>DBA HELP<< with LISTENER.ORA & TNSNAMES.ORA files
From: Don Williams <Don.Williams_at_dal.ca>
Date: 1996/02/21
Message-ID: <Don.Williams-2102961701510001_at_dwilliams.dentistry.dal.ca>#1/1
LOG_DIRECTORY_LISTENER=/var/local/oracle/product/7.2.3/network/log LOG_FILE_LISTENER=listener.log
Date: 1996/02/21
Message-ID: <Don.Williams-2102961701510001_at_dwilliams.dentistry.dal.ca>#1/1
In attempts to get my listener running in a Mac environment I decided to manually create LISTNER.ORA and TNSNAMES.ORA myself. I have included them in this message below.
Questions:
1) Where should they be placed in the UNIX (AIX) file system?
I have put them in ....oracle/products/7.2.3/network/ with links to /etc/
)
SID_LIST_LISTENER=(SID_LIST=
(SID_DESC=
(SID_NAME=FOD)
(ORACLE_HOME=/var/local/oracle/product/7.2.3
)
)
# parameters set to defaults
# do not allow any empty spaces on the line before the parameter name
PASSWORDS_LISTENER=
STARTUP_WAIT_TIME_LISTENER=0
CONNECT_TIMEOUT_LISTENER=10
TRACE_LEVEL_LISTENER=OFF TRACE_DIRECTORY_LISTENER=/var/local/oracle/product/7.2.3/network/trace TRACE_FILE_LISTENER=listener.trc
LOG_DIRECTORY_LISTENER=/var/local/oracle/product/7.2.3/network/log LOG_FILE_LISTENER=listener.log
2) tnsnames.ora
# contains the names and addresses of all the services on the network # connect descriptor desc¹s the loc of the listener address and SID
FOD_DB=(DESCRIPTION=
(ADDRESS=
(PROTOCOL=tcp)
(HOST=wisdom)
(PORT=1521)
)
(CONNECT_DATA=
(SID=FOD)
)
)
--
Don A.Willams
Oracle DBA/Developer
Dalhousie University
Canada
Don.Williams_at_dal.ca
Received on Wed Feb 21 1996 - 00:00:00 CET
