Exhibit below:
Which three statements are true about terminating a session?
A. Without any error, you can terminate the active session by executing: SQL> ALTER SYSTEM KILL SESSION '7, 15';
B. You can terminate the active session by executing: SQL> ALTER SYSTEM KILL SESSION "7, 15'; But you also get the error message: ORA-00028: your session has been killed C. You cannot terminate the active session. You have to wait until that session becomes inactive.
D. Without any error, you can terminate the inactive session by executing: SQL> ALTER SYSTEM KILL SESSION '12, 63';
E. When an inactive session is killed, the status of that session remains visible in VSSESSION with status KILLED. The rowf the terminated session is removed from VSSESSION after the user attempts to use the session again.
F. You cannot terminate the inactive session. You have to wait until that session becomes active again.
Examine the table:
Table name: PRODUCTS Schema: SCOTT Tablespace: USERS Organization: Standard (Heap Organized)
This table contains 20 rows. In the data that has been entered, the PROD_ID column contains only single-digit values, PROD_NAME has a maximum of five characters, and PROD_RATE has four-digit values for all rows.
Which two statements are true regarding the modifications that can be performed to the structure of the PRODUCTS table?
A. PROD_NAME size can be increased from five to 10 characters.
B. PROD_ID can be changed from CHAR to NUMBER data type.
C. PROD_RATE size can be changed from NUMBER(4) to NUMBER(6, 2).
D. New columns can be added only if they have a NOT NULL constraint.
E. None of the existing columns can be dropped because they contain data.
Real-Time ADDM detects a high-load performance issue within the database. Which condition triggered it?
A. The average active sessions were more than three times the number of CPU cores.
B. Active sessions were more than 10% of total load and CPU utilization was more than 50%.
C. Memory allocations were more than 95% of physical memory.
D. Hung sessions were more than 10% of total sessions.
E. A deadlock was detected.
F. The session limit was close to 100%.
Which tool is recommended for moving a PDB to a non-CDB?
A. RMAN
B. Cold Backup
C. Traditional Export / Import
D. Data Pump
E. SQL*Plus
Which two statements about Data Recovery Advisor are true?
A. Data Recovery Advisor can be used to diagnose and repair data corruptions in non-CDBs.
B. Data Recovery Advisor cannot be used to diagnose and repair data corruptions in the root of a CDB.
C. Data Recovery Advisor can be used to diagnose and repair data corruptions in PDBs.
D. You can use the ADVISE FAILURE command to display repair options after running LIST FAILURE in an RMAN session.
An Oracle instance is a combination of______.
A. database files and parameter file (initialization parameter file or server parameter file)
B. System Global Area (SGA) and background processes
C. a listener process, server processes, and background processes
D. System Global Area (SGA), server processes, and background processes
E. database files, System Global Area (SGA), and background processes
You execute the following command:
SQL> ALTER USER skd ACCOUNT LOCK;
Which two statements are correct?
A. The SKD user cannot log in to the database instance.
B. The objects owned by the SKD user are not accessible to any user.
C. Other users can access objects owned by the SKD user, to which they have access.
D. The SKD user's password expires and the user is forced to change the password at the next login.
Examine the command:
SQL> CREATE TABLE orders(oid NUMBER (6) PRIMARY KEY, odato DATE, ccode NUMBER (6), oamt
NUMBER (10, 2)) TABLESPACE users ;
Which two statements are true about the execution of the command?
A. A CHECK constraint is created on the OID column.
B. A NOT NULL constraint is created on the OID column.
C. The ORDERS table is the only object created in the USERS tablespace.
D. The ORDERS table and a unique index are created in the USERS tablespace.
E. The ORDERS table is created in the USERS tablespace and a unique index is created on the OID column in the SYSTEM tablespace.
Which two statements are true about listeners?
A. Listeners use only the TCP/IP protocol.
B. Multiple listener processes can run simultaneously on a host.
C. Multiple database instances can be registered with a single listener,
D. Listener-related errors can be traced only at the administrative level.
E. Only one database instance can be registered with a single listener at any time.
Your customer is looking for zero-data-loss failover with maximum data protection and high availability for their primary database. Which two solutions would you recommend to the customer if the distance between the primary and the standby location is more than 300 miles?
A. Asynchronous redo transport with Data Guard
B. Synchronous redo transport with Data Guard
C. Active Data Guard Far Sync
D. Data Guard SQL Apply