Mailing List
Home
Forum Home
Oracle List - by freelists.org
Oracle on SUSE Linux - Runing Oracle on SUSE Linux
Oracle database error code ...
www.freelists.org
Subjects
ORA 12540: TNS:internal limit restriction exceeded
ORA 12838 please : Is possible to append two times to the same table befo
ORA 12838 please : Is possible to append two times to the same table before
ora 04031
ora 12500 on windows
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 01925: maximum of 30 enabled roles exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ora 12500 on windows
ORA 01650, one idea
ORA 01650
ORA 4030
ORA 12838 please : Is possible to append two times to thesametable before do
ORA 12838 please : Is possible to append two times to thesame table before d
ORA 01536
ORA 03113 end of file on communication channel
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 00600:
ORA 00020: maximum number of processes (%s) exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ORA 3113 while creating a cluster database 9201 RAC on Linux with OCFS
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 01650, one idea
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 2000 Error Using DBMS STATS GATHER SCHEMA STATS
ORA 01650, one idea
ORA 01650, one idea
ORA 01650, one idea
ORA 01650
ORA 01650
ORA 01031
ORA 4030
ORA 4030
ORA 06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind
ORA 01722 invalid number
 
PL/SQL delayed compilation

PL/SQL delayed compilation

2007-08-31       - By John Kanagaraj

 Back
Edgar,

I have heart a mention of this feature in LewisC podcast and also in Oracle
> 11g new feature white paper. Oracle white paper says:
>
> With Oracle Database 11g, both patch set and release upgrades are now
> significantly faster through the use of parallelism and delayed compilation
> of PL/SQL objects.
>
>
Apparently, Oracle Database 11g does this by recording dependency
information at the granularity of the element within the object rather than
at the whole object. For example dependencies on a procedure within a
package is tracked rather than dependency on the package itself. Hence, if
you

This is what I know - I am sure the Gurus would like to comment. Maybe
someone with a 11g database can post the description/selected contents of
DBA_DEPENDENCIES and run the query below:

select referenced_type, count(*) from dba_dependencies
group by referenced_type;

--
John Kanagaraj <><
DB Soft Inc
http://www.linkedin.com/in/johnkanagaraj
http://jkanagaraj.wordpress.com (Sorry - not an Oracle blog!)
** The opinions and facts contained in this message are entirely mine and do
not reflect those of my employer or customers **

Edgar,<br><br><div><span class="gmail_quote"></span><blockquote class="gmail
_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0
.8ex; padding-left: 1ex;"><div>I have heart a mention of this feature in LewisC
podcast and also in Oracle 11g new feature white paper. Oracle white paper says
:
<br> </div>
<div>&nbsp;</div>
<div>With Oracle Database 11g, both patch set and release upgrades are now
significantly faster through the use of parallelism and delayed compilation of
PL/SQL objects.<br><br></div></blockquote></div><br>Apparently, Oracle Database
11g does this by recording dependency information at the granularity of the
element within the object rather than at the whole object. For example
dependencies on a procedure within a package is tracked rather than dependency
on the package itself. Hence, if you
<br><br>This is what I know - I am sure the Gurus would like to comment. Maybe
someone with a 11g database can post the description/selected contents of DBA
_DEPENDENCIES and run the query below:<br><br>select referenced_type, count(*)
from dba_dependencies
<br>group by referenced_type;<br><br>-- <br>John Kanagaraj &lt;&gt;&lt;<br>DB
Soft Inc<br><a href="http://www.linkedin.com/in/johnkanagaraj">http://www
.linkedin.com/in/johnkanagaraj</a><br><a href="http://jkanagaraj.wordpress.com">
http://jkanagaraj.wordpress.com</a> (Sorry - not an Oracle blog!)<br>** The
opinions and facts contained in this message are entirely mine and do not
reflect those of my employer or customers **