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 -> password file question ...

password file question ...

From: steph <stephan0h_at_yahoo.de>
Date: 12 Jul 2006 02:05:35 -0700
Message-ID: <1152695135.026270.222890@s13g2000cwa.googlegroups.com>


Hi,

I've read the f***ing manual, but still i don't get it. Flame me for being dumb if you please.

Operating System: suse linux 9.3
Oracle Flavour: Standard Edition 10.1.0.4.0

I've created a password file to be able to manage a database remotely, and user sys is apparently in it as you can see here:

SQL> select * from v$pwfile_users
  2 ;

USERNAME                       SYSDB SYSOP
------------------------------ ----- -----
SYS                            TRUE  TRUE


Connecting remote works when the database is up and running:

e.g. sqlplus sys/<pwd>@<service> as sysdba

... but this also worked before. But when the database is down i still only can connect locally, trying to connect from remote tells me:

ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor

(which is the same i get when trying to connect with any other user and it makes perfect sense. )

I thought having a password file enables me to remotely connect to an instance as sysdba even if it's idle or not mounted? How can this be accomplised then?

Please give me a hint, even if it's only the manual page where this information is hidden - as i said i've consulted the manuals, even searched on tahiti.oracle.com - but still i miss the point.

Thanks,
Stephan Received on Wed Jul 12 2006 - 04:05:35 CDT

Original text of this message

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