jestrada101
Technical User
- Mar 28, 2003
- 332
ORA-01650: unable to extend rollback segment R03 by 64 in tablespace RBS03
Would adding more space resolve this?
Would adding more space resolve this?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SET TRANSACTION USE ROLLBACK SEGMENT RBIG;
-- Or within a PL/SQL Block:
...
DBMS_TRANSACTION.USE_ROLLBACK_SEGMENT(RBIG);
...