Oracle Database Administration I 1Z0-082 exam

/72
42

Exam 1Z0-082 Oracle Database Administration I

Oracle Database Administration I 1z0-082

Number of Questions: 72
Passing Score: 60%

1 / 72

1.

Which three files are used by conventional path SQL*Loader when the TABLE option is not specified? (Choose three.)

2 / 72

2.

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?

3 / 72

3.

Which two queries execute successfully?

4 / 72

4.

Which two statements are true regarding the UNION and UNION ALL operators? (Choose two.)

5 / 72

5.

View the Exhibits and examine the structure of the COSTS and PROMOTIONS tables.
You want to display PROD_IDS whose promotion cost is less than the highest cost PROD_ID in a
promotion time interval.
Examine this SQL statement:

What will be the result?

6 / 72

6.

You execute this query:
SELECT TO_CHAR(NEXT_DAY(LAST_DAY(SYSDATE), 'MON'), 'dd "Monday for" fmMonth rrrr') What is
the result?

7 / 72

7.

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

8 / 72

8.

The ORCL database has RESUMABLE__TIMEOUT = 7200 and
DEFERRED_SEGMENT_CREATION = FALSE User U1 has a 1 MB quota in tablespace DATA.
U1 executes this command:
SQL> CREATE TABLE t1 AS
(SELECT object_name, sharing, created
FROM dba_objects);
U1 complains that the command is taking too long to execute.
In the alert log, the database administrator (DBA) finds this:
2017/3/6 14:45:17

statement in resumable session 'User U1(136), Session 1, Instance 1' was suspended due to ORA-
01536: space quota exceeded for tablespace 'DATA' Which are three actions any one of which the

DBA could take to resume the session? (Choose three.)

9 / 72

9.

In one of your databases, the user HR has the password HRMGR. You want to connect to a database instance whose listener listens on port 1531 by using this statement:

CONNECT HR/HRMGR@orcl

No name server is used.

Which statement is true about ORCL?

10 / 72

10.

The CUSTOMERS table has a CUST_CREDIT_LIMIT column of data type NUMBER.
Which two queries execute successfully? (Choose two.)

11 / 72

11.

You have been tasked to create a table for a banking application. One of the columns must meet three requirements: Be stored in a format supporting date arithmetic without using conversion functions Store a loan period of up to 10 years Be used for calculating interest for the number of days the loan remains unpaid Which data type should you use?

12 / 72

12.

View the Exhibit and examine the description of the tables. You execute this SQL statement:

Which three statements are true?

13 / 72

13.

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

14 / 72

14.

Table EMPLOYEES contains columns including EMPLOYEE_ID, JOB_ID and SALARY. Only the EMPLOYEE_ID column is indexed. Rows exist for employees 100 and 200.

Examine this statement:

Which two statements are true? (Choose two.)

15 / 72

15.

A database is configured to use automatic undo management with temporary undo enabled.
An UPDATE is executed on a temporary table.

Where is the UNDO stored?

16 / 72

16.

Which three statements are true about the Oracle join and ANSI join syntax? (Choose three.)

17 / 72

17.

Which two statements are true about single row functions? (Choose two.)

18 / 72

18.

Which three statements are true about roles?

19 / 72

19.

The SALES_Q1 and USERS tablespaces exist in one of your databases and TEMP is a temporary tablespace. Segment creation is not deferred. You execute this command:

Which three statements must be true so that the SALES user can create tables in SALES_Q1? (Choose three.)

20 / 72

20.

Which three statements are true about time zones, date data types, and timestamp data types in an Oracle database? (Choose three.)

21 / 72

21.

Examine these commands:

Which two statements are true about the sqlldr execution? (Choose two.)

22 / 72

22.

Which three statements are true about advanced connection options supported by Oracle
Net for connection to Oracle Database instances? (Choose three.)

23 / 72

23.

Evaluate these commands which execute successfully:

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

24 / 72

24.

Which two statements are true about Enterprise Manager (EM) Express?

25 / 72

25.

Which three statements are true about inner and outer joins? (Choose three.)

26 / 72

26.

Which three statements are true about single-row functions? (Choose three.)

27 / 72

27.

Which three statements are true about using SQL*Plus?

28 / 72

28.

Which two statements are true about User Authentication in an Oracle Database?

29 / 72

29.

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?

30 / 72

30.

Examine the description of the CUSTOMERS table:

For customers whose income level has a value, you want to display the first name and due amount as 5% of their credit limit.

Customers whose due amount is null should not be displayed. Which query should be used?

31 / 72

31.

Which two statements are true about space-saving features in an Oracle Database? (Choose two.)

32 / 72

32.

The INVOICE table has a QTY_SOLD column of data type NUMBER and an INVOICE_DATE column of data type DATE. NLS_DATE_FORMAT is set to DD-MON-RR. Which two are true about data type conversions involving these columns in query expressions? (Choose two.)

33 / 72

33.

Which three statements are true about the Automatic Diagnostic Repository (ADR)?

34 / 72

34.

Which three functions are performed by dispatchers in a shared server configuration?
(Choose three.)

