When running a database for your business, you may have to roll up your sleeves and actually work on it. Using Oracle Developer to work on your Oracle SQL database presents you with a functional IDE ...
I am trying to output several large tables (10's of MB) from SQL PLus over Citrix and it's really slow. Code: set pagesize 0 set autotrace off set flush off set termout off spool l:\spool\acctact.txt ...