Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-04020
It is a library cache object deadlock. I've heard of problems on 8i with refreshing snapshots that could give you a 4020 error. During a creation of a view, I've suffered one. Also installing Application 11i, I've had many. If it occurs frequently, you should call to Support. During that if it happens to be always with the same package or code piece, take a look of the size of the object, their dependencies, etc....Maybe it is a heavy loaded package or code piece.... If it is a procedure, try change it into a package, reduce its size, reduce its dependencies, etc..... If it occured only once....maybe it was a grant when many users were using it.....If it is a view, redefine it.
Well....if you are using Applications and the error appears frequently...call support too.
Regards.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Christian Trassens INET: ctrassens_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- 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 Tue Sep 25 2001 - 11:07:10 CDT