35 / 72

35.

An Oracle database session has an uncommitted transaction in progress which updated 5000
rows in a table.
Which three situations does the transaction complete thereby committing the updates?

36 / 72

36.

Which two are true about shrinking a segment online? (Choose two.)

37 / 72

37.

Which two statements are true about the DUAL table? (Choose two.)

38 / 72

38.

Which two statements are true about the ORDER BY clause when used with a SQL statement containing a SET operator such as UNION? (Choose two.)

39 / 72

39.

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?

40 / 72

40.

Examine these SQL statements which execute successfully:

Which two statements are true after execution?

41 / 72

41.

Examine the description of the product_details table:

Which two statements are true?

42 / 72

42.

Examine this command:

Which two statements are true?

43 / 72

43.

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?

44 / 72

44.

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.)

45 / 72

45.

Which two statements are true about views used for viewing tablespace and datafile information? (Choose two.)

46 / 72

46.

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

47 / 72

47.

Which two statements are true?

48 / 72

48.

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

49 / 72

49.

Which two statements are true about trace files produced by the Oracle Database server?
(Choose two.)

50 / 72

50.

Examine the description of the employees table: Which query requires explicit data type conversion?

51 / 72

51.

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.)

52 / 72

52.

Which three statements are true about dropping and unused columns in an Oracle database? (Choose three.)

53 / 72

53.

View the Exhibit and examine the structure of the PRODUCTS table.
Which two tasks require subqueries? (Choose two.)

54 / 72

54.

Which three statements are true about the Automatic Diagnostic Repository (ADR)?

55 / 72

55.

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

56 / 72

56.

Which compression method is recommended for Direct-Path Insert operations?

57 / 72

57.

In the SALES database, DEFERRED_SEGMENT_CREATION is TRUE. Examine this command: SQL> CREATE TABLE T1(c1 INT PRIMARY KEY, c2 CLOB); Which segment or segments, if any, are created as a result of executing the command?

58 / 72

58.

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?

59 / 72

59.

Which three statements are true about undo segments and the use of undo by transactions
in an Oracle database instance? (Choose three.)

60 / 72

60.

Which two statements are true about interval data types?

61 / 72

61.

Which two statements are true about Oracle synonyms?

62 / 72

62.

Your database instance is started with an SPFILE. A PFILE is also available. You execute this command: ALTER SYSTEM SET DB_CACHE_SIZE=100K; Where Is the value changed?

63 / 72

63.

You need to calculate the number of days from 1st January 2019 until today. Dates are stored in the default format of DD-MON-RR. Which two queries give the required output? (Choose two.)

64 / 72

64.

In the promotions table, the PROMO_BEGIN_DATE column is of data type date and the default date format Is DD-MON-RR. h two statements are true about expressions using PROMO_BEGIN_DATE contained In a query?

 

65 / 72

65.

Which three statements are true concerning logical and physical database structures? (Choose three.)

66 / 72

66.

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?

67 / 72

67.

In the ORCL database, UNDOTBS1 is the active undo tablespace with these properties:

1. A size of 100 MB
2. AUTOEXTEND is off
3. UNDO_RETENTION is set to 15 minutes
4. It has RETENTION GUARANTEE
UNDOTBS1 fills with uncommitted undo 10 minutes after the database opens.
What will happen when the next update is attempted by any transaction?

68 / 72

68.

Which statement is true about aggregate functions?

69 / 72

69.

Examine the description of the CUSTOMERS table:

You want to display details of all customers who reside in cities starting with the letter D followed by at least two characters. Which query can be used?

70 / 72

70.

Which two statements are true about UNDO and REDO? (Choose two.)

71 / 72

71.

While one of your databases was in mount state, the datafiles were renamed because they had been moved to a new file system. The database was then opened. Which two statements are true?

72 / 72

72.

The sales table has columns prod_id and quantity_sold of data type number In two queries
execute successfully? 

Your score is

0%

Please rate this quiz

Related Posts

[practice] Oracle Database Administration I 1Z0-082

10: Kiến trúc Multitenant trong Oracle

Kiến trúc Multitenant  trong Oracle Database: là một khái niệm giúp tối ưu hóa việc quản lý và sử dụng nhiều CSDL độc lập trên một hệ…

1.1: [thực hành] Cài đặt Database oracle 19c trên ec2 (aws)

Công cụ cần thiết:  Tài khoản aws putty download tại đây   xming dùng để mở giao diện qua ssh download tại đây Cài đặt:  Sau khi cài…

9: Flashback query database

Flashback query: Là một tính năng trong cơ sở dữ liệu Oracle Database cho phép truy vẫn dữ liệu trong quá khứ. Nó cho phép bạn xem…

8: Undo và Redo trong Oracle

Undo và Redo:  là 2 thành phần quan trọng phục vụ cho việc phục hồi dữ liệu trong Oracle Database. I: Undo Undo là 1 khái niệm…

7: Tablespace trong Oracle Database

Tablespace:  Là một không gian lưu trữ vật lý được cung cấp để tổ chức và quản lý các đối tượng cơ sở dữ liệu như table,…

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x