Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle listener

Status
Not open for further replies.

pardito

Programmer
Nov 28, 2000
1
CA
Does any body have a suggestion on how to automatically start the tnslsnr when a unix system boots up?

Does the listener have to start only after the database is up?

Thank you
 
On most Unix machine, you add a script in /etc/rc2.d directory with a name that start with "S". The system automatically executes every scripts that start with S.

To answer your second question, the database does not have to be up to start the listener.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top