Sunday 18 November 2007

SQL*Plus

SQL*Plus is a tool for interfacing with the oracle database
You can use it to

1. Execute SQL and PL/SQL in the database
2. Update data in your database
3. Perform queries on your data
4. Format the result sets of those queries into reports
5. Create, edit, retrieve, and execute SQL scripts
6. Administer the database