SQL LOADER - SILENT option [message #287282] |
Tue, 11 December 2007 16:47 |
dde_diana
Messages: 4 Registered: December 2007 Location: romania
|
Junior Member |
|
|
Hello!
How can I suppress all the messages generated by SQL LOADER? Actually, I want to suppress only the HEADER and the FEEDBACK, but any option that I user does not suppress the header.
In my control file I used OPTIONS (SILENT=ALL), OPTIONS (SILENT=(HEADER, FEEDBACK)), but in any of these cases the header is not suppressed.
Moreover, when I use in the control file the option SILENT=ALL, in the log file I can find this line Silent options: FEEDBACK, ERRORS and DISCARDS, so no HEADER option.
Can anyone give a suggestion regarding this?
Thank you!
|
|
|
|
Re: SQL LOADER - SILENT option [message #287284 is a reply to message #287282] |
Tue, 11 December 2007 17:01 |
dde_diana
Messages: 4 Registered: December 2007 Location: romania
|
Junior Member |
|
|
In the command line I specify the control file, the log file, the bad file and the number of allowed errors. This could not affect the options from the control file, could it?
|
|
|
|
|
|
Re: SQL LOADER - SILENT option [message #287288 is a reply to message #287282] |
Tue, 11 December 2007 18:15 |
dde_diana
Messages: 4 Registered: December 2007 Location: romania
|
Junior Member |
|
|
It is working fine if I add the SILENT=ALL option to the command line instead of in the control file. What I don't understand is that in the log file created appears this line Silent options: FEEDBACK, ERRORS and DISCARDS, but not Silent options: ALL or HEADER added in the list. But, indeed, it suppressed the header lines.
Thank you very much!
|
|
|