Oracle Database Security ArchitectureData Encryption and Key ManagementAuditing and ComplianceDatabase Vault and Access ControlData Redaction and MaskingNetwork SecurityDatabase Security Assessment and Monitoring
Which two statements are true about the effect of the command rule?
Choose two
APASSWORD authenticated users are able to connect only after 5:00 PM and before 9:00 AM.
BUsers who are not PASSWORD authenticated are able to connect only after 5:00 PM and before 9:00 AM.
CUsers who are not PASSWORD authenticated are able to connect only between 9:00 AM and 5:00 PM.
DUsers who are not PASSWORD authenticated are not affected by this command rule.
EPASSWORD authenticated users are able to connect at any time of day.
FPASSWORD authenticated users are able to connect only between 9:00 AM and 5:00 PM.
Examine the following executed command:
What is the result?
AThe SALARY column is fine grain audited.
BThe SALARY column is redacted when queried by database users.
CThe SALARY column is encrypted using TDE column encryption.
DThe SALARY column is nullified when queried by the database users.
EThe bind variables for the SALARY column are masked in trace files and v$ views.
During an upgrade of your Oracle database server from 10g to 19c, you want to make sure users can continue connecting with their existing passwords after the upgrade.
What must you explicitly configure to accomplish this?
ASQLNET.ALLOWED_LOGON_VERSION_SERVER = 12a in the sqlnet.ora of the new database home
BSQLNET.ALLOWED_LOGON_VERSION_CLIENT = 8 in the sqlnet.ora file of the client application.
CClient NET.ALLOWED_LOGON_VERSION_CLIENT must be set to a lower value than the server SQLNET.ALLOWED_LOGON_VERSION_SERVER.
DSQLNET.ALLOWED_LOGON_VERSION_SERVER = 8 in the sqlnet.ora of the new database home.
Which statement is true regarding the client identifier?
AThe client identifier is automatically included in the audit trail.
BA session can have multiple client identifier values set simultaneously.
CThe client identifier cannot be changed during the session.
DThe client identifier is automatically set by the SQL*Net layer.
QuestionQ6
Network Security
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ7
Database Vault and Access Control
QuestionQ8
Database Security Assessment and Monitoring
QuestionQ9
Data Encryption and Key Management
QuestionQ10
Database Vault and Access Control
QuestionQ11
Oracle Database Security Architecture
QuestionQ12
Database Security Assessment and Monitoring
QuestionQ13
Database Vault and Access Control
QuestionQ14
Oracle Database Security Architecture
QuestionQ15
Data Encryption and Key Management
QuestionQ16
Data Redaction and Masking
QuestionQ17
Network Security
QuestionQ18
Data Redaction and Masking
QuestionQ19
Database Security Assessment and Monitoring
QuestionQ20
Data Redaction and Masking
QuestionQ21
Database Security Assessment and Monitoring
QuestionQ22
Database Vault and Access Control
QuestionQ23
Data Encryption and Key Management
QuestionQ24
Database Security Assessment and Monitoring
QuestionQ25
Data Redaction and Masking
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Ad
Want a break from the ads?
Go ad-free and unlock Learn Mode, Exam Mode, AstroTutor AI and every premium tool — everything you need to walk in prepared, and confident.
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
A database link must be created to connect a source Autonomous Database with a target on-premises database.
Examine this command:
Which two statements are true?
Choose two
AThe target database wallet can be uploaded to the DATA_PUMP_DIR directory.
BThe DB_LINK_CRED parameter stores the password in a wallet.
CThe database link port is not correct because it must be restricted to 1521.
DOnly DATA_PUMP_DIR directory can be used to store credential wallets.
EThe CREDENTIAL_NAME parameter automatically creates the credential object store.
FThe DB_LINK_CRED references the credential for the username and password for the target database.
You are implementing a security policy that uses the USERENV namespace.
Which USERENV value remains unchanged for the duration of a session?
ACURRENT_SCHEMA
BCLIENT_INFO
CSESSION_ USER
DCURRENT_USER
Examine the following query:
Why is this account in this state?
AThe user exceeded the value of FAILED_LOGIN_ATTEMPTS and its password has not been reset yet.
BThe user exceeded the value of PASSWORD_LIFE_TIME and its password has not been reset yet.
CThe account has the SYSDBA privilege granted.
DThe ACCOUNT_STATUS column is not updated until the user attempts to log in.
EThe account uses a global authentication.
Which statement is accurate about modifying a table with encrypted columns?
AYou cannot disable encryption on a column already encrypted.
BEach column encrypted must use the same encryption algorithm.
CEach column may have a different encryption algorithm defined.
DYou cannot modify the ALT attribute of an encrypted column.
Database Vault is configured and enabled for the database.
Database users have run the following commands with the appropriate roles.
Review this command and its output:
Why does this error occur?
AThe DSMITH user has no read and write permission on the DATA_PUMP_DIR directory.
BThe DSMITH user has no write permission on the DATA_PUMP_DIR directory.
CThe DV_OWNER role must be granted to the CRMMGR role.
DThe EXP_FULL_DATABASE role must be granted to the CRMMGR role.
Examine the Real Application Security code and its output:
Which two statements are correct?
Choose two
AThe EMP_POLICY policy can be bypassed only by the SYS user.
BThe policy EMP_POLICY is inherited by any view created on the EMPLOYEES table.
CAny view created on the EMPLOYEES table can have a different policy.
DThe policy EMP_POLICY allows no rows to be deleted from the EMPLOYEES table.D. The security policy EMP_POLICY cannot be bypassed by the owner of the EMPLOYEES table.
EThe owner of the EMPLOYEES table can select all data from the table.
Which three statements about the DBSAT Discoverer utility are true?
Choose three
AYou are limited to the sensitive categories provided by DBSAT.
BYou can specify literal strings that are to be searched for in column names, to be discovered as sensitive.
CYou can specify regular expressions for searching column values in each row, to be discovered as sensitive.
DEach finding of sensitive data for a given category is assigned a risk level of high, medium, or low.
EThe Database Sensitive Data Assessment Report is appended to the Database Security Assessment Report.
FYou can exclude schemas from the discovery scan.
Oracle Database Vault has been implemented. DBAs now report that they can no longer create users.
Which expected Database Vault behavior caused this?
Aenforced separation of duties by revoking the CREATE USER privilege from all users
Benforced separation of duties by revoking the CREATE USER privilege from the role DV_ACCTMGR
Cenforced separation of job roles by dropping the role DBA
Denforced separation of duties by only revoking the CREATE USER privilege from the DBA role
Eenforced separation of duties by revoking the CREATE USER privilege from all roles
Identify two situations, either of which involves the use of password files.
Choose two
Awhen SQLNET.AUTHENTICATION_SERVICES= (NONE)
Bwhen remotely connecting via secure connections using a wallet
Cwhen SQLNET.AUTHENTICATION_SERVICES=(NTS)
Dwhen SQLNET.AUTHENTICATION_SERVICES=(BEQ)
Ewhen remotely connecting via TCP insecure connections
You execute the following command:
ALTER DATABASE DICTIONARY ENCRYPT CREDENTIALS;
What is the result?
AIt encrypts the password file.
BIt encrypts stored PL/SQL code.
CIt encrypts cached SQL statements.
DIt encrypts database link passwords.
EIt encrypts database user credentials.
You need to redact the SALARY column in the HR.EMPLOYEES table so that it displays only the number 0.
Community Discussion