nerdexam
Oracle

1Z0-082 · Question #103

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…

The correct answer is C. Increase U1's quota sufficiently in DATA D. Set DEFERRED_SEGMENT_CREATION to TRUE F. Set AUTOEXTEND ON for data files in DATA. See the full explanation below for the reasoning.

Manage Tablespaces and Datafiles

Question

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

Options

  • AAdd a data file to DATA
  • BDrop other U1 objects in DATA
  • CIncrease U1's quota sufficiently in DATA
  • DSet DEFERRED_SEGMENT_CREATION to TRUE
  • EGrant UNLIMITED TABLESPACE to U1
  • FSet AUTOEXTEND ON for data files in DATA

How the community answered

(47 responses)
  • A
    4% (2)
  • B
    2% (1)
  • C
    85% (40)
  • E
    9% (4)

Topics

#resumable session#space quota#DEFERRED_SEGMENT_CREATION#tablespace management

Community Discussion

No community discussion yet for this question.

Full 1Z0-082 Practice