I need to insert/update a table daily and want this wrapped in a transaction that can be committed or rolled back at the end of the process. I have done this in Access and SQL Server. Can somebody give me the names/steps that I would use in Oracle. I am using a Merge Statement. I have the code for the Merge can somebody show me the rest of the code like so.
How do I begin the transaction code
Merge Statement
Decision to Commit or rollback code
Thank you.
How do I begin the transaction code
Merge Statement
Decision to Commit or rollback code
Thank you.