How to stop log generation everytime external table is read.
I have 2 external tables which my application will read and do some processing. However, for each read, a log is generated in my directory. Is there any way to stop this log from generating each time the external table is accessed?
Please help.