Hi,
I am executing lot of SQL scripts one after the other and each of them makes connection to database using SQL*Plus (and then disconnects).
Output of these SQL scripts gets written to log file and obviously contains lot of connection/ disconnect messages. Is there a way to hide these messages?
Cheers,
Sachin
---------------------
SQL*Plus: Release 9.2.0.4.0 - Production on Thu Jan 6 13:29:53 2005
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
JServer Release 9.2.0.4.0 - Production
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
JServer Release 9.2.0.4.0 - Production
I am executing lot of SQL scripts one after the other and each of them makes connection to database using SQL*Plus (and then disconnects).
Output of these SQL scripts gets written to log file and obviously contains lot of connection/ disconnect messages. Is there a way to hide these messages?
Cheers,
Sachin
---------------------
SQL*Plus: Release 9.2.0.4.0 - Production on Thu Jan 6 13:29:53 2005
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
JServer Release 9.2.0.4.0 - Production
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
JServer Release 9.2.0.4.0 - Production