exam questions

Exam 1z0-082 All Questions

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

Exam 1z0-082 topic 1 question 38 discussion

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

Which three are types of segments in an Oracle Database? (Choose three.)

  • A. undo
  • B. index
  • C. stored procedures
  • D. sequences
  • E. tables
  • F. clusters
Show Suggested Answer Hide Answer
Suggested Answer: ABE 🗳️

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
ogdru
Highly Voted 3 years, 10 months ago
1.User Segments -Table, table partition, or table cluster -LOB or LOB partition -Index or index partition 2.Temporary Segments 3.Undo Segments Ref: https://docs.oracle.com/en/database/oracle/oracle-database/19/cncpt/logical-storage-structures.html#GUID-7DA83E64-9FF1-45A7-A9AC-D4997DDE0866 A B E F should be correct??
upvoted 12 times
Guhborges
3 years, 3 months ago
I agree with A B E F, so this question is impossible, because they need only three
upvoted 2 times
...
...
NowOrNever
Highly Voted 4 years, 3 months ago
BEF https://docs.oracle.com/en/database/oracle/oracle-database/18/refrn/DBA_SEGMENTS.html#GUID-7BF4F8C7-1917-4532-B048-C044E17A1754
upvoted 7 times
Ekos
4 years, 1 month ago
i agree
upvoted 1 times
...
...
f69540c
Most Recent 3 months ago
Which three are types of segments in an Oracle Database? (Choose three.) : • A. sequences • B. clusters • C. views • D. stored procedures • E. undo • F. tables
upvoted 1 times
...
ronie_23
9 months ago
Cluster segments are less common in 19C version compared to older version. Also, Rollback segments were used on oracle version less than 10g, this make undo segment being valid answer for version upper than 9i. Thus, my answers are ABE.
upvoted 2 times
...
guimaleo
11 months, 1 week ago
SELECT DISTINCT SEGMENT_TYPE FROM DBA_SEGMENTS; INDEX CLUSTER TABLE PARTITION LOBINDEX TABLE SUBPARTITION SYSTEM STATISTICS LOBSEGMENT INDEX PARTITION ROLLBACK TABLE LOB PARTITION NESTED TABLE TYPE2 UNDO
upvoted 2 times
...
lahiruwic
1 year ago
Selected Answer: BEF
SQL> select distinct SEGMENT_TYPE from dba_segments; SEGMENT_TYPE ------------------ INDEX CLUSTER TABLE PARTITION LOBINDEX TABLE SUBPARTITION SYSTEM STATISTICS LOBSEGMENT INDEX PARTITION ROLLBACK TABLE LOB PARTITION NESTED TABLE TYPE2 UNDO
upvoted 1 times
...
zouve
1 year, 5 months ago
Selected Answer: BEF
Undo are called Rollback segments, so correct is ΒEF
upvoted 2 times
...
auwia
1 year, 6 months ago
Selected Answer: ABE
A, B, and E the correct answers.
upvoted 2 times
auwia
1 year, 6 months ago
B, E, and F are correct.
upvoted 1 times
...
auwia
1 year, 6 months ago
I'm sorry I was wrong, provided answer are corrects.
upvoted 1 times
...
...
FelipeC
1 year, 10 months ago
Selected Answer: ABE
ABEF - All tested on 19c
upvoted 2 times
...
Franky_T
2 years, 8 months ago
Again a question with four possible answers and not three. select the distinct segment_type from dba_segments to get a list of all the segment types. A is correct. B is correct. C is wrong. D is wrong. E is correct. F is correct. https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/DBA_SEGMENTS.html#GUID-7BF4F8C7-1917-4532-B048-C044E17A1754
upvoted 4 times
...
Aramazd
2 years, 9 months ago
Segment types There are 11 types of segments in Oracle 10g: table table partition index index partition cluster rollback deferred rollback temporary cache lobsegment lobindex These types can be grouped into four segment classes: data segments: table and cluster index rollback temporary data
upvoted 1 times
...
ryuah
3 years ago
B,E,F is correct
upvoted 1 times
...
brolem
3 years, 4 months ago
From the Oracle 19c documentation: User Segments A single data segment in a database stores the data for one user object. There are different types of segments. Examples of user segments include: Table, table partition, or table cluster LOB or LOB partition Index or index partition Each nonpartitioned object and object partition is stored in its own segment. For example, if an index has five partitions, then five segments contain the index data. https://docs.oracle.com/en/database/oracle/oracle-database/19/cncpt/logical-storage-structures.html#GUID-EFB292CB-87EA-42AA-808C-BD85E540BACC
upvoted 1 times
...
Borislone
3 years, 6 months ago
AEF is correct
upvoted 1 times
...
adoptc94
4 years, 4 months ago
A is also correct Taken from the Oracle Administrators Workshop Study Guide: The different types of segments include: - Table and cluster - Index - Undo - Temporary
upvoted 4 times
Phat
3 years, 10 months ago
From Oracle 9i, undo is managed by undo tablespace, and not with rollback segment anymore. Hence we have rollback segment, but not undo segment.
upvoted 4 times
[Removed]
1 year, 12 months ago
Undo segment: Oracle Database 19c maintains information to reverse changes made to the database. This information consists of records of the actions of transactions, collectively known as undo. Undo is stored in undo segments in an undo tablespace.
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