exam questions

Exam 1z0-034 All Questions

View all questions & answers for the 1z0-034 exam

Exam 1z0-034 topic 1 question 120 discussion

Actual exam question from Oracle's 1z0-034
Question #: 120
Topic #: 1
[All 1z0-034 Questions]

You are working on a database that was created using Oracle Database 10g, the default tablespace type property was not changed. You execute the following statement to create a tablespace, mytbs: CREATE TABLESAPCE mythbs DATAFILE '/u1/data/mytbs.dbf' SIZE 100M; Which two statements are correct regarding the mytbs tablespace? (Choose two)

  • A. It is a smallfile tablespace.
  • B. It is a bigfile tablespace (BFT).
  • C. It is a default bigfile tablespace.
  • D. It is a locally managed tablespace.
  • E. It is a dictionary-managed tablespace.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️
Specify either SET DEFAULT BIGFILE TABLESPACE or SET DEFAULT

SMALLFILE -
TABLESPACE. If you omit this clause, the default is a smallfile tablespace, which is the traditional type of Oracle Database tablespace.
Verify also:
SELECT tablespace_name, extent_management, bigfile

FROM dba_tablespaces -
WHERE tablespace_name = 'MYTHBS';
TABLESPACE_NAME EXTENT_MANAGEMENT BIGFILE
MYTHBS LOCAL NO

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...