We ensures to provide the most update 1z0-062 exam questions with the most accurate answers. We Oracle Database Application Development 1z0-062 vce are the most complete and authoritative 1z0-062 real exam questions with which one can pass the Oracle Database Application Development 1z0-062 exam in an easy way. Preparing for Oracle Database Application Development 1z0-062 Oracle Database 12c: Installation and Administration exam is really a tough task to accomplish. But We will simplified the process.

Visit our site to get more 1z0-062 Q and As:https://www.pass4true.com/1Z0-062.html (411 QAs Dumps)
Question 1:

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

Correct Answer: D


Question 2:

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\’;

Correct Answer: C


Question 3:

You plan to create a database by using the Database Configuration Assistant (DBCA), with the following

specifications:

Applications will connect to the database via a middle tier.

The number of concurrent user connections will be high.

The database will have mixed workload, with the execution of complex BI queries scheduled at night.

Which DBCA option must you choose to create the database?

A. a General Purpose database template with default memory allocation

B. a Data Warehouse database template, with the dedicated server mode option and AMM enabled

C. a General Purpose database template, with the shared server mode option and Automatic Memory Management (AMM) enabled

D. a default database configuration

Correct Answer: C

References:


Question 4:

Which two statements are true about the logical storage structure of an Oracle database? (Choose two.)

A. An extent contains data blocks that are always physically contiguous on disk.

B. An extent can span multiple segments.

C. Each data block always corresponds to one operating system block.

D. It is possible to have tablespaces of different block sizes.

E. A data block is the smallest unit of I/O in data files.

Correct Answer: DE


Question 5:

Which two statements correctly describe the relationship between data files and logical database structures? (Choose two.)

A. A segment cannot span data files.

B. A data file can belong to only one tablespace.

C. An extent cannot span data files.

D. The size of an Oracle data block in a data file should be the same as the size of an OS block.

Correct Answer: BC

A single extent can never span data files. https://docs.oracle.com/database/121/CNCPT/logical.htm#CNCPT1095


Question 6:

Which statement is true about the Log Writer process?

A. It writes when it receives a signal from the checkpoint process (CKPT).

B. It writes concurrently to all members of multiplexed redo log groups.

C. It writes after the Database Writer process writes dirty buffers to disk.

D. It writes when a user commits a transaction.

Correct Answer: D

References:

http://docs.oracle.com/cd/B19306_01/server.102/b14220/process.htm (see log writer process (LGWR))


Question 7:

The ORCL database is configured to support shared server mode. You want to ensure that a user connecting remotely to the database instance has a one-to-one ratio between client and server processes.

Which connection method guarantees that this requirement is met?

A. connecting by using an external naming method

B. connecting by using the easy connect method

C. creating a service in the database by using the dbms_service.create_service procedure and using this service for creating a local naming service

D. connecting by using the local naming method with the server = dedicated parameter set in the tnsnames.ora file for the net service

E. connecting by using a directory naming method

Correct Answer: D


Question 8:

Which two tasks can be performed on an external table? (Choose two.)

A. partitioning the table

B. creating an invisible index

C. updating the table by using an update statement

D. creating a public synonym

E. creating a view

Correct Answer: DE

You can, for example select, join, or sort external table data. You can also create views and synonyms for external tables. However, no DML operations (UPDATE, INSERT, or DELETE) are possible, and no indexes can be created, on external tables.

http://docs.oracle.com/cd/B28359_01/server.111/b28310/tables013.htm#ADMIN01507


Question 9:

Which three statements are true about a job chain? (Choose three.)

A. It can contain a nested chain of jobs.

B. It can be used to implement dependency-based scheduling.

C. It cannot invoke the same program or nested chain in multiple steps in the chain.

D. It cannot have more than one dependency.

E. It can be executed using event-based or time-based schedules.

Correct Answer: ABE


Question 10:

The HR user receives the following error while inserting data into the sales table:

On investigation, you find that the users tablespace uses Automatic Segment Space Management (ASSM). It is the default tablespace for the HR user with an unlimited quota on it.

Which two methods would you use to resolve this error? (Choose two.)

A. Altering the data file associated with the USERS tablespace to extend automatically

B. Adding a data file to the USERS tablespace

C. Changing segment space management for the USERS tablespace to manual

D. Creating a new tablespace with autoextend enabled and changing the default tablespace of the HR user to the new tablespace

E. Enabling resumable space allocation by setting the RESUMABLE_TIMEOUT parameter to a nonzero value

Correct Answer: AB


Question 11:

Which task would you recommend before using the Database Upgrade Assistant (DBUA) to upgrade a single-instance Oracle 11g R2 database to Oracle Database 12c?

A. shutting down the database instance that is being upgraded

B. executing the catctl.pl script to run the upgrade processes in parallel

C. running the Pre-Upgrade Information Tool

D. copying the listener.ora file to the new ORACLE_HOME

Correct Answer: C

References: http://docs.oracle.com/cd/E11882_01/server.112/e23633/upgrade.htm#UPGRD12395


Question 12:

Your database is open and the listener LISTENER is up. You issue the command:

LSNRCTL> RELOAD

What is the effect of reload on sessions that were originally established by listener?

A. Only sessions based on static listener registrations are disconnected.

B. Existing connections are not disconnected; however, they cannot perform any operations until the listener completes the re-registration of the database instance and service handlers.

C. The sessions are not affected and continue to function normally.

D. All the sessions are terminated and active transactions are rolled back.

Correct Answer: C


Question 13:

Which statement is true regarding the startup of a database instance?

A. The instance does not start up normally and requires manual media recovery after a shutdown using the abort option.

B. Uncommitted transactions are rolled back during the startup of the database instance after a shutdown using the immediate option.

C. There is no difference in the underlying mechanics of the startup whether the database is shut down by using the immediate option or the abort option.

D. Media recovery is required when the database is shut down by using either the immediate option or the abort option.

E. Instance recovery is not required if the database instance was shut down by using SHUTDOWN IMMEDIATE.

Correct Answer: E

References: http://docs.oracle.com/cd/A87860_01/doc/server.817/a76956/start.htm


Question 14:

Examine the memory-related parameters set in the SPFILE of an Oracle database:

Which statement is true?

A. Only SGA components are sized automatically.

B. Memory is dynamically re-allocated between the SGA and PGA as needed.

C. The size of the PGA cannot grow automatically beyond 500 MB.

D. The value of the MEMORY_TARGET parameter cannot be changed dynamically.

Correct Answer: B


Question 15:

Which two statements are true about extents? (Choose two.)

A. Blocks belonging to an extent can be spread across multiple data files.

B. Data blocks in an extent are logically contiguous but can be non-contiguous on disk.

C. The blocks of a newly allocated extent, although free, may have been used before.

D. Data blocks in an extent are automatically reclaimed for use by other objects in a tablespace when all the rows in a table are deleted.

Correct Answer: BC


Visit our site to get more 1z0-062 Q and As:https://www.pass4true.com/1Z0-062.html (411 QAs Dumps)

Recommended Posts