Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Oracle Database Administration I

Last Update 17 hours ago Total Questions : 142

The Oracle Database Administration I content is now fully updated, with all current exam questions added 17 hours ago. Deciding to include 1z0-082 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our 1z0-082 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these 1z0-082 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Oracle Database Administration I practice test comfortably within the allotted time.

Question # 4

Which two statements are true about substitution variables?

A.

A substitution variable prefixed with & always prompts only once for a value in a session.

B.

A substitution variable prefixed with to prompts only once for a value in a session unless it is set to undefined in the session

C.

A substitution variable can be used only in a select statement.

D.

A substitution variable used to prompt for a column name must be enclosed in single quotation marks.

E.

A substitution variable can be used with any clause in a select statement.

F.

A substitution variable used to prompt for a column name must be enclosed in double quotation marks.

Question # 5

Which two statements are true about the SET VERIFY ON command? (Choose two.)

A.

It can be used only in SQL*Plus

B.

It displays values for variables used only in the WHERE clause of a query

C.

It can be used in SQL Developer and SQL*Plus

D.

It displays values for variables created by the DEFINE command

E.

It displays values for variables prefixed with & &

Question # 6

You must create a tablespace of non-standard block size in a new file system and plan to use this command:

The standard block size is 8k but other non-standard block sizes will also be used. Which two are requirements for this command to succeed?

A.

d3_32k_cache_size should be set to a value greater than db_cache_size.

B.

db_32k_cache_size must be set to a value that can be accommodated in the SGA.

C.

db_32r_cache_si2e must be less than db_ca=he_size.

D.

db_cache_s:ze must be set to a size that is smaller than db_32k_cache_size.

E.

The /u02 file system must have at least lOOg space for the datafile.

F.

The operating system must use a 32k block size.

Question # 7

Which two statements are true regarding a SAVEPOINT? (Choose two.)

A.

Rolling back to a SAVEPOINT can undo a CREATE INDEX statement

B.

Rolling back to a SAVEPOINT can undo a TRUNCATE statement

C.

Only one SAVEPOINT may be issued in a transaction

D.

A SAVEPOINT does not issue a COMMIT

E.

Rolling back to a SAVEPOINT can undo a DELETE statement

Question # 8

Which two statements are true?

A.

SALES1 has not NULL constraints on any selected columns which had those constraints in the sales table.

B.

SALES1 has primary key and unique constraints on any selected columns which had those constraints in the sales table.

C.

SALES1 is created with 55,000 rows.

D.

SALES1 is created with no rows.

E.

SALES1 is created with 1 row.

Question # 9

Which statement is true about database links?

A.

Private database link creation requires the same user to exist in both the local and the remote databases.

B.

A public database link can be created only by sys.

C.

A database link can be created only between two Oracle databases.

D.

A public database link can be used by a user connected to the local database instance to connect to any schema in the remote database instance.

E.

A database link created in a database allows a connection from that database ' s instance to the target database ' s Instance, but not vice versa.

Question # 10

Examine the description of the BOOKS table:

The table has 100 rows.

Examine this sequence of statements issued in a new session:

INSERT INTO books VALUES (‘ADV112’, ‘Adventures of Tom Sawyer’, NULL, NULL);

SAVEPOINT a;

DELETE FROM books;

ROLLBACK TO SAVEPOINT a;

ROLLBACK;

Which two statements are true? (Choose two.)

A.

The second ROLLBACK command does nothing

B.

The second ROLLBACK command replays the delete

C.

The first ROLLBACK command restores the 101 rows that were deleted, leaving the inserted row still to be committed

D.

The second ROLLBACK command undoes the insert

E.

The first ROLLBACK command restores the 101 rows that were deleted and commits the inserted row

Go to page: