Oracle Database 12cR2 Administration - 1z1-072 Exam Practice Test

Which two are true about instance recovery for a database that is open in read write mode? (Choose two.)
Correct Answer: A,C Vote an answer
Which three statements are true about an spfile? (Choose three)
Correct Answer: C,D,F Vote an answer
In your database, you want to create a tablespace of non-standard block size by using this command:
CREATE TABLESPACE ns_tbs
DATAFILE '/u01oracle/data/nstbs_f01.dbf' SIZE 100M
BLOCKSIZE 16K;
Which is a requirement for this command to succeed?
Correct Answer: D Vote an answer
Which two are true about Oracle Database Cloud Service (DBCS)? (Choose two.)
Correct Answer: A,B Vote an answer
Which two are prerequisites for shrinking a table online?
Correct Answer: A,C Vote an answer
Your database instance was shut down normally and then started in NOMOUNT state. You then execute this command:

Which two actions are performed? (Choose two.)
Correct Answer: B,C Vote an answer
Examine these commands:

What is the expected result?
Correct Answer: E Vote an answer
For which three purposes is UNDO used? (Choose three.)
Correct Answer: B,D,F Vote an answer
Examine the command:
CREATE USER user1
IDENTIFIED BY user123
DEFAULT TEMPORARY TABLESPACE temp
QUOTA 5M ON system
PROFILE hr_user
PASSWORD EXPIRE;
Which two are true? (Choose two.)
Correct Answer: A,B Vote an answer