Oracle 10g Test
______________ is mandatory for using the easy connect naming method.
________________ shows the free space available in a certain tablespace.
ASM disk groups provide:
Consider the following SQL statement: UPDATE employees SET first_name = 'John' WHERE emp_id = 1009; COMMIT; What happens when a user issues the COMMIT in the above SQL statement?
Evaluate the following SQL: CREATE USER sam IDENTIFIED BY sam; GRANT CREATE ANY MATERIALIZED VIEW, CREATE ANY DIMENSION, DROP ANY DIMENSION, QUERY REWRITE, GLOBAL QUERY REWRITE TO dw_manager WITH...
Examine the following SQL statement: CREATE TABLESPACE user_data DATAFILE '/u01/oradata/user_data_0l.dbf' SIZE 100M LOCALLY MANAGED UNIFORM SIZE 1M AUTOMATIC SEGMENT SPACE MANAGEMENT; Which part ...
In an Oracle database environment, SGA is created:
The initialization parameter UNDO_RETENTION is used:
The RMAN CATALOG command:
The SQL Access Advisor is managed:
The utility SQL*Loader should not be used:
User Smith created indexes on some tables owned by user John. You need to display the following: Index names Index types Which data dictionary view(s) would you query?
What are two main advantages of using bitmap indexes?
What does the ARBn background process do in an ASM instance?
What happens when the DBA disables the flash recovery area?
What is the default value for the OPTIMIZER_MODE initialization parameter?
What is the purpose of the flashback technology in Oracle Database 10g?
What should you confirm before changing the CURSOR_SPACE_FOR_TIME parameter (in your initialization file) to TRUE?
What will happen if you set the value of the SGA_TARGET parameter higher than the value of the SGA_MAX_ SIZE parameter at instance startup?
Where can you find the non default parameters when the instance is started?
Where is the trace file generated when a deadlock shutdown is detected by Oracle?
Which background process performs a checkpoint in the database by writing modified blocks from the database buffer cache in the SGA to the data files?
Which DBMS_LOGMNR feature facilitates the automatic addition of the redo log files for mining?
Which of the following commands are used to apply incremental backups?
Which of the following commands revokes the ROLE_DATA role from all the users?
Which of the following conditions must be met to make tablespace read-only?
Which of the following constitute the functions of an ASM instance?
Which of the following constitute the types of segments?
Which of the following data dictionary views should be used to get a list of object privileges for all the database users?
Which of the following graphical DBA administration tools is used to tune an Oracle database?
Which of the following helps you identify your statement in the DBA_TUNE_MVIEW view?
Which of the following initialization parameters belong to the basic group of parameters?
Which of the following initialization parameters specifies the location of the alert log file?
Which of the following is a new initialization parameter for Oracle Database 10g?
Which of the following items are stored in the flash recovery area?
Which of the following physical structures constitute the Oracle database?
Which of the following sets of tablespaces is mandatory for any Oracle 10g database?
Which of the following statements are correct for rebuilding an index?
Which of the following statements are correct for using the RESETLOGS option?
Which of the following statements are correct with regard to Rebuilding Indexes?
Which of the following statements is correct with regard to index clusters?
Which of the following statements is correct with regard to LOG_BUFFER initialization parameter?
Which of the following types of commands is used to copy ASM files?
Which of the following views provides the names of all the data dictionary views?
Which tablespace is used as a temporary tablespace if 'TEMPORARY TABLESPACE' is not specified for a user?
You want to find the following information about a user: - The expiry date of the user's account - The user's default tablespace name - The user's profile name Which data dictionary view should be...