Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: user OUTLN and DBSNMP
OUTLN contains data dictionary tables related to "stored outlines" and
DBSNMP is the access account for the Oracle Enterprise Manager "intelligent
agent".
Just lock the accounts (if they aren't already locked), but don't drop them:
ALTER USER OUTLN ACCOUNT LOCK;
ALTER USER DBSNMP ACCOUNT LOCK;
on 5/19/03 4:26 AM, Waleed Haggagy at WHaggagy_at_EgyptSE.com wrote:
> HI
>
> what is user "OUTLN" and "DBSNMP" ??
> and why created automatic with new instance ?!
> and can I delete anyone of them ?
>
> Waleed Haggagy
> Stock Exchange
> Mob : (2010) 160 6100
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Tim Gorman INET: tim_at_sagelogix.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 May 19 2003 - 08:56:37 CDT