Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: netbudy65

1z0-082 Oracle Database Administration I Questions and Answers

Questions 4

Which two statements are true about Database Instances and Real Application Clusters (RAC)?

Options:

A.

A RAC database can have one Instance.

B.

A RAC database can have instances on separate servers.

C.

Two RAC databases can share their instances.

D.

A RAC database must have three or more Instances.

E.

A RAC database must have two or more instances.

Buy Now
Questions 5

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 6

Which two statements are true about the Automatic Diagnostic Repository (ADR)? (Choose two.)

Options:

A.

The ADR base defaults to $ORACLE_HOME/rdbms/admin ifneither DIAGNOSTIC_DEST nor ORACLE_BASE is set

B.

The ADR base defaults to $ORACLE_HOME/dbs if the DIAGNOSTIC_DEST parameter and the ORACLE_BASE environment variable are not set

C.

It supports diagnostics for Automatic Storage Management (ASM)

D.

It supports diagnostics for Oracle Clusterware

E.

It is held inside an Oracle database schema

Buy Now
Questions 7

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 8

The SCOTT/TIGER user exists in two databases, BOSTON_DB and DALLAS_DB, in two different locations.

Each database has a tnsnames.ora file defining DALLAS_DB as a service name.

Examine this command:

CREATE DATABASE LINK dblink1 CONNECT TO scott IDENTIFIED BY tiger USING ‘dallas_db’;

How do you execute the command so that only SCOTT in BOSTON_DB can access the SCOTT schema in DALLAS_DB?

Options:

A.

as SCOTT in DALLAS_DB

B.

as SCOTT in BOSTON_DB

C.

as SCOTT in BOSTON_DB and SYS in DALLAS_DB

D.

as SYS in both the databases

E.

as SCOTT in both the databases

Buy Now
Questions 9

Evaluate these commands which execute successfully:

Which two statements are true about the ORD_ITEMS table and the ORD_SEQ sequence? (Choose two.)

Options:

A.

If sequence ORD_SEQ is dropped then the default value for column ORD_NO will be NULL for rows inserted into ORD_ITEMS

B.

Any user inserting rows into table ORD_ITEMS must have been granted access to sequence ORD_SEQ

C.

Column ORD_NO gets the next number from sequence ORD_SEQ whenever a row is inserted into ORD_ITEMS and no explicit value is given for ORD_NO

D.

Sequence ORD_SEQ cycles back to 1 after every 5000 numbers and can cycle 20 times

E.

Sequence ORD_SEQ is guaranteed not to generate duplicate numbers

Buy Now
Questions 10

Which two are true about a SQL statement using SET operators such as UNION? (Choose two.)

Options:

A.

The data type group of each column returned by the second query must match the data type of the corresponding column returned by the first query.

B.

The number, but not names, of columns must be identical for all SELECT statements in the query.

C.

The data type of each column returned by the second query must exactly match the data type of the corresponding column returned by the first query.

D.

The names and number of columns must be identical for all SELECT statements in the query.

E.

The data type of each column returned by the second query must be implicitly convertible to the data type of the corresponding column returned by the first query.

Buy Now
Questions 11

Which three statements are true about Oracle synonyms? (Choose three.)

Options:

A.

A synonym cannot be created for a PL/SQL package

B.

A synonym can be available to all users

C.

A SEQUENCE can have a synonym

D.

A synonym created by one user can refer to an object belonging to another user

E.

Any user can drop a PUBLIC synonym

Buy Now
Questions 12

The orders table has a column ORDER_DATE of data type date.

The default display format for a date Is DD-MON-RR.

Which two where conditions demonstrate the correct usage of conversion functions?

Options:

A.

WHERE order_date > TO_CHAR(ADD_MONTHS(SYSDATE, 6), 'MON DD YYYY')

B.

WHERE TO_CHAR(order_date, 'MON DD YYYY') = 'JAN 20 2019'

C.

WHERE order_date > TO_DATE

D.

WHERE order_date IN (TO_DATE ('Oct 21 2018', 'Mon DD YYYY'), TC_CHAR('Nov 21 2018', 'Mon DD YYYY'))

E.

