How to get identified globally to work?
Greetings All,
I'm looking into user accounts that are "identified globally" (my Developers are complaining that they have to remember more than one password! <sigh/>) but without much luck - I've obviously missed something so any pointers in the right direction would be greatly appreciated.
All other connections (from other applications) fail with
I'm looking into user accounts that are "identified globally" (my Developers are complaining that they have to remember more than one password! <sigh/>) but without much luck - I've obviously missed something so any pointers in the right direction would be greatly appreciated.
create user fredSqlplus fails with
identified globally as 'CN=Frod.Flintstein, OU=???, ... DC=???'
default tablespace users
temporary tablespace temp
account unlock ;
grant create session to fred ;
sp2-0306: Invalid Option(really helpful message - not! How do I track this one down?)
All other connections (from other applications) fail with
ORA-01017: invalid username/password; logon denied.
0