Hello,
I created a private rollback segment with this synthax and connected as myself/user with DBA privileges:
CREATE PRIVATE ROLLBACK SEGMENT...
When I queried the database the owner of the new RBS is system. Can anybody please tell my why?
Ac
Printable View
Hello,
I created a private rollback segment with this synthax and connected as myself/user with DBA privileges:
CREATE PRIVATE ROLLBACK SEGMENT...
When I queried the database the owner of the new RBS is system. Can anybody please tell my why?
Ac
The owner of a rollback segment is always SYS no matter who creates it.