├── README ├── active_rollback.sql ├── ascii.sql ├── client_info.sql ├── db_buffer_hr.sql ├── db_cache_advice.sql ├── db_report.sql ├── dbfile_seqread.sql ├── dbfile_seqread_object.sql ├── dbv_list.sql ├── ddl_extract.sql ├── dump_env.sql ├── kill_oracle.sh ├── last5.sql ├── litersql.sql ├── log_switches.sql ├── maxshrink.sql ├── monitor_cursors.sql ├── need_to_pin.sql ├── oracle_connection.sh ├── pga_cache_advice.sql ├── proc_datafiles.sql ├── proc_extents.sql ├── proc_free_bytes.sql ├── proc_last_change.sql ├── proc_open_cursors.sql ├── proc_sessions.sql ├── proc_show_events.sql ├── proc_table_pk.sql ├── proc_update_mail.sql ├── rebuild_indexes.sql ├── redo_log_switches.sql ├── rollback_extensions.sql ├── search_long.sql ├── show_events.sql ├── tab_desc.sql ├── tableinfo.sql ├── test_table.sql ├── tp_stats.sql ├── unix_process.sql └── user_privs.sql /README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /active_rollback.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/active_rollback.sql -------------------------------------------------------------------------------- /ascii.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/ascii.sql -------------------------------------------------------------------------------- /client_info.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/client_info.sql -------------------------------------------------------------------------------- /db_buffer_hr.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/db_buffer_hr.sql -------------------------------------------------------------------------------- /db_cache_advice.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/db_cache_advice.sql -------------------------------------------------------------------------------- /db_report.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/db_report.sql -------------------------------------------------------------------------------- /dbfile_seqread.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/dbfile_seqread.sql -------------------------------------------------------------------------------- /dbfile_seqread_object.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/dbfile_seqread_object.sql -------------------------------------------------------------------------------- /dbv_list.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/dbv_list.sql -------------------------------------------------------------------------------- /ddl_extract.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/ddl_extract.sql -------------------------------------------------------------------------------- /dump_env.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/dump_env.sql -------------------------------------------------------------------------------- /kill_oracle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/kill_oracle.sh -------------------------------------------------------------------------------- /last5.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/last5.sql -------------------------------------------------------------------------------- /litersql.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/litersql.sql -------------------------------------------------------------------------------- /log_switches.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/log_switches.sql -------------------------------------------------------------------------------- /maxshrink.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/maxshrink.sql -------------------------------------------------------------------------------- /monitor_cursors.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/monitor_cursors.sql -------------------------------------------------------------------------------- /need_to_pin.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/need_to_pin.sql -------------------------------------------------------------------------------- /oracle_connection.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/oracle_connection.sh -------------------------------------------------------------------------------- /pga_cache_advice.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/pga_cache_advice.sql -------------------------------------------------------------------------------- /proc_datafiles.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/proc_datafiles.sql -------------------------------------------------------------------------------- /proc_extents.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/proc_extents.sql -------------------------------------------------------------------------------- /proc_free_bytes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/proc_free_bytes.sql -------------------------------------------------------------------------------- /proc_last_change.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/proc_last_change.sql -------------------------------------------------------------------------------- /proc_open_cursors.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/proc_open_cursors.sql -------------------------------------------------------------------------------- /proc_sessions.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/proc_sessions.sql -------------------------------------------------------------------------------- /proc_show_events.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/proc_show_events.sql -------------------------------------------------------------------------------- /proc_table_pk.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/proc_table_pk.sql -------------------------------------------------------------------------------- /proc_update_mail.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/proc_update_mail.sql -------------------------------------------------------------------------------- /rebuild_indexes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/rebuild_indexes.sql -------------------------------------------------------------------------------- /redo_log_switches.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/redo_log_switches.sql -------------------------------------------------------------------------------- /rollback_extensions.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/rollback_extensions.sql -------------------------------------------------------------------------------- /search_long.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/search_long.sql -------------------------------------------------------------------------------- /show_events.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/show_events.sql -------------------------------------------------------------------------------- /tab_desc.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/tab_desc.sql -------------------------------------------------------------------------------- /tableinfo.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/tableinfo.sql -------------------------------------------------------------------------------- /test_table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/test_table.sql -------------------------------------------------------------------------------- /tp_stats.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/tp_stats.sql -------------------------------------------------------------------------------- /unix_process.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/unix_process.sql -------------------------------------------------------------------------------- /user_privs.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/geekcomputers/Oracle-SQL/HEAD/user_privs.sql --------------------------------------------------------------------------------