Re: does "identified externally" work?
Date: 1996/03/14
Message-ID: <4i9cvv$4un_at_nrcnet0.nrc.ca>#1/1
Thanks to those who offered help regarding "identified externally".
It does work. I guess my problem was invoking "sqlplus" and then
actually replying with "x" (or "ops$x") when prompted for a username.
(If one replies with a username, you are then prompted for a password.
A null password is not valid at this prompt.) Using "sqlplus /"
to bypass both username and password prompts is useful (but not documented?).
(P.S. The default Oracle account associated with os account "x" is "ops$x".
To change this, modify the value of "os_authent_prefix" by placing a line
in file configsid.ora. E.g., to make these accounts the same,
use "os_authent_prefix = "".)
(P.S. The above refers to Oracle 7.2.3 running on Solaris 2.3.)
Received on Thu Mar 14 1996 - 00:00:00 CET