Exercise (Data
Dictionary I)
- Select table names created by SCOTT.
- Select view names created by SCOTT.
- Select trigger names on EMP table.
- Display all indexes on DEPT table.
- Display all the user names from oracle database.
- Select table owner, names created by SCOTT or JHON
- Select all the sequences created by current user.
- Display triggers text for EMP_INSERT_TR
trigger.
- Display all the data dictionary objects which starts with
USER.
- Display all the roles available in the database.