Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: oracle sql*net config files?!?!?!

Re: oracle sql*net config files?!?!?!

From: Pavel <peroutka_at_apple.com>
Date: 1997/08/14
Message-ID: <5svgea$hui$1@news.apple.com>#1/1

  1. Install sql*net version2
  2. Install tcp/ip adapter (if you using tcp/ip)
  3. Have the directory of tnsnames and listener in path
  4. Configure tnsnames.ora

adm1d_sunrise = (DESCRIPTION =

    (ADDRESS_LIST =
(ADDRESS =

         (PROTOCOL = TCP)
         (HOST = sunrise.aaa.com)
         (PORT = 1521)
      )

    )
   (CONNECT_DATA =
(SID =adm1d)

   )
)

5. Configure listener.ora

        (SID_DESC=

(SID_NAME = adm1d)
(ORACLE_HOME = /home/oracle/7.3.2) )

6. Start listener.ora
lsnrctl start, lsnrctl status, lsnrctl stop

7. On client site install sql*net version2
8. Install tcp/ip adapter
9. If you connected to network there is utility to ping, try to ping
your server ip address

Pavel Received on Thu Aug 14 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US