exam questions

Exam 1z0-082 All Questions

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

Exam 1z0-082 topic 1 question 8 discussion

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

Which three statements are true concerning logical and physical database structures? (Choose three.)

  • A. All tablespaces may have one or more data files
  • B. The extents of a segment must always reside in the same datafile
  • C. A smallfile tablespace might be bigger than a bigfile tablespace
  • D. A segment can span multiple data files in some tablespaces
  • E. A segment's blocks can be of different sizes
  • F. A segment might have only one extent
  • G. Segments can span multiple tablespaces
Show Suggested Answer Hide Answer
Suggested Answer: CDF 🗳️

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
Rivaldo11
Highly Voted 4 years, 6 months ago
C, D and F. Answer A is wrong, it says - "All tablespaces may have one or more data files", but bigfile tablespaces can have only one datafile.
upvoted 13 times
ama
4 years, 5 months ago
what you think About this Information : Smallfile tablespaces can contain up to 1024 files, but bigfile tablespaces contain only one file that can be 1024 times larger than a smallfile tablespace. https://web.stanford.edu/dept/itss/docs/oracle/10gR2/server.102/b14220/physical.htm
upvoted 1 times
adoptc94
4 years, 4 months ago
It's just like Rivaldo11 said, not all tablespaces may have one or more data files! Bigfile tablespaces can only have ONE datafile (which can be and in most cases are much bigger in size than smallfile datafiles) - as stated in your statement. A is definitely incorrect! My picks would also be C, D and F
upvoted 5 times
...
...
nyale
3 years, 4 months ago
They said one or more!!! so a bigfile can have one and this makes A correct because one more is >=1
upvoted 3 times
algerianphoenix
2 years, 8 months ago
Nope, "Not All tablespaces might have one or more data files", this is one of question when they play with your logic and common sense, I fell into the same logic as yours, before I negate the question.
upvoted 1 times
...
...
...
Franky_T
Highly Voted 2 years, 9 months ago
Selected Answer: CDF
A is wrong. Because bigfile tablespaces may have only one datafile B is wrong. Because if a tablespace has more than one datafile then the extents of the segment can be in any one or all of the data files. Remember that tablespaces are LOGICAL objects and the segment lives in the logical object, regardless of which file the extent exists on. C is correct. Smallfile tablespaces may have many datafiles that collectively exceed the the size of the datafile that is in the bigfile tablespace D is correct. The opposite of option B. A tablespace is a logical object made up of one or more datafiles. With locally managed tablespaces the server will decide where the next extent allocation should be done for a segment E is wrong. A segment must have all it's extents in the same tablespace, and block size is defined at tablespace level F is correct. If a segment has row pieces that collectively are less than or equal to the total storage requirement of one extent then the segment will have only one extent allocated to it G is wrong. A segment can reside in one tablespace only
upvoted 9 times
...
wgenser
Most Recent 3 months, 2 weeks ago
A,D,F may colleagues are the same opinion
upvoted 1 times
...
SpyderSh
1 year, 4 months ago
A B D is correct answers
upvoted 1 times
...
SpyderSh
1 year, 4 months ago
A C D are correct answers
upvoted 1 times
...
Hell3n
1 year, 4 months ago
Selected Answer: ACF
A C F, checked. A is true, it say ---> one OR more D is false. D. A segment can span multiple data files in some tablespaces 'A segment can span one or more data files, but it cannot span multiple tablespaces'. So in SOME tablespaces is not correct
upvoted 2 times
...
Hell3n
1 year, 4 months ago
A C F, checked. A is true, it say ---> one OR more D is false. D. A segment can span multiple data files in some tablespaces 'A segment can span one or more data files, but it cannot span multiple tablespaces'. So in SOME tablespaces is not correct
upvoted 1 times
...
linhao
1 year, 5 months ago
A C F A is correct. Bigfile tablespace have only one datafile and smallfile tablespace have several datafiles. B is wrong. The extents of a segment could reside in the some others datafiles in the same tablepsace C is correct. The difference between smallfile tablespace and bigfile tablespace is the number of datafile. The max size of datafile is same. D is wrong. A segment can span multiple data files in same tablespace, but not in some tablespaces E is wrong. The block size can be defined in tablespace in creation. F is correct. G is wrong. Refer to D
upvoted 1 times
...
AliKhan345
1 year, 8 months ago
B is wrong . If the initial extent become full, and if more space is required, then the database automatically allocates an incremental extent for this segment. An incremental extent is a subsequent extent created for the segment. The allocation algorithm depends on whether the tablespace is locally managed or dictionary-managed. In the locally managed case, the database searches the bitmap of a data file for adjacent free blocks. If the data file has insufficient space, then the database looks in another data file. Extents for a segment are always in the same tablespace but may be in different data files. https://docs.oracle.com/en/database/oracle/oracle-database/19/cncpt/logical-storage-structures.html#GUID-C205981E-182A-466D-B151-090455F9ECE7
upvoted 1 times
...
j_tw
1 year, 9 months ago
Selected Answer: BCF
One tablespace may have multiple datafile. A segment can be span multile datafile which reside in the same tablespace. A extent, however, should be reside in same datafile. So...I think the answer is B,C,AorF A&F are ambiguous, but D&E&G are wrong. D - A segment cannot span multiple data files in 'some' tablespaces. They should be reside in one tablespace. reference : https://docs.oracle.com/cd/A57673_01/DOC/server/doc/SCN73/ch3.htm#extents "... The segments also can span files, but the individual extents cannot."
upvoted 1 times
...
Minoro
2 years, 1 month ago
Some tests said G is right ... G. Segments can span multiple tablespaces A Segment can't span multiple tablespaces ... but the Segments, (table, Indexes,cluster,..) may be span multiple tablespaces .... it is on plural ... so may be possible correct
upvoted 1 times
...
alan_resende
2 years, 1 month ago
Hi, B is correct. https://docs.oracle.com/en/database/oracle/oracle-database/19/cncpt/logical-storage-structures.html#GUID-E3D8E030-A056-40AC-9B7E-8C957E28EE75 "Allocation of Extents By default, the database allocates an initial extent for a data segment when the segment is created. An extent is always contained in one data file."
upvoted 1 times
...
Darkseid1231
2 years, 7 months ago
AMA, what is the correct answer please ? D & F i'm sure
upvoted 1 times
...
Aramazd
2 years, 9 months ago
A segment belongs only to one tablespace, but a segment's extents might span on different Datafiles of a tablespace. That's why I vote for B C D
upvoted 1 times
...
Aramazd
2 years, 9 months ago
G is wrong because Each segment belongs to one and only one tablespace. Thus, all extents for a segment are stored in the same tablespace. Within a tablespace, a segment can include extents from multiple data files, as shown in Figure 12-2. For example, one extent for a segment may be stored in users01.dbf, while another is stored in users02.dbf. A single extent can never span data files.
upvoted 1 times
...
Aramazd
2 years, 9 months ago
A segment can have several extents: Segments The level of logical database storage above an extent is called a segment. A segment is a set of extents that have been allocated for a specific type of data structure, and that all are stored in the same tablespace. For example, each table's data is stored in its own data segment, while each index's data is stored in its own index segment.
upvoted 1 times
...
ryuah
3 years ago
C,D,F is correct but I think A can also be the answer.
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago