1 :-
Which two are true about shrinking a segment online? (Choose two.)
2 :-
Which three statements are true about advanced connection options supported by Oracle Net for connection to Oracle Database instances? (Choose three.)
3 :-
Examine this SQL statement: SELECT cust_id, cust_last_name “Last Name” FROM customersWHERE 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.)
4 :-
Which three statements are true about undo segments and the use of undo by transactions in an Oracle database instance? (Choose three.)
5 :-
In one of your databases, you create a user, HR, and then execute this command: GRANT CREATE SESSION TO hr WITH ADMIN OPTION; Which four actions can HR perform? (Choose four.)
6 :-
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.)
7 :-
Which three are performed by Oracle Automatic Storage Management (ASM) instances? (Choose three.)
8 :-
Which two statements are true about the SET VERIFY ON command? (Choose two.)
9 :-
Which three statements are true about views in an Oracle database? (Choose three.
10 :-
You want to write a query that prompts for two column names and the WHERE condition each time it is executed in a session but only prompts for the table name the first time it is executed.The variables used in your query are never undefined in your session. Which query can be used?
11 :-
Examine the description of the BOOKS table:
NAME NULL TYPE
TRANSACTION_ID NOT NULL VARCHAR2(6)
TRANSACTION_DATE DATE
AMOUNT NUMBER(10,2)
CUSTOMER_ID VARCHAR2(6)
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.)
12 :-
Which three instance situations are possible with the Oracle Database server without multi-tenant? (Choose three.)
13 :-
Which three statements are true about inner and outer joins? (Choose three.)
14 :-
Which three statements are true about GLOBAL TEMPORARY TABLES? (Choose three.)
15 :-
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:
select prod_id
from costs
where promo_id in
(select promo_id
from promotions
where promo_cost <all
(select max(promo_cost)
group by ( promo_end_date -promo_begins_date)));
Exhibit 1.
What will be the result?
16 :-
Which two statements are true about UNDO and REDO? (Choose two.)
17 :-
What is true about non-equijoin statement performance? (Choose two.)
18 :-
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-03-06T12:15:17.183438+05:30 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.)
19 :-
Which three statements are true about the Oracle Data Dictionary? (Choose three.)
20 :-
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?
Tips for improving your score: