Free Oracle 1Z0-116 Exam Actual Questions

The questions for 1Z0-116 were last updated On May 1, 2024

Question No. 1

What does the Application Data Modeling module of the Oracle Data Masking and Subsetting Pack search for?

Show Answer Hide Answer
Correct Answer: C

Create an Application Data Model --- To begin using Oracle Data Masking and Subsetting, you must create an Application Data Model (ADM). ADMscapture application metadata, referential relationships, and discover sensitive data from the source database.

https://docs.oracle.com/database/121/DMKSB/intro.htm#:~:text=Create%20an%20Application%20Data%20Model,data%20from%20the%20source%20database.


Question No. 2

Database Vault is configured and enabled in the database. You create a rule set to enforce security on the hr. employees table.

Examine these requirements:

1. Users working In hr department are allowed to view all rows In HR.EMPLOYEES.

2. hr managers are allowed to view, update, and delete data in In HR.EMPLOYEES.

3. Audit records are to be collected for every evaluation of the rule set.

Which two options are true when creating the rule set?

Show Answer Hide Answer
Correct Answer: C, D

Question No. 3

To avoid hard coding passwords in scripts, you have elected to create an external password store-Examine this list of steps:

1. Set the external password store wallet location.

ALTER SYSTEM SET EXTERNAL_KEYSTORE_CREDENTIAL_LOCATION = "/*tc/ORACLE/WALLETS/orcl/external_Btore" SCOPE c SPFILE;

2. Log in as a user who has syskm privileges.

3. Create an auto-logln keystore that contains the keystore password including the add secret clause.

ADMINISTER KEY MANAGEMENT ADD SECRET 'password'

FOR CLIENT 'TDE_WALLET'

TO LOCAL AUTO_LOGIH KEYSTORE '/etc/0RACLE/WALLETS/orcl/extemal_store';

4. Restart the database instance as sysdba.

SHUTDOWN IMMEDIATE STARTUP

5. Create an auto-logln keystore that contains the keystore password.

ADMINISTER KEY MANAGEMENT

FOR CLIENT 'TDE_WALLET'

TO LOCAL AUTO_L0GIN KEYSTORE ' /etc/ORACLE/WALLETS/orcl/external_store' ;

6. Set an Encryption Key.

ADMINISTER KEY MANAGEMENT SET ENCRYPTION KEY IDENTIFIED BY keystore_password WITH BACKUP

Identify the minimum number of steps in the correct order that must be performed to create the external password store.

Show Answer Hide Answer
Correct Answer: D

Question No. 4

Oracle Database Vault is enabled In the database. You have these requirements:

1. Database administrator dbai must export and import data from and to a non-protected schema.

2. Database administrator dba2 must export and Import data from and to a protected schema.

Which three options together satisfy these requirements?

Show Answer Hide Answer
Correct Answer: A, C, E

Question No. 5

You must restrict execution of the alter system checkpoint command to certain conditions, specified in a rule set used by a command rule.

Which two parameters must be specified In the dbms_macadm.create_command_rule procedure to do this?

Show Answer Hide Answer
Correct Answer: C, D