Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: geek65

1z0-082 Oracle Database Administration I Questions and Answers

Questions 4

Which three statements are true about connection strings and service names used to connect to an Oracle database instance?

Options:

A.

A single database instance can support connections for multiple service names.

B.

A service name is created by a listener.

C.

A single connection string can refer to multiple database instances.

D.

A connection string including a service name must be defined in the cnsnames.ora file.

E.

A connection string must include the SID of a database Instance.

F.

Different connection strings in the same tnsnames.ora file can contain the same service name, host and port parameters.

Buy Now
Questions 5

Which two statements are true about the WHERE and HAVING clauses in a SELECT statement? (Choose two.)

Options:

A.

Aggregating functions and columns used in HAVING clauses must be specified in the SELECT list of a query

B.

WHERE and HAVING clauses can be used in the same statement only if applied to different table columns

C.

The HAVING clause can be used with aggregating functions in subqueries

D.

The WHERE clause can be used to exclude rows before dividing them into groups

E.

The WHERE clause can be used to exclude rows after dividing them into groups

Buy Now
Questions 6

Examine this SQL statement:

SELECT cust_id, cust_last_name “Last Name”

FROM customers

WHERE country_id = 10

UNION

SELECT cust_id CUST_NO, cust_last_name

FROM customers

WHERE country_id = 30

Identify three ORDER BY clauses, any one of which can complete the query successfully. (Choose three.)

Options:

A.

ORDER BY “Last Name”

B.

ORDER BY 2, 1

C.

ORDER BY 2, cust_id

D.

ORDER BY CUST_NO

E.

ORDER BY “CUST_NO”

Buy Now
Questions 7

Table ORDER_ITEMS contains columns ORDER_ID, UNIT_PRICE and QUANTITY, of data type NUMBER.

Examine these SQL statements:

Statement 1:

SELECT MAX(unit_price * quantity) “Maximum Order”

FROM order_items;

Statement 2:

SELECT MAX(unit_price * quantity) “Maximum Order”

FROM order_items

GROUP BY order_id;

Which two statements are true?

Options:

A.

Statement 1 returns only one row of output.

B.

Statement 2 returns only one row of output.

C.

Both statements will return NULL if either UNIT_PRICE or QUANTITY contains NULL.

D.

Both the statements give the same output.

E.

Statement 2 may return multiple rows of output.

Buy Now
Questions 8

Which two statements are true about substitution variables?

Options:

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.

Buy Now
Questions 9

Which three activities are recorded in the database alert log? (Choose three.)

Options:

A.

Data Definition Language (DDL) statements

B.

non-default database parameters

C.

block corruption errors

D.

deadlock errors

E.

session logins and logouts

Buy Now
Questions 10

Which two tasks can you perform using DBCA for databases? (Choose two.)

Options:

A.

Configure a nonstandard block size for a new database

B.

Register a new database with an available Enterprise Manager Management server

C.

Change the standard block size of an existing database

D.

Configure incremental backups for a new database

E.

Enable flashback database for an existing database

Buy Now
Questions 11

The sales table has columns prod_id and quantity_sold of data type number

In two queries execute successfully? x

Options:

A.

SELECT prod_id FROM sales WHERE quantity_sold > 55000 GROUP BY prod_id HAVING COUNT(-) > 10;

B.

SELECT prod_id FROM sales WHERE quantity_sold > 5S000 AND COUNT(-) > 10 GROUP BY prod_id HAVING COUNT(-) > 10;

C.

SELECT COUNT|prod_id> FROM sales WHERE quantity_sold > 55000 GROUP BY prod_id;

D.

SELECT COUNTlprod_id> FROM sales GROUP BY prod_id WHERE quantity_Sold > 55000;

E.

SELECT prod_id FROM sales WHERE quantity_scld > 55000 AND COUNT(-) > 10 GROUP BY COUNT(-) > 10;

Buy Now
Questions 12

Which two statements are true about the Oracle Data Dictionary?

Options:

A.

It is owned by the sys user.

B.

Data dictionary base tables can be queried directly.

C.

It is owned by the system user.

D.

Data dictionary views are always created with queries that join two or more base tables.

E.

All data dictionary view joins base tables to dynamic performance views.

Buy Now
Questions 13

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

Options:

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

Buy Now
Questions 14

Which three statements are true about sequences in a single instance Oracle database?

Options:

A.

Sequences can always have gaps.

B.

A sequence can Issue duplicate values.

C.

A sequence's unallocated cached values are lost if the instance shuts down.

D.

Two or more tables cannot have keys generated from the same sequence.

E.

A sequence can only be dropped by a DBA.

F.

A sequence number that was allocated can be rolled back if a transaction fails.

Buy Now
Questions 15

