split partition in trigger [message #563589] |
Wed, 15 August 2012 10:35  |
 |
guddu_12
Messages: 223 Registered: April 2012 Location: UK
|
Senior Member |
|
|
Dear All,
Can i call split partition statement in after insert trigger, my scenerio is loader load the data in a table which is not scheduled, the my oracle jobs picks those data for further processing, table whic is being loaded by loader is partition and want to split the partition just after the data have been loaded.
Please advice
|
|
|
|
Re: split partition in trigger [message #563598 is a reply to message #563589] |
Wed, 15 August 2012 11:59  |
 |
Michel Cadot
Messages: 68418 Registered: March 2007 Location: Nanterre, France, http://...
|
Senior Member Account Moderator |
|
|
You cannot modify the object you are currently modifying (for instance, split a partition on the table you are currently loading).
But as you are in 11.2, you should use interval partitioning if you need such feature.
Regards
Michel
|
|
|