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


Please Help Members By Posting Answers For Below Questions

What is an Oracle Rollback Segment?

860


Teradata: How can we know the indexed column in a table?

1557


Can a View based on another View in Oracle?

832


What is the function of Redo Log in Oracle?

858


What is an Oracle Data Dictionary?

840


What is an Oracle Data Segment?

812


What are the consideration at tehe migration of Oracle 9i to 10G.

2731


What is an Oracle Data Block?

798


What is an Oracle SYSTEM tablespace and when is it Created?

851


What are Oracle Schema Objects?

849


What are the uses of Oracle Rollback Segment?

880


Can a Tablespace hold objects from different Schemes in Oracle?

808


How to define Data Block size in Oracle?

871


What is an Integrity Constrains in Oracle?

932


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?

2455