A very silly questions, not an expert!
In Oracle, or I suppose any SQL for that matter, are there certain statements that commit themselves or do I always have to commit a statement?
I was told that statements like inserts and updates commit themselves where on the other hand a delete statement for example always requires a commit?
I'm using standard SQL Plus and not Toad. My assumption would be that when writing SQL that contain update,insert or delete statements, to wrap them up in a transaction in order for them to be able to be rolled back. Am I assuming correct?
Cheers!
In Oracle, or I suppose any SQL for that matter, are there certain statements that commit themselves or do I always have to commit a statement?
I was told that statements like inserts and updates commit themselves where on the other hand a delete statement for example always requires a commit?
I'm using standard SQL Plus and not Toad. My assumption would be that when writing SQL that contain update,insert or delete statements, to wrap them up in a transaction in order for them to be able to be rolled back. Am I assuming correct?
Cheers!