ociuldr is more and more widely used by DBAs. Someone sent me a email few days ago said that he had successfully implemented this tool in one of his project. Even it's just a very small utility, it take me some time to add lot's of option to make it more useful. Today I will introduce the LOG option to you.
log = log file name, prefix with + to append mode
For example :
ociuldr user=ansyql/anysql@s8i query="select * from tab" log=tab.log
ociuldr user=ansyql/anysql@s8i query="select * from tab" log=+tab.log
If the LOG option is provided, ociuldr will not print any message to the screen (standard out put device), they will be printed to the log file specified by the LOG option. If the LOG option value is prefixed with a plus char, ociuldr will append the message to the log file, else create a new one. This option is very useful when you schedule ociuldr in a crontab job, keep all the message output for trouble shooting.
Welcome to new version. You can download source code to compile your binary, I only provide the binarys of Windows(x86), RedHat Linux (x86) and Solairs Sparc 64.