exam questions

Exam 1z0-062 All Questions

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

Exam 1z0-062 topic 1 question 306 discussion

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

Examine the command:

SQL> CREATE TABLESPACE test1 -
DATAFILE '/u01/app/oracle/oradata/orc1/test01.dbf' SIZE 5M
AUTOEXTEND ON UNIFORM;
Which statement is true?

  • A. The data file, TEST01.DBF, can be auto extended to a maximum size of 5M.
  • B. The tablespace, TEST1, can contain a maximum of one data file.
  • C. Allocated and free extents are tracked using bitmaps.
  • D. Segment free space is tracked in the data dictionary.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Ray520
3 years ago
Locally managed tablespaces track all extent information in the tablespace itself, using bitmaps
upvoted 1 times
...
jackymak
3 years, 1 month ago
Selected Answer: A
Agree A
upvoted 1 times
jackymak
3 years, 1 month ago
no, I change my mind. It should be C. AUTOEXTEND ON UNIFORM means it will auto extend the file size
upvoted 1 times
...
...
Oracle2020
3 years, 10 months ago
I think is the A
upvoted 2 times
...
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 ...