1Z0-062 Preparation Material

Posted by Henhenry Kay
2
Feb 20, 2017
130 Views

Test Information:

Total Questions: 246

Test Number: 1Z0-062

Vendor Name: ORACLE

Cert Name :.DATABASE

Test Name: ORACLE DATABASE 12C: INSTALLATION AND ADMINISTRATION

Official Site:http://www.examsboost.com

For More Details: https://www.examsboost.com/test/1z0-062/


Question: 1

 

Examine the parameters for your database instance:

NAMETYPE VALUE

-------------------------- ------------------------------- ---------------------------

undo_management string AUTO

undo_retentioninteger 12 00

undo_tablespace string UNDOTBS1

You execute the following command:

SQL> ALTER TABLESPACE undotbs1 RETENTION NOGUARANTEE;

Which statement is true in this scenario?

 

A. Undo data is written to flashback logs after 1200 seconds.

B. Inactive undo data is retained for 1200 seconds even if subsequent transactions fail due to lack of space in the undo tablespace.

C. You can perform a Flashback Database operation only within the duration of 1200 seconds.

D. An attempt is made to keep inactive undo for 1200 seconds but transactions may overwrite the undo before that time has elapsed.

 

Answer: A

 

Question: 2

 

A user establishes a connection to a database instance by using an Oracle Net connection. You want to ensure the following:

1. The user account must be locked after five unsuccessful login attempts.

2. Data read per session must be limited for the user.

3. The user cannot have more than three simultaneous sessions.

4. The user must have a maximum of 10 minutes session idle time before being logged off automatically.

How would you accomplish this?

 

A. by granting a secure application role to the user

B. by implementing Database Resource Manager

C. by using Oracle Label Security options

D. by assigning a profile to the user

 

Answer: D

 

Question: 3

 

As a user of the ORCL database, you establish a database link to the remote HQ database such that all users in the ORCL database may access tables only from the SCOTT schema in the HQ database. SCOTT’s password is TIGER. The service mane “HQ” is used to connect to the remote HQ database.

Which command would you execute to create the database link?

 

A. CREATE DATABASE LINK HQ USING 'HQ';

B. CREATE DATABASE LINK HQ CONNECT TO CURRENT_USER USING ‘HQ’;

C. CREATE PUBLIC DATABASE LINK HQ CONNECT TO scott IDENTIFIED BY tiger USING 'HQ';

D. CREATE DATABASE LINK HQ CONNECT TO scott IDENTIFIED BY tiger USING 'HQ';

 

Answer: B

Comments
avatar
Please sign in to add comment.