Oracle 10g Database Administration
A table is stored in a data dictionary managed tablespace. Which two columns are required from DBA_TABLES to determine the size of the extent when it extends?
An index on the PASSPORT_RECORDS table has to be created. It contains 10 million rows of data. The key columns have low cardinality. The queries generated against this table use a combination of mu...
Consider this 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 A...
Examine the following SQL statement: CREATE TABLESPACE userdata DATAFILE '/oracle/oradata/userdata_0l.dbf' SIZE 100M LOCALLY MANAGED UNIFORM SIZE 1M AUTOMATIC SEGMENT SPACE MANAGEMENT; Which part o...
Examine the 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 of the table...
For what purpose is the initialization parameter UNDO_RETENTION used?
For which two constraints are indexes created when the constraint is added?
For which two tasks would it be best not to use the utility SQL*Loader?
For which two types of tablespaces can proactive tablespace alerts be set?
How can the SQL Access Advisor be managed?
How is the SQL profile used?
If the DBCA is used to create a new database, when is the creation of the new flash recovery area mandatory?
To grant a system privilege with the GRANT statement, one should:
User Smith created indexes on some tables owned by user John. The following has to be displayed: 1.Index names 2.Index types Which data dictionary view(s) should be queried?
What are the functions of an ASM instance?
What are the two main advantages of using bitmap indexes?
What do ASM disk groups provide?
What does the ARBn background process do in an ASM instance?
What does the RMAN CATALOG command do?
What happens once the DBA disables the flash recovery area?
What is the default value for the OPTIMIZER_MODE initialization parameter?
What is the priority level for a job in a job class?
What is the purpose of the flashback technology in Oracle Database 10g?
What should be confirmed before changing the CURSOR_SPACE_FOR_TIME parameter in the initialization file to TRUE?
What statistics will Oracle collect If LIST subpartitioning is used, and the value of the GRANULARITY argument is specified as AUTO?
What will happen if the value of the SGA_TARGET parameter is set higher than the value of the SGA_MAX_SIZE parameter at instance startup?
What will the command EXECUTE DBMS_SCHEDULER.PURGE_LOG(); do?
When a deadlock shutdown is detected by Oracle, where is the trace file generated?
When is SGA created in an Oracle database environment?
When there is a monotonically increasing sequence number as an indexed column, which of the following is true?
Where can a SQL Tuning Set(STS) be created from?
Where can the nondefault parameters be found when the instance is started?
Where is the free space managed, for a tablespace created with automatic segment-space management?
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 command would revoke the ROLE_DATA role from all users?
Which conditions among the following must be met, if the tablespace is to be made read only?
Which data dictionary view should be queried to find the following information about a user? 1.Whether the user's account has expired 2.The user's default tablespace name 3.The user's profile name
Which data dictionary view should be used to get a list of object privileges for all database users?
Which data dictionary view shows the available free space in a certain tablespace?
Which DBMS_LOGMNR feature facilitates the automatic adding of redo log files for mining?
Which graphical DBA administration tool should be used to tune an Oracle database?
Which initialization parameter specifies the location of the alert log file?
Which memory structure contains the information used by the server process to validate user privileges?
Which of the following are considered types of segments?
Which of the following commands are used to copy ASM files?
Which of the following commands must be used to apply incremental backups?
Which of the following helps the user identify his statement in the DBA_TUNE_MVIEW view?
Which of the following initialization parameters would belong to the basic group of parameters?
Which of the following is a new initialization parameter for Oracle Database 10g?
Which of the following is mandatory when using the easy connect naming method?
Which of the following is true if the alter tablespace statement is used and the TEMPORARY clause is specified?
Which of the following is true when John uses the RESETLOGS option?
Which of the following items are stored in the flash recovery area?
Which of the following sets of tablespaces is mandatory for any Oracle 10g database?
Which option lists the correct hierarchy of storage structures, from largest to smallest?
Which statement about the LOG_BUFFER initialization parameter is true?
Which statement is true when connecting to the Oracle instance using the multithreaded server configuration?
Which statement is valid regarding index clusters?
Which tablespace is used as the temporary tablespace if 'TEMPORARY TABLESPACE' is not specified for a user?
Which three among the following dynamic performance views obtain information from the control file?
Which three major tuning areas does OEM Database Control provide information about?
Which three out of the following are the physical structures that constitute the Oracle database?
Which three statements among the following are true about rebuilding indexes?
Which two statements are true about rebuilding an index?
Which view provides the names of all the data dictionary views?
Who will be the owner of the job, if you create a job in user SCOTT's schema?