Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Use "SET TRANSACTION USE ROLLBACK SEGMENT" on an import ?
No, I don't believe you can use this statment because when Oracle perform an
import, it actually involves a LOT of different transaction. Try to use
commit = y and buffer size (need to look up the exact parameter, forget
already!) to force ORacle to commit after a number of record (or buffer).
Then you will not be running out of rollback segment that easy!
Winnie
Gerry West wrote in message <6vu05i$mbl$1_at_news1.rmi.net>...
>Hi All,
>
>Is it possible to use SET TRANSACTION USE ROLLBACK SEGMENT
>whey I perform an import.
>
>If so how ?
>
>Thanks,
>Gerry
>
>
>
Received on Mon Oct 12 1998 - 22:46:02 CDT
![]() |
![]() |