Re: How I can setup dedicated server ?

From: Frank Bommarito <75662.112_at_CompuServe.COM>
Date: 1996/07/29
Message-ID: <4tia2e$11v$1_at_mhadg.production.compuserve.com>#1/1


The parameters that you are setting are not for dedicated servers
- they are - instead - for shared servers.

For dedicated servers you need.
listener.ora on the machine where the oracle instance is running
- this file tells Oracle what to do with the ORACLE_SID when it
is passed along the network.

You need - tnsnames.ora on all machines that will be able to access Oracle. This just says that "PROD" is an ORACLE_SID on xx machine using yy protocol.

Where the file goes is OS specific - but - as a last resort $ORACLE_HOME/network/admin is searched.

Then - just run the LISTENER and you are in business - Be sure to NOT have the MTS parameters if you wish dedicated servers by default.

Frank Received on Mon Jul 29 1996 - 00:00:00 CEST

Original text of this message