As we begin our journey through the world of Oracle and explore the Oracle database architecture and functionality, it might first be helpful to start becoming familiar with one of the Oracle tools that you have not yet had a chance to work with in some of your other database courses.
Oracle Enterprise Manager (OEM) is the Oracle database GUI tool that allows the DBA to do many of the administrative and analytical functions in the database without having to write code. Although we will do much of our work in SQL*Plus for this course, it is always helpful to at least look at those other tools that are part of the Oracle architecture.
I N D I V I D U A L E X E R C I S E S |
HANDS-ON #1: Using Schema Manager |
- Who owns this table?
- What tablespace is it located in?
- How many columns does the table have?
- Which column is the Primary Key column?
- Are there any other constraints associated with this table? If yes, what is the name of the constraint.
HANDS-ON #2: The Analyze Wizard tool |
- How many rows are in the table?
- What is the average length of a row?
- How many empty blocks are there for the table?
HANDS-ON #3: Finding Specific Objects |
- How large is the file?
- What are the storage parameter settings for the file?
- What is the full path to the file?
- How many log files do you currently have?
- What is the full path to each?
- What is storage unit for these files?
- How large is each file?
Related Documents
No comments:
Post a Comment