1z0-082 Dumps

1z0-082 Free Practice Test

Oracle 1z0-082: Oracle Database Administration I

QUESTION 31

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.)

Correct Answer: DF

QUESTION 32

Which three statements are true about views in an Oracle database? (Choose three.)

Correct Answer: BDE

QUESTION 33

Which four statements are true regarding primary and foreign key constraints and the effect they can have on table data? (Choose four.)

Correct Answer: ACEG

QUESTION 34

Which three statements are true regarding indexes? (Choose three.)

Correct Answer: ADE

QUESTION 35

The SCOTT/TIGER user exists in two databases, BOSTON_DB and DALLAS_DB, in two different locations.
Each database has a tnsnames.ora file defining DALLAS_DB as a service name. Examine this command:
CREATE DATABASE LINK dblink1 CONNECT TO scott IDENTIFIED BY tiger USING ‘dallas_db’;
How do you execute the command so that only SCOTT in BOSTON_DB can access the SCOTT schema in DALLAS_DB?

Correct Answer: D