Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Controlling Replication
Greetings,
You can use dbms_reputil.replication of before any dml like INSERT/UPDATE/DELTE. It is session specific.
If this is a regular one, I suggest you to go for partitions, the way you have explained, you can take advantage of partitions. you can truncate the required parition and keep the other one intact. DDLs are not rteplicated.
Partitions might help your quries run faster and better maintenance. You need to do a benchmark with and without partitions efore implementing it into practice.
Regards & Thanks
BN
Received on Thu Feb 06 2003 - 10:43:46 CST
![]() |
![]() |