How can I use a specific rollback segment on a remote database. I know I can use the SET TRANSACTION USE ROLLBACK SEGMENT... command but that just sets the local rollback segment. What I'm trying to do is delete from tab@remote_db and I've had to create a large rollback segment (all the others on the remote database are small) but how do I ensure my transaction will use the large rollback segment. (Offlining the small ones or trial & error are NOT an option).
TIA
Cardy
TIA
Cardy