I have a large table from which I need to delete all the data and reload it again. I do not have a truncate table right on this table.
When I try to do a delete on the table, I run into rollback space errors. Somebody suggested me to use a pl/sql and do frequent commits.
I have not used pl/sql much before.
Can somebody please tell me what will be the pl/sql to achieve this.
Thanks,
N
When I try to do a delete on the table, I run into rollback space errors. Somebody suggested me to use a pl/sql and do frequent commits.
I have not used pl/sql much before.
Can somebody please tell me what will be the pl/sql to achieve this.
Thanks,
N