Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Oracle Database Administrator
Quiz 5: Basic Storage Concepts and Settings
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 81
Short Answer
A(n)____________________ is a list of individual blocks within an extent that have room available for inserting new rows.
Question 82
Short Answer
____________________ segments are used to store data for objects,such as tables,object tables,and triggers.
Question 83
Short Answer
When creating a locally managed,temporary tablespace,the word TEMPORARY goes ____________________ the tablespace name.
Question 84
Short Answer
Segment space management applies only to ____________________ managed tablespaces.
Question 85
Short Answer
After you have loaded data into tables,if that data never changes (or rarely changes),such as a table of the states in the United States,you might consider storing all this static data in a(n)____________________ tablespace.
Question 86
Short Answer
When you modify the DEFAULT ____________________ clause from its original settings using the ALTER TABLESPACE command,the new settings only affect blocks created after the change.
Question 87
Short Answer
You can drop an undo tablespace by using the ____________________ TABLESPACE command.
Question 88
Short Answer
____________________ segments are used to store all the index data.
Question 89
Short Answer
____________________ managed tablespaces reduce and even eliminate the problem of unused gaps of free space by ensuring that all the extents allocated to any object within the tablespace are of the same or multiples of that size.