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: Can't expend my DB

Re: Can't expend my DB

From: NorwoodThree <norwoodthree_at_my-deja.com>
Date: 22 Aug 2002 15:50:41 -0700
Message-ID: <ba03e2c.0208221450.73404d8f@posting.google.com>


Try this...it will try the IP first.

ORACLE_TINA =
   (DESCRIPTION =

     (ADDRESS_LIST =

(ADDRESS = (PROTOCOL = TCP)(HOST = your.ip.add.ress)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = tina)(PORT = 1521))
) (CONNECT_DATA =
(SID = oracle)
(SERVER = DEDICATED)
)

   ) Received on Thu Aug 22 2002 - 17:50:41 CDT

Original text of this message

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