Skip to content

olase23/oracle_sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

oracle_sql

Different small PL/SQL helper scripts for Oracle databases.

show_table_locks.sql

Shows the current locked tables with some additional informations like: user, host, sid, lock type, ...

sqlplus system/xxxx@//127.0.0.1:1521/xe @show_table_locks.sql

It generates an output file named show_table_locks.lst in the same directory.

open_sessions.sql

Shows current open sessions. Additional it show the cureent executed SQL.

sqlplus system/xxxx@//127.0.0.1:1521/xe @open_sessions.sql

tablespace_info.sql

Shows all table spaces, data files and their current usage.

sqlplus system/xxxx@//127.0.0.1:1521/xe @open_sessions.sql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published