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 -> "/ as sysdba" Failes But "sys/password@service_name" Works ???

"/ as sysdba" Failes But "sys/password@service_name" Works ???

From: Ibrahim DOGAN <idogan_tech_at_yahoo.com>
Date: 25 Feb 2004 11:54:27 -0800
Message-ID: <6bf58828.0402251154.bfd587b@posting.google.com>


I'm trying to connect to a remote Oracle database from a Unix box.

Unix : AIX 4.3.3.
Oracle: 8.1.7

$> sqlplus sys/syspassword_at_my_db_name

Connected.

perfectly works

but, the following commands generate ORA-12545: error, any idea why ? :

$> export ORACLE_SID=my_db_name
$> sqlplus "/ as sysdba"

ERROR:
ORA-12545: Connect failed because target host or object does not exist

i.d. Received on Wed Feb 25 2004 - 13:54:27 CST

Original text of this message

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