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: ORA-12560 in rman

Re: ORA-12560 in rman

From: <bdbafh_at_gmail.com>
Date: 27 Sep 2005 11:25:23 -0700
Message-ID: <1127845523.575955.66180@g49g2000cwa.googlegroups.com>


setting the environment variable ORACLE_SID=<mysid> is for creation local connections via BEQUEATH. It is not using TNS.

If you wish to connect to a target database on another host, you'll have to use a tns_alias in that connection attempt, e.g.

C:\> sqlplus myuser/mypass_at_pmmtst

hth.

-bdbafh Received on Tue Sep 27 2005 - 13:25:23 CDT

Original text of this message

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