October 2002
Beginner
864 pages
18h 41m
English
| 1: | In Oracle, how can you find out what tables and views you own? |
| A1: | By selecting from USER_CATALOG or CAT. The name of the data dictionary object will vary by implementation, but all versions have basically the same information about objects such as tables and views. |
| 2: | What types of information are stored in the data dictionary? |
| A2: | Database design, user statistics, processes, objects, growth of objects, performance statistics, stored SQL code, and database security are all stored in the data dictionary. |
| 3: | How can you use performance statistics? |
| A3: | Performance statistics suggest ways to improve database performance by modifying database parameters and streamlining SQL, which may also include the use of indexes and an evaluation of ... |
Read now
Unlock full access