Test Evaluation- Oracle Database Administration I (1Z0-082)
Put the Training Code to pass the Evaluation Test for the training 1Z0-082 quiz sent by ORANUX!
Welcome to Evaluation Test for the training 1Z0-082 quiz!
1 / 20
1. Which two statements are true about the Automatic Diagnostic Repository (ADR)? (Choose two.)
2 / 20
2. Your database instance is started with a PFILE.Examine these parameters:
You want to increase the size of the buffer cache.Free memory is available to increase the size of the buffer cache.You execute the command:SQL> ALTER SYSTEM SET DB_CACHE_SIZE=1024M;What is the outcome?
3 / 20
3. Which two are true about shrinking a segment online? (Choose two.)
4 / 20
4. You want to use table compression suitable for OLTP that will:1. Compress rows for all DML statements on that table2. Minimize the overheads associated with compressionWhich compression option is best suited for this?
5 / 20
5. You execute this command:CREATE SMALLFILE TABLESPACE salesDATAFILE ‘/u01/app/oracle/sales01.dbf SIZE 5GSEGMENT SPACE MANAGEMENT AUTO;Which two actions must you take to ensure UNDOTBS01 is used as the default UNDO tablespace? (Choose two.)
6 / 20
6.
Evaluate these commands which execute successfully:Which two statements are true about the ORD_ITEMS table and the ORD_SEQ sequence? (Choose two.)
7 / 20
7. Which three statements are true concerning logical and physical database structures? (Choose three.)
8 / 20
8. Examine these commands:Which two statements are true about the sqlldr execution? (Choose two.)
9 / 20
9. In the SALES database, DEFERRED_SEGMENT_CREATION is TRUE. Examine this command:SQL> CREATE TABLE T1(c1 INT PRIMARY KEY, c2 CLOB);Which segment or segments, if any, are created as a result of executing the command?
10 / 20
10. In the spfile of a single instance database, LOCAL_LISTENER is set to LISTENER_1.The TNSNAMES.ORA file in $ORACLE_HOME/network/admin in the database home contains:
Which statement is true?
11 / 20
11. Which two tasks can you perform using DBCA for databases? (Choose two.)
12 / 20
12. Which two statements are true regarding a SAVEPOINT? (Choose two.)
13 / 20
13. Which three Oracle database space management features will work with both Dictionary and Locally managed tablespaces? (Choose three.)
14 / 20
14. You execute this command:
During the export operation, you detach from the job by using CTRL+C and then execute this command:
Export> STOP_JOB=immediate -Are you sure you wish to stop the job ([yes]/no): yesWhich two statements are true about the job? (Choose two.)
15 / 20
15.
Examine this description of the TRANSACTIONS table:Which two SQL statements execute successfully? (Choose two.)
16 / 20
16. Which three instance situations are possible with the Oracle Database server without multi-tenant? (Choose three.)
17 / 20
17. In your data center, Oracle Managed Files (OMF) is used for all databases.All tablespaces are smallfile tablespaces.SALES_Q1 is a permanent user-defined tablespace in the SALES database.Examine this command which is about to be issued by a DBA logged in to the SALES database:ALTER TABLESPACE sales_q1 ADD DATAFILE;Which are two actions, either one of which you could take to ensure that the command executes successfully? (Choose two.)
18 / 20
18. Your database instance was shut down normally and then started in NOMOUNT state. You then execute this command:ALTER DATABASE MOUNT;Which two actions are performed? (Choose two.)
19 / 20
19. You execute this command:
Sufficient storage is available in filesystem /u01.Which two statements are true about the BIG_TBS tablespace? (Choose two.)
20 / 20
20. Examine this command and some partial output:Why does the DB01.abc.com service show unknown status?