Quick Notes About Oracle Database
Question How to define default editor in sqlplus?
Answer
  1. Add this DEFINE _editor='vi' line to $ORACLE_HOME/sqlplus/admin/glogin.sql file.
Question Can I un-drop a table in Oracle?
Answer
  1. This feature is only available in 10g. Use "flashback table TABLE_NAME to before drop".
 
Hosted by www.Geocities.ws

1