Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: [Q] create seperate DBA account on 8.1.7 but does NOT work?
When you bring up a database, a combination of the
ORACLE_SID and ORACLE_HOME environment variables are
hashed to a key and stored in memory. When you
attempt to connect to the database, this hash key is
verified.
Therefore your current environment for ORACLE_SID and ORACLE_HOME must match EXACTLY the environment of the user that brought up the database. Exactly down to every single slash and upper/lower case character.
Check your current environment for these variables to insure that they matche exactly the environment when the database came up.
Good luck!
Barb
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Barbara Baker INET: barbarabbaker_at_yahoo.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Jan 27 2003 - 11:24:43 CST
![]() |
![]() |