How will you create multiple rollback segments in a
database ?
Answer Posted / guest
CREATE ROLLBACK SEGMENT rbs_one
TABLESPACE rbs_ts
STORAGE
( INITIAL 10K
NEXT 10K
MAXEXTENTS UNLIMITED )
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an Oracle Rollback Segment?
Teradata: How can we know the indexed column in a table?
Can a View based on another View in Oracle?
What is the function of Redo Log in Oracle?
What is an Oracle Data Dictionary?
What is an Oracle Data Segment?
What are the consideration at tehe migration of Oracle 9i to 10G.
What is an Oracle Data Block?
What is an Oracle SYSTEM tablespace and when is it Created?
What are Oracle Schema Objects?
What are the uses of Oracle Rollback Segment?
Can a Tablespace hold objects from different Schemes in Oracle?
How to define Data Block size in Oracle?
What is an Integrity Constrains in Oracle?
How to calculate the approximate size of the SGA based on the size of the block,shared_pool,redo_buffer_cache and db_buffer_cache?