Quantcast
Channel: Doyensys Allappsdba Blog..
Viewing all articles
Browse latest Browse all 1640

While deploying/Compiling PL/SQL package or spec no response/hangs on current session

$
0
0
Issue:

While deploying/Compiling PL/SQL package or spec no response/hangs on current session

If you find the session details for your session the event will be as " Library Cache Load Lock"

SQL> alter PACKAGE "APPS".XXXS_XXXR compile body;
^C
Warning: Package Body altered with compilation errors.

We need to interrupt the session to get out from this session.

Cause:

This is mainly because of the package body which is in use with some other on going programs

we cannot find this as blocking session

We need to find by finding sql_text from v$sql related to package body

Solution:

Just wait the process to complete or kill the process and try to compile the body again

SQL> alter PACKAGE "APPS".XXXS_XXXR compile body;

Package body altered.

SQL> show errors;
No errors.

Viewing all articles
Browse latest Browse all 1640

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>