WHERE order date > TO DATE('JUL 10 2018', *MON DD YYYY')

Buy Now
Questions 13

Examine this command:

CREATE UNDO TABLESPACE undotbs01

DATAFILE ‘undotbs_01.dbf’

SIZE 100M

AUTOEXTEND ON;

Which two actions must you take to ensure UNDOTBS01 is used as the default UNDO tablespace? (Choose two.)

Options:

A.

Add the SEGMENT SPACE MANAGEMENT AUTO clause

B.

Set UNDO_TABLESPACE to UNDOTBS01

C.

Add the NOLOGGING clause

D.

Make certain that the database operates in automatic undo management mode

E.

Add the ONLINE clause

Buy Now
Questions 14

Which two statements are true?

Options:

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.

Buy Now
Questions 15

What is true about non-equijoin statement performance? (Choose two.)

Options:

A.

Table aliases can improve performance

B.

The BETWEEN condition always performs better than using the >= and <= conditions

C.

The join syntax used makes no difference to performance

D.

The BETWEEN condition always performs less well than using the >= and <= conditions

E.

The Oracle join syntax performs better than the SQL:1999 compliant ANSI join syntax

Questions 16

Which two statements are true about the rules of precedence for operators? (Choose two.)

Options:

A.

The concatenation operator | | is always evaluated before addition and subtraction in an expression

B.

NULLS influence the precedence of operators in an expression

C.

The + binary operator has the highest precedence in an expression in a SQL statement

D.

Arithmetic operators with equal precedence are evaluated from left to right within an expression

E.

Multiple parentheses can be used to override the default precedence of operators in an expression

Buy Now
Questions 17

The stores table has a column START_DATE of data type DATE, containing the date the row was inserted. You only want to display details of rows where START_DATE is within the last 25 months. Which where clause can be used?

Options:

A.

WHERE MON'THS_BETWEEN (SYSDATE, start_date) <= 25

B.

WHERE ADD_MONTHS

C.

WHERE TO_XUMBER(start_date - SYSDATE) <= 25

D.

WHERE MON'THS_BETWEEN (start_date, SYSDATE) <= 25

Buy Now
Questions 18

Your database instance is started with a PFILE.

Examine these parameters:

You want to increase the size of the buffer cache.

Free memory is available to increase the size of the buffer cache.

You execute the command:

SQL> ALTER SYSTEM SET DB_CACHE_SIZE=1024M;

What is the outcome?

Options:

A.

The value is changed only in the PFILE and takes effect at the next instance startup

B.

The value is changed for the current instance and in the PFILE

C.

It fails because the SCOPE clause is missing

D.

Change is applied to the current instance, but does not persist after instance restart

Buy Now
Questions 19

Which statement is true about aggregate functions?

Options:

A.

Aggregate functions can be nested to any number of levels

B.

The AVG function implicitly converts NULLS to zero

C.

Aggregate functions can be used in any clause of a SELECT statement

D.

The MAX and MIN functions can be used on columns with character data types

Buy Now
Questions 20

Which two statements are true about the configuration and use of UNDO_RETENTION with GURANTEED RETENTION? (Choose two.)

Options:

A.

UNDO_RETENTION specifies for how long Oracle attempts to keep expired and unexpired UNDO.

B.

UNDO_RETENTION specifies how long all types of UNDO are retained.

C.

Unexpired UNDO is always retained.

D.

Active UNDO is always retained.

E.

UNDO_RETENTION specifies for how long Oracle attempts to keep unexpired UNDO.

Buy Now
Questions 21

The EMPLOYEES table contains columns EMP_ID of data type NUMBER and HIRE_DATE of data type DATE.

You want to display the date of the first Monday after the completion of six months since hiring.

The NLS_TERRITORY parameter is set to AMERICA in the session and, therefore, Sunday is the first day on the week.

Which query can be used?

Options:

A.

SELECT emp_id, ADD_MONTHS(hire_date, 6), NEXT_DAY(‘MONDAY’) FROM employees;

B.

SELECT emp_id, NEXT_DAY(ADD_MONTHS(hire_date, 6), ‘MONDAY’) FROM employees;

C.

SELECT emp_id, NEXT_DAY(MONTHS_BETWEEN(hire_date, SYSDATE), 6) FROM employees;

D.

SELECT emp_id, NEXT_DAY(ADD_MONTHS(hire_date, 6), 1) FROM employees;

Buy Now
Exam Code: 1z0-082
Exam Name: Oracle Database Administration I
Last Update: Apr 24, 2024
Questions: 142

PDF + Testing Engine

$140

Testing Engine

$105

PDF (Q&A)

$90