Frequently Forgotten SQL Codes
Last modified by RommelPascual on Aug 12, 2005 at 03:37:36 AM
- Killing a Session
- Set TRACE for an Explain Plan
- Estimate Statistics
[SAMPLE <n>[ROWS|PERCENT]]
- Whenever you want to exit
whenever oserror exit failure rollback
- Escape Character _
from user_tables
where table_name like 'MOS\_%' ESCAPE '\';
- Recompile Package Bodies
- Archive Log Start Stop and switching logs
alter system archive log start;
alter system switch logfile;
0 Comments:
Post a Comment
<< Home