Archive for septembre, 2011
LobSpace.sql
– ################################################ — # Creator: Vincent Fenoll — # Created: 2011/09/14 — # Name: LOBSpace.sql — ################################################ — # — # Compatible: Oracle 10g, 11g — # — ################################################ — # — # LOB info and deallocation of their space — # — ################################################ — The size of the LOB segment: select bytes from dba_segments [...]
MassExecuteSQL
– ################################################ — # Creator: Cyrille Modiano — # Created: 2011/09/08 — # Name: MassExecuteSQL — ################################################ — # — # Compatible: Oracle 8i, 9i, 10g, 11g — # — ################################################ — # — # This script execute an sql statement on all — # databases running on server (first for loop) — # or [...]
PasswordListener
– ################################################ — # Creator: Vincent Fenoll — # Created: 2011/09/01 — # Name: PasswordListener — ################################################ — # — # Compatible: Oracle 9i 10g 11g — # — ################################################ — # — # This script protect the listener LISTENER_1 — # with a the password xyz — ################################################ $>lsnrctl set current_listener LISTENER_1 set save_config_on_stop [...]
ZFSFreeMem
– ################################################ — # Creator: Cyrille Modiano — # Created: 2011/24/02 — # Name: ZFSFreeMem — ################################################ — # — # Compatible: Solaris 10 with ZFS cache — # — ################################################ — # — # This script returns the free memory size and his — # percentage on a solaris 10 host with ZFS cache [...]