Join the discussion
Question 83/127
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.)
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.)
Correct Answer: A,D,E
Add Comments
- Other Question (127q)
- Q1. In the ORCL database, UNDOTBS1 is the active undo tablespace with these properties: 1. A s...
- Q2. Which three statements are true about views in an Oracle database? (Choose three.)...
- Q3. Which four statements are true regarding primary and foreign key constraints and the effec...
- Q4. Which two can you use to recover a dropped table? (Choose two.)...
- Q5. Which three statements are true about the naming methods and their features supported by O...
- Q6. Which three Oracle database space management features will work with both Dictionary and L...
- Q7. Which two statements are true?
- Q8. Which two statements are true about the results of using the INTERSECT operator in compoun...
- Q9. View the Exhibit and examine the structure of the PRODUCTS table. Which two tasks require ...
- Q10. Which two statements are true about the PMON background process? (Choose two.)...
- Q11. Examine this description of the TRANSACTIONS table: (Exhibit) Which two SQL statements exe...
- Q12. Examine the description of the CUSTOMERS table: (Exhibit) For customers whose income level...
- Q13. Examine this command: (Exhibit) Which two statements are true? (Choose two.)...
- Q14. Which two statements are true about the DUAL table? (Choose two.)...
- Q15. Which two statements are true about User Authentication in an Oracle Database?...
- Q16. Which three statements are true about single-row functions? (Choose three.)...
- Q17. Which compression method is recommended for Direct-Path Insert operations?...
- Q18. Which three statements are true about table data storage in an Oracle Database? (Choose th...
- Q19. Which two statements are true about Database Instances and Real Application Clusters (RAC)...
- Q20. Which two statements are true about single row functions? (Choose two.)...
- Q21. Examine the description of the PRODUCT_STATUS table: (Exhibit) The status column contains ...
- Q22. Your database instance is started with a PFILE. Examine these parameters: (Exhibit) You wa...
- Q23. The EMPLOYEES table contains columns EMP_ID of data type NUMBER and HIRE_DATE of data type...
- Q24. Which is true about security rules on a compute node?...
- Q25. Which three statements are true about time zones, date data types, and timestamp data type...
- Q26. Which two statements are true about Enterprise Manager Database Express? (Choose two.)...
- Q27. Which two statements are true about space-saving features in an Oracle Database? (Choose t...
- Q28. You want to write a query that prompts for two column names and the WHERE condition each t...
- Q29. Examine these commands: (Exhibit) Which two statements are true about the sqiidr execution...
- Q30. The ORCL database has RESUMABLE__TIMEOUT = 7200 and DEFERRED_SEGMENT_CREATION = FALSE User...
- Q31. Which three failures do not require intervention for recovery? (Choose three.)...
- Q32. Which statement is true about database links?
- Q33. Examine this command: CREATE UNDO TABLESPACE undotbs01 DATAFILE 'undotbs_01.dbf' SIZE 100M...
- Q34. Which three statements are true about table data storage in an Oracle Database? (Choose th...
- Q35. You execute this command: (Exhibit) Sufficient storage is available in filesystem /u01. Wh...
- Q36. Examine the description of the PROMOTIONS table: (Exhibit) You want to display the unique ...
- Q37. The INVOICE table has a QTY_SOLD column of data type NUMBER and an INVOICE_DATE column of ...
- Q38. Which three statements are true about views in an Oracle database? (Choose three.)...
- Q39. Which two statements are true about the SET VERIFY ON command? (Choose two.)...
- Q40. Examine the description of the BOOKS_TRANSACTIONS table: (Exhibit)...
- Q41. Which two are true about shrinking a segment online? (Choose two.)...
- Q42. What two are benefits of Data Pump? (Choose two.)...
- Q43. Which two are true about the roles? (Choose two.)...
- Q44. Which two statements are true about the rules of precedence for operators? (Choose two.)...
- Q45. Which two statements are true about segment types in an Oracle Database?...
- Q46. In one of your databases, the user HR has the password HRMGR. You want to connect to a dat...
- Q47. Which four account management capabilities can be configured using Oracle profiles? (Choos...
- Q48. You execute this query: SELECT TO_CHAR(NEXT_DAY(LAST_DAY(SYSDATE), `MON'), `dd "Monday for...
- Q49. Which three statements are true about single-row functions? (Choose three.)...
- Q50. Examine this command and some partial output: (Exhibit) Why does the DB01.abc.comservice s...
- Q51. Which two statements are true about the DUAL table? (Choose two.)...
- Q52. Which two statements are true about Enterprise Manager Database Express? (Choose two.)...
- Q53. Which three object types support deferred segment creation? (Choose three.)...
- Q54. You want to use table compression suitable for OLTP that will: 1. Compress rows for all DM...
- Q55. Which is the default column or columns for sorting output from compound queries using SET ...
- Q56. What is true about non-equijoin statement performance? (Choose two.)...
- Q57. Examine the description of the CUSTOMERS table: (Exhibit) For customers whose income level...
- Q58. In one of your databases, the user HR has the password HRMGR. You want to connect to a dat...
- Q59. Which three are types of segments in an Oracle Database? (Choose three.)...
- Q60. Which three statements are true about undo segments and the use of undo by transactions in...
- Q61. Which three statements are true about inner and outer joins? (Choose three.)...
- Q62. In the SALES database, DEFERRED_SEGMENT_CREATION is TRUE. Examine this command: SQL> CR...
- Q63. Which two are true about a SQL statement using SET operators such as UNION? (Choose two.)...
- Q64. Evaluate these commands which execute successfully: (Exhibit) Which two statements are tru...
- Q65. Which two are true about instance recovery for a database that is open in read write mode?...
- Q66. The CUSTOMERS table has a CUST_CREDIT_LIMIT column of data type NUMBER. Which two queries ...
- Q67. View the Exhibit and examine the structure of the PRODUCTS table. Which two tasks require ...
- Q68. View the Exhibit and examine the structure of the PRODUCTS table. Which two tasks require ...
- Q69. Which two types of files are opened by a database instance in the NOMOUNT state?...
- Q70. Which two statements are true about the rules of precedence for operators? (Choose two.)...
- Q71. Which two statements are true about the WHERE and HAVING clauses in a SELECT statement? (C...
- Q72. Which two statements are true about single row functions? (Choose two.)...
- Q73. In the ORCL database, UNDOTBS1 is the active undo tablespace with these properties: 1. A s...
- Q74. Which three statements are true about inner and outer joins? (Choose three.)...
- Q75. Which two are true about conventional path SQL load? (Choose two.)...
- Q76. Which two statements are true about the PMON background process? (Choose two.)...
- Q77. Which two statements are true about the Automatic Diagnostic Repository (ADR)? (Choose two...
- Q78. Which two statements are true about undo and undo tablespaces?...
- Q79. You want to use table compression suitable for OLTP that will: 1. Compress rows for all DM...
- Q80. You execute this command: (Exhibit) During the export operation, you detach from the job b...
- Q81. Evaluate these commands which execute successfully: (Exhibit) Which two statements are tru...
- Q82. Which two statements are true regarding Oracle database space management within blocks man...
- Q83. The ORCL database has RESUMABLE__TIMEOUT = 7200 and DEFERRED_SEGMENT_CREATION = FALSE User...
- Q84. Which three statements are true about single-row functions? (Choose three.)...
- Q85. You must create a tablespace of non-standard block size in a new file system and plan to u...
- Q86. Which three activities are recorded in the database alert log? (Choose three.)...
- Q87. Examine the description of the CUSTOMERS table: (Exhibit) You want to display details of a...
- Q88. Which two actions can you perform using DBCA for an existing database?...
- Q89. In the ORCL database, UNDOTBS1 is the active undo tablespace with these properties: 1. A s...
- Q90. You want to write a query that prompts for two column names and the WHERE condition each t...
- Q91. What is true about non-equijoin statement performance? (Choose two.)...
- Q92. Which two statements are true about the Automatic Diagnostic Repository (ADR)? (Choose two...
- Q93. You execute this query: SELECT TO_CHAR(NEXT_DAY(LAST_DAY(SYSDATE), 'MON'), 'dd "Monday for...
- Q94. Which two statements are true about single row functions? (Choose two.)...
- Q95. Which two statements are true about the rules of precedence for operators? (Choose two.)...
- Q96. Which three statements are true about Oracle synonyms? (Choose three.)...
- Q97. You want to apply the principle of Least Privilege in all your live databases. One of your...
- Q98. Table ORDER_ITEMScontains columns ORDER_ID, UNIT_PRICEand QUANTITY, of data type NUMBER. E...
- Q99. In your data center, Oracle Managed Files (OMF) is used for all databases. All tablespaces...
- Q100. Examine these commands: (Exhibit) Which two statements are true about the sqlldrexecution?...
- Q101. Evaluate these commands which execute successfully: (Exhibit) Which two statements are tru...
- Q102. Which three statements are true regarding single row subqueries?...
- Q103. Examine this description of the TRANSACTIONS table: (Exhibit) Which two SQL statements exe...
- Q104. Which two statements are true about substitution variables?...
- Q105. Examine the description of the SALES1 table: (Exhibit) SALES2 is a table with the same des...
- Q106. View the Exhibits and examine the structure of the COSTS and PROMOTIONS tables. You want t...
- Q107. In one of your databases, you create a user, HR, and then execute this command: GRANT CREA...
- Q108. Your database instance was shut down normally and then started in NOMOUNT state. You then ...
- Q109. In the SALES database, DEFERRED_SEGMENT_CREATION is TRUE. Examine this command: SQL> CR...
- Q110. In one of your databases, user KING is: 1. Not a DBA user 2. An operating system (OS) user...
- Q111. Which two statements are true about single row functions? (Choose two.)...
- Q112. Which two statements are true about Enterprise Manager (EM) Express?...
- Q113. Examine this command: CREATE UNDO TABLESPACE undotbs01 DATAFILE `undotbs_01.dbf' SIZE 100M...
- Q114. Which two statements are true about the WHERE and HAVING clauses in a SELECT statement? (C...
- Q115. Which three statements are true about the tools used to configure Oracle Net Services? (Ch...
- Q116. View the Exhibits and examine the structure of the COSTS and PROMOTIONS tables. You want t...
- Q117. Which two statements are true about the configuration and use of UNDO_RETENTION with GURAN...
- Q118. Which three statements are true concerning logical and physical database structures? (Choo...
- Q119. You need to calculate the number of days from 1st January 2019 until today. Dates are stor...
- Q120. Which three statements are true about GLOBAL TEMPORARY TABLES? (Choose three.)...
- Q121. Which three statements are true about Oracle synonyms? (Choose three.)...
- Q122. Which two tasks can be performed in the NOMOUNT state? (Choose two.)...
- Q123. Examine the description of the members table: (Exhibit) Examine the partial query: SELECT ...
- Q124. In the promotions table, the PROMO_BEGIN_DATE column is of data type date and the default ...
- Q125. Table EMPLOYEES contains columns including EMPLOYEE_ID, JOB_ID and SALARY. Only the EMPLOY...
- Q126. You execute this command: (Exhibit) Sufficient storage is available in filesystem /u01. Wh...
- Q127. Which two statements are true about the rules of precedence for operators? (Choose two.)...
