Oracle 11g External Tables to store results of OS commands
- Posted by Gavin Soorma
- On March 16, 2010
- 1 Comments
In Oracle 11g, we can now use external tables to not only display data stored in flat files outside the database, but also store the result of any command executed at the OS level – for example in this case we have a shell script which basically runs the ‘uptime’ command and we then run […]
Read More