Re: Help: SQL*NET V2 Please Help !!!!

From: Allan Hicks <ahicks_at_acsatlanta.com>
Date: 1996/09/06
Message-ID: <32309816.3A86_at_acsatlanta.com>#1/1


If you can't use NETMAN, find the SQL*NET Admin guide. It has some good information about setting up the configuration files.

        Be sure to put the .ORA files on $ORACLE_HOME/network/admin and be sure the enviroment variable TNS_ADMIN contains $ORACLE_HOME/network/admin.
That boo-boo cost me two days.

        Once you've got your files, start the listener with:

        lsnrctl start listener

        You can verify that the listener started by running

        lsnrctl status         

        If you survive all of that, you should be able to connect by:

        sqlplus user/password_at_nodename

        The nodename is what you defined in the node field on the NETMAN page.

        I hope this helps.

-Allan Hicks Received on Fri Sep 06 1996 - 00:00:00 CEST

Original text of this message