In your data center, Oracle Managed Files (OMF) is used for all databases.

All tablespaces are smallfile tablespaces.

SALES_Q1 is a permanent user-defined tablespace in the SALES database.

Examine this command which is about to be issued by a DBA logged in to the SALES database:

ALTER TABLESPACE sales_q1 ADD DATAFILE;

Which are two actions, either one of which you could take to ensure that the command executes successfully? (Choose two.)

Options:

A.

Ensure that DB_RECOVERY_FILE_DEST and DB_CREATE_FILE_DEST each specify with at least 50 Mb of available space.

B.

Specify a path in the DATAFILE clause of the command specifying a location with at least 100M of available space.

C.

Ensure that DB_CREATE_FILE_DEST specifies a location with at least 100 Mb of available space.

D.

Add the AUTOEXTEND ON clause with NEXT set to 100M.

E.

Ensure that DB_RECOVERY_FILE_DEST and DB_CREATE_FILE_DEST each specify locations with at least 50 Mb of available space.

Buy Now
Questions 16

You want to use table compression suitable for OLTP that will:

Compress rows for all DML statements on that table

Minimize the overheads associated with compression

Which compression option is best suited for this?

Options:

A.

COLUMN STORE COMPRESS FOR QUERY LOW

B.

ROW STORE COMPRESS BASIC

C.

COLUMN STORE COMPRESS FOR ARCHIVE LOW

D.

COLUMN STORE COMPRESS FOR ARCHIVE HIGH

E.

ROW STORE COMPRESS ADVANCED

Buy Now
Questions 17

Which two statements are true about undo and undo tablespaces?

Options:

A.

There can be only one undo tablespace created in a database.

B.

An instance will crash if the active undo tablespace is lost.

C.

An undo tablespace may be owned by only one instance.

D.

undo segments are owned by SYSTEM.

E.

undo segments are owned by SYSBACKUP.

Buy Now
Questions 18

Which three statements are true about GLOBAL TEMPORARY TABLES? (Choose three.)

Options:

A.

A TRUNCATE command issued in a session causes all rows in a GLOBAL TEMPORARY TABLE for the issuing session to be deleted.

B.

GLOBAL TEMPORARY TABLE rows inserted by a session are available to any other session whose user has been granted select on the table.

C.

GLOBAL TEMPORARY TABLE space allocation occurs at session start.

D.

Any GLOBAL TEMPORARY TABLE rows existing at session termination will be deleted.

E.

A GLOBAL TEMPORARY TABLE’S definition is available to multiple sessions.

F.

A DELETE command on a GLOBAL TEMPORARY TABLE cannot be rolled back.

Buy Now
Questions 19

Which two statements are true about interval data types?

Options:

A.

INTERVAL year TO month columns support yearly intervals.

B.

The value in an interval day to SECOND column can be copied into an interval year to month column.

C.

INTERVAL day to second columns support fractions of seconds.

D.

INTERVAL year to month columns only support monthly Intervals within a single year.

E.

INTERVAL year to month columns only support monthly intervals within a range of years.

F.

The year field in an interval year to month column must be a positive value.

Buy Now
Questions 20

Examine the description of the PROMOTIONS table:

You want to display the unique promotion costs in each promotion category.

Which two queries can be used? (Choose two.)

Options:

A.

SELECT promo_cost, promo_category FROM promotions ORDER BY by 1;

B.

SELECT DISTINCT promo_cost || ’ in ‘ || DISTINCT promo_category FROM promotions ORDER BY 1;

C.

SELECT DISTINCT promo_category || ‘ has ‘ || promo_cost AS COSTS FROM promotions ORDER BY 1;

D.

SELECT promo_category, DISTINCT promo_cost FROM promotions ORDER BY 2;

E.

SELECT DISTINCT promo_category, promo_cost FROM promotions ORDER BY 1;

Buy Now
Questions 21

A script abc.sql must be executed to perform a job.

A database user HR, who is defined in this database, executes this command:

$ sqlplus hr/hr@orcl @abc.sql

What will happen upon execution?

Options:

A.

The command succeeds and HR will be connected to the orcl and abc.sql databases

B.

The command succeeds and HR will be connected to the orcl database instance, and the abc.sql script will be executed

C.

The command fails because the script must refer to the full path name

D.

The command fails and reports an error because @ is used twice

Buy Now
Exam Code: 1z0-082
Exam Name: Oracle Database Administration I
Last Update: Jun 15, 2025
Questions: 142
1z0-082 pdf

1z0-082 PDF

$29.75  $84.99
1z0-082 Engine

1z0-082 Testing Engine

$35  $99.99
1z0-082 PDF + Engine

1z0-082 PDF + Testing Engine

$47.25  $134.99