14 Commits

Author SHA1 Message Date
FranzAndreas
c280d1a1df Create WHO_IS_USING.plb
This article contains a script that checks to see whether a package is currenly in use.

The procedure  can be used to check whether any user is using the package. If the procedure shows ANY row, then the package cannot be compiled at this time. Substitute the parameter '%' with the actual package name that you are trying to compile.

Package compilation will hang waiting on 'Library Cache Lock' and 'Library Cache Pin' if some users are executing any Procedure/Function defined in the same package.

In order to compile/Parse a Package/Procedure/Function/View, a user needs to obtain 'Library Cache Lock' and 'Library Cache Pin' latches for the . The latches ensure that
no one is using the object during compilation/parsing. If we did not do this then the pacakge could be replace while it is being executed with unpredicatable results.
2016-08-09 11:21:20 +02:00
FranzAndreas
c02a9f5911 Create print_table_pipelined.sql 2016-08-09 09:36:06 +02:00
FranzAndreas
889c52ea1a print_table by Tom Kyte
print_table by Tom Kyte
2016-08-09 09:35:17 +02:00
FranzAndreas
9120cda739 Script to Collect Log File Sync Diagnostic Information 2016-08-08 15:33:28 +02:00
Franz Rustler
e9ee5a91a3 create plan, outline, profile scripts 2014-11-28 14:34:09 +01:00
Franz Rustler
8d62b2f21c New sql Scripts from Karen and Carlos 2014-11-10 15:55:01 +01:00
Franz Rustler
0dbe8613b3 add scripts for space and xplan 2014-09-29 10:38:45 +02:00
Franz Rustler
8eb106f8a4 Tablespace scripte 2014-09-19 15:22:32 +02:00
Franz Rustler
3ead6c4b20 änderung der glogin für i.sql 2014-09-17 14:18:05 +02:00
Franz Rustler
6c69ecc413 add glogon 2014-09-17 13:25:17 +02:00
Franz Rustler
ff4c708560 add Alberto 2014-09-17 13:25:02 +02:00
Franz Rustler
a79d9a9d99 add ashmasters 2014-09-17 13:24:38 +02:00
Franz Rustler
d8107faaae add Tanel scripte 2014-09-17 13:23:48 +02:00
Franz Rustler
a328edb315 Init des repository 2014-09-17 13:22:27 +02:00