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: SQL Net Upgrade

Re: SQL Net Upgrade

From: Komix Hui <huikomix_at_dt.com.hk>
Date: 1997/01/31
Message-ID: <32F2719F.6C5A@dt.com.hk>#1/1

Djstars wrote:
>
> We are planning to upgrade from SQL Net 1.x to 2.x. We heard that they
> both can be run in parrallel. Having both versions running on the server
> side and then having either or running on the clients. Is this true?
> Also are there any other things we should look out for? DB version is
> 7.1.6?

sql*net 1.x and 2.x can run in parallel. The settings can be this:

  1. intall sql*net 2.x to your rdbms server (sql*net 1.x is running)
  2. start up both sql*net 1.x and sql*net 2.x listener, such as in unix box, 2.1. add port '1525' to '/etc/services' for sql*net 1.x 2.2. add port '1521' to '/etc/services' for sql*net 2.x 2.3. start up 'orasrv' and 'tnsctl' processes 2.4. modify 'tnsnames.ora' for both sql*net 1.x and 2.x
  3. your client can run sql*net 1.x or sql*net 2.x
-- 
Hui, Kwok Miu (Xu, Guo Miao)         E-Mail: huikomix_at_dt.com.hk
Assistant MIS Manager                Tel   : (00852)2589 3369
Cho Yang (Hong Kong) Co., Ltd.       Fax   : (00852)2559 3049
Received on Fri Jan 31 1997 - 00:00:00 CST

Original text of this message

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