hi.
i need to perform an operation on every partition in the table. I want to make the procedure flexible, so that if more partitions are added, the procedure doesn't have to change.
I'm planning to cursor through partition names, build a string and execute it for every iteration.
Is there a more elegant solution in plsql?
i need to perform an operation on every partition in the table. I want to make the procedure flexible, so that if more partitions are added, the procedure doesn't have to change.
I'm planning to cursor through partition names, build a string and execute it for every iteration.
Is there a more elegant solution in plsql?