SQLDIR — One stop sqlplus script management utility for Oracle:
- Sql scripts reside on OS file system (UNIX, WINDOWS)
- They are organized into categories using special tags embedded into each script (very simple like html)
- SQLDIR parser scans them into searchable repository
- Access scripts right from sqlplus using user friendly menu (character based for hardcore telnet users)
- True tool for hardcore Oracle DBA that relies on sqlplus rather then GUI tools because sqlplus is always there
- Parser is written in C making it very fast
- Organize just about any sqlplus script (adhoc reporting …)
- New scripts are easily added to repository and automatically parsed for description tag and category tag (set up a cron job and all new scripts will be at the tip of your finger momentarily)
- Repository is saved as sqlplus script which makes it portable take it anywhere and have it up and running in seconds perfect for all you road warriors out there … I should know – I was in consulting for years.
Download SQLDIR (C SOURCE Code is included)
Vitaliy Mogilevskiy August 7, 2008
Posted In: