now,we have two raw datafile each one 3 GB in RBS Tablespace and in it there is 30 rollback segments with the following parameters;
initial=10 MB
next=10 MB
optimal=20 MB
min. number=2
max. number=505
First,We want to expand the two datafiles to 10 GB and then
increase rollback segment storage parameter and not to use optimal option to avoid ORA-1555 errors. what do you think about it, how can i do it?(exact sql syntax pls.)and can i do it when the db is online?
initial=10 MB
next=10 MB
optimal=20 MB
min. number=2
max. number=505
First,We want to expand the two datafiles to 10 GB and then
increase rollback segment storage parameter and not to use optimal option to avoid ORA-1555 errors. what do you think about it, how can i do it?(exact sql syntax pls.)and can i do it when the db is online?