cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is alter user doing an auto-commit?

MCMartin
Participant
1,054

Is alter user to change the password doing an auto-commit or is a rollback of alter user possible?

Accepted Solutions (1)

Accepted Solutions (1)

chris_keating
Product and Topic Expert
Product and Topic Expert

CREATE USER and ALTER USER have an automatic commit side effect. DDL statements have automatic commit side effect (there may be exceptions, but I cannot think of any). The SAP based Help has been updated to indicate that CREATE USER has an automatic commit but the same was not done for ALTER USER. I have reported that documentation issue.

jack_schueler
Product and Topic Expert
Product and Topic Expert

I believe that there is also a side affect on server-side connection pooling, in that the cache is cleared when ALTER USER is executed.

Answers (0)