Dear all.
It's not my lucky day today, I didn't pass, only got 37. I'll try in next month. Please read following questions, it's really exact same with real test.
and be careful on password and profiles, for exemple view password expire date,
1.redo log file(group, members size..)
2.temporary and permanent segment different..
3.Archive Log List or select * from archive_log_list which view is right...
4. Add datafile solution..
5. Which will be use when SQL*Loader...log file or other...
1. Which of the following is one reason for using the package, DBMS_TTS?
A. To verify that a tablespace is self-contained.
B. To drop indexes outside a transportable tablespace.
C. To create the metadata for a transportable tablespace.
D. To attach transportable tablespaces datafiles to the database.
2. Which export option will generate code to create an initial extent that is equal to the sum of the sizes of all the extents currently allocated to an object?
A. FULL
B. DIRECT
C. COMPACT
D. COMPRESS
3. What are two reasons for changing user quotas on a tablespace?
A. A datafile becomes full.
B. A user encounters slow response time from the application.
C. Tables owned by a user exhibit rapid and unanticipated growth.
D. Database objects are reorganized and placed in different tablespace.
4. A DBA performs the query:
SELECT tablespace_name, max_blocks
FROM dba_tablespace_quotas
WHERE username= ?ERRY?
That returns the result:
TABLESPACE_NAME MAX_BYTES
DATA01 -1
What does -1 indicate?
A. Tablespace DATA01 has been dropped.
B. Tablespace DATA01 has no free space.
C. The user has no quotas on tablespace DATA01.
D. The user has an unlimited quota on tablespace DATA01.
E. The user has exceeded his or her quota on the tablespace DATA01.
5. Consider the following command to create the user ?eter?
CREATE USER peter
IDENTIFIED by pan
TEMPORARY TABLESPACE temp
PASSWORD EXPIRE;
Since no default tablespace was specified, what will happen if this command is executed?
A. The user will not own a home directory.
B. The user peter will be created using the TEMP tablespace as the default.
C. The user peter will be created using the SYSTEM tablespace as the default.
D. The code will produce an error message, the user peter will not be created.
6. An Oracle user receives the following error:
ORA-01555 SNAPSHOP TOO OLD
What are two possible solutions?
A. Increase the extent size of the rollback segments.
B. Perform media recovery.
C. Increase the number of rollback segments.
D. Increase the size of the rollback segment tablespace.
E. Increase the value of the OPTIMAL storage parameter.
7. When creating rollback segments, what is the recommended value for the MINEXTENT minimize dynamic extension?
A. 15
B. 20
C. five
D. ten per transaction
E. number_of_users*25
8. MINEXTENTS must be at least _____ when a rollback segment is created.
A. 1
B. 2
C. 3
D. 5
9. You are creating a database with a character set other than US7ACII. Which operating system environmental variable needs to be set to specify the director location of the NLS support files?
A. NLS_LANG
B. ORA_NLS33
C. ORACLE_SID
D. ORACLE_BASE
E. ORACLE_HOME
10. Given the statement:
CREATE DATABASE orc1
LOGFILE GROUP 1 ?1/Oracle/dba/logla.rdo?SITE DM
GROUP 2 ?01/Oracle/dba/logla.rdo?SITE DM
DATAFILE ?01/Oracle/dbs/sys_01.dbf?REUSE;
Which statement is true?
A. The online redo logs will be multiplexed.
B. The file ?01/Oracle/dbs/sys_01.dbf?already exists.
C. File ?01/Oracle/dbs/sys_01.dbf?as a parameter file.
D. The control file name is ?01/Oracle/dbs/sys_01.dbf?
E. Oracle will determine the optimum size for ?01/Oracle/dba/sys_01.dbf?
11. What is a default role?
A. A role that requires a password.
B. A role that requires no password.
C. A role automatically enabled when the user logs on.
D. A role automatically assigned when the user is created.
12. Who is the owner of a role?
A. SYS
B. Nobody
C. SYSTEM
D. The creator
13. Which class of segments is most likely to cause fragmentation in permanent tablespace?
A. Index segments.
B. Rollback segments.
C. User data segments.
D. Temporary segments.
E. Data dictionary segments.
14. Which data dictionary view shows the available free space in a certain tablespace?
A. DBA_EXTENTS
B. V$FREESPACE
C. DBA_FREE_SPACE
D. DBA_TABLESPACE
E. DBA_FREE_EXTENTS
15. Which statement about using PCTFREE and PCTUSED is true?
A. Block space utilization can be specified only at the segment level.
B. Block space utilization can be specified only in the data dictionary.
C. Block space utilization parameters can only be specified at the tablespace.
D. Block space utilization can be specified both at the tablespace level and segment level.
16. Which type of index should be created to spread the distribution of an index across the index tree?
A. B-tree indexes.
B. Bitmap indexes.
C. Reverse-key indexes.
D. Function-based indexes.
17. Which statement about rebuilding indexes is true?
A. The NOSORT option must be used.
B. The new index is built using the table as the data source
C. A reverse b-tree index can be converted to a normal index.
D. Query performance may be affected because the index is not.
18. When granting the system privilege, which clause enables the grantee to further grant the privilege to other users or roles?
A. PUBLIC
B. WITH PRIVILEGE
C. WITH ADMIN OPTION
D. WITH GRANT OPTION
19. Which view will show a list of privileges that are available for the current session to a user?
A. SESSION_PRIVS
B. DBA_SYS_PRIVS
C. DBA_COL_PRIVS
D. DBA_SESSION_PRIVS
20. How does a DBA specify multiple control files?
A. With the ADD CONTROLFILE command.
B. By using the files in the STARTUP command.
C. With the MULTIPLEX control file command.
D. By listing the files in the CONTROL_FILES parameter.
21. Which dynamic view should a DBA query to obtain information about the different sections of the control file?
A. V$CONTROLFILE
B. DBA_CONTROLFILE
C. V$CONTROLFILE_RECORD_SECTION
D. DBA_CONRTOLFILE_RECORD_SECTION
22. What are two characteristics of the control file?
A. It is a text file
B. It is a fixed size.
C. It should be multiplexed.
D. It is required to start the instance.
E. It must be updated at every log switch.
23. Which two dynamic views can be queried when a database is started up in nomount state?
A. V$SGA
B. V$LOGFILE
C. V$INSTANCE
D. V$CONTROLFILE
E. V$DATAFILE_HEADER
24. Which t