├── README.md ├── TopNSQL ├── TOPSQL-Main.sql ├── TOPSQL-statement-detail.sql ├── TOPSQL-statement-toc.sql └── TOPSQL-statement.sql ├── administration ├── .recomp-and-show-errors.sql.un~ ├── generate_mystat_diff.sql ├── recomp-and-show-errors.sql ├── recomp-and-show-errors.sql~ ├── resize-datafiles.sql ├── segment_free_space_plsql.sql └── segment_free_space_sql.sql ├── powercoders ├── .countries.php.un~ ├── .dump-flightdb2.sql.un~ ├── CountryCity.sql ├── README.md ├── countries.php ├── countries.php~ ├── dump-flightdb2.sql └── dump-flightdb2.sql~ ├── sqldev └── SQLProfiles.xml ├── statistic-gathering └── display-system-statistics.txt ├── statspack ├── 01-install.sql ├── 02-schedule.sql ├── 03-idle-events.sql ├── 04-modify-level.sql ├── 05-some-patches.sql ├── 08-create-delta-views.sql ├── 11-comment-with-load.sql ├── README.md └── oracle-scene-63-f-pachot-improving-statspack-experience.pdf └── tmux-demo ├── .bashrc ├── .inputrc ├── .tmux.conf ├── .vimrc ├── FranckPachot_demos ├── DoYouGather.tmux ├── JoinMethods.sql ├── MT-Workshop.sql └── dbvrep.sh ├── README.md ├── Windows ├── MaximizeDEMO.lnk ├── MinimizeDEMO.lnk ├── README.md ├── batch.scripts-windowMode.bat at master · npocmaka-batch.scripts.url ├── windowMode.bat └── windowMode.exe ├── generatehtml.sh ├── runFromVim.sh └── testme.bash /README.md: -------------------------------------------------------------------------------- 1 | # scripts 2 | -------------------------------------------------------------------------------- /TopNSQL/TOPSQL-Main.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/TopNSQL/TOPSQL-Main.sql -------------------------------------------------------------------------------- /TopNSQL/TOPSQL-statement-detail.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/TopNSQL/TOPSQL-statement-detail.sql -------------------------------------------------------------------------------- /TopNSQL/TOPSQL-statement-toc.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/TopNSQL/TOPSQL-statement-toc.sql -------------------------------------------------------------------------------- /TopNSQL/TOPSQL-statement.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/TopNSQL/TOPSQL-statement.sql -------------------------------------------------------------------------------- /administration/.recomp-and-show-errors.sql.un~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/administration/.recomp-and-show-errors.sql.un~ -------------------------------------------------------------------------------- /administration/generate_mystat_diff.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/administration/generate_mystat_diff.sql -------------------------------------------------------------------------------- /administration/recomp-and-show-errors.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/administration/recomp-and-show-errors.sql -------------------------------------------------------------------------------- /administration/recomp-and-show-errors.sql~: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /administration/resize-datafiles.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/administration/resize-datafiles.sql -------------------------------------------------------------------------------- /administration/segment_free_space_plsql.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/administration/segment_free_space_plsql.sql -------------------------------------------------------------------------------- /administration/segment_free_space_sql.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/administration/segment_free_space_sql.sql -------------------------------------------------------------------------------- /powercoders/.countries.php.un~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/powercoders/.countries.php.un~ -------------------------------------------------------------------------------- /powercoders/.dump-flightdb2.sql.un~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/powercoders/.dump-flightdb2.sql.un~ -------------------------------------------------------------------------------- /powercoders/CountryCity.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/powercoders/CountryCity.sql -------------------------------------------------------------------------------- /powercoders/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/powercoders/README.md -------------------------------------------------------------------------------- /powercoders/countries.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/powercoders/countries.php -------------------------------------------------------------------------------- /powercoders/countries.php~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/powercoders/countries.php~ -------------------------------------------------------------------------------- /powercoders/dump-flightdb2.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/powercoders/dump-flightdb2.sql -------------------------------------------------------------------------------- /powercoders/dump-flightdb2.sql~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/powercoders/dump-flightdb2.sql~ -------------------------------------------------------------------------------- /sqldev/SQLProfiles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/sqldev/SQLProfiles.xml -------------------------------------------------------------------------------- /statistic-gathering/display-system-statistics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/statistic-gathering/display-system-statistics.txt -------------------------------------------------------------------------------- /statspack/01-install.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/statspack/01-install.sql -------------------------------------------------------------------------------- /statspack/02-schedule.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/statspack/02-schedule.sql -------------------------------------------------------------------------------- /statspack/03-idle-events.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/statspack/03-idle-events.sql -------------------------------------------------------------------------------- /statspack/04-modify-level.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/statspack/04-modify-level.sql -------------------------------------------------------------------------------- /statspack/05-some-patches.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/statspack/05-some-patches.sql -------------------------------------------------------------------------------- /statspack/08-create-delta-views.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/statspack/08-create-delta-views.sql -------------------------------------------------------------------------------- /statspack/11-comment-with-load.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/statspack/11-comment-with-load.sql -------------------------------------------------------------------------------- /statspack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/statspack/README.md -------------------------------------------------------------------------------- /statspack/oracle-scene-63-f-pachot-improving-statspack-experience.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/statspack/oracle-scene-63-f-pachot-improving-statspack-experience.pdf -------------------------------------------------------------------------------- /tmux-demo/.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/tmux-demo/.bashrc -------------------------------------------------------------------------------- /tmux-demo/.inputrc: -------------------------------------------------------------------------------- 1 | # PageDown runs last command in gdb 2 | $if Gdb 3 | "\e[6~": "\n" 4 | $endif 5 | 6 | -------------------------------------------------------------------------------- /tmux-demo/.tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/tmux-demo/.tmux.conf -------------------------------------------------------------------------------- /tmux-demo/.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/tmux-demo/.vimrc -------------------------------------------------------------------------------- /tmux-demo/FranckPachot_demos/DoYouGather.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/tmux-demo/FranckPachot_demos/DoYouGather.tmux -------------------------------------------------------------------------------- /tmux-demo/FranckPachot_demos/JoinMethods.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/tmux-demo/FranckPachot_demos/JoinMethods.sql -------------------------------------------------------------------------------- /tmux-demo/FranckPachot_demos/MT-Workshop.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/tmux-demo/FranckPachot_demos/MT-Workshop.sql -------------------------------------------------------------------------------- /tmux-demo/FranckPachot_demos/dbvrep.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/tmux-demo/FranckPachot_demos/dbvrep.sh -------------------------------------------------------------------------------- /tmux-demo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/tmux-demo/README.md -------------------------------------------------------------------------------- /tmux-demo/Windows/MaximizeDEMO.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/tmux-demo/Windows/MaximizeDEMO.lnk -------------------------------------------------------------------------------- /tmux-demo/Windows/MinimizeDEMO.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/tmux-demo/Windows/MinimizeDEMO.lnk -------------------------------------------------------------------------------- /tmux-demo/Windows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/tmux-demo/Windows/README.md -------------------------------------------------------------------------------- /tmux-demo/Windows/batch.scripts-windowMode.bat at master · npocmaka-batch.scripts.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/tmux-demo/Windows/batch.scripts-windowMode.bat at master · npocmaka-batch.scripts.url -------------------------------------------------------------------------------- /tmux-demo/Windows/windowMode.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/tmux-demo/Windows/windowMode.bat -------------------------------------------------------------------------------- /tmux-demo/Windows/windowMode.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/tmux-demo/Windows/windowMode.exe -------------------------------------------------------------------------------- /tmux-demo/generatehtml.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/tmux-demo/generatehtml.sh -------------------------------------------------------------------------------- /tmux-demo/runFromVim.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/tmux-demo/runFromVim.sh -------------------------------------------------------------------------------- /tmux-demo/testme.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FranckPachot/scripts/HEAD/tmux-demo/testme.bash --------------------------------------------------------------------------------