SQL_COMMENDS
SQL_COMMENDS
1. For that go to SQL command line and connect by using username: as sysdba ......password:
tiger
EX:
4. When connected run the command given below line by line (second line may give an error
but it is fine)
SQL> @ ?/rdbms/admin/scott.sql
SQL> @ ?/sqlplus/demo/demobld.sql
SQL> @ ?/rdbms/admin/utlsampl.sql
After the third command the SQL command line will automatically close
5.- Restart the sql command line:- Connect with Scott and tiger ..
and run query - select * from tab;
*****************************************************************************
EX:
******************************************************************************
EX: