Tag: sqlplus
database
2014-07-20
Oracle sqlplus silence output
#oracle #sqlplus #databaseUse the following code on your scheduled Oracle scripts to silence terminal output except your data. SET autocommit off; SET echo off; SET feedback off; SET head off; SET heading ... Read more
20 Jul 2014 - less than 1 minute read