on 2022 Dec 15 7:33 AM
Is alter user to change the password doing an auto-commit or is a rollback of alter user possible?
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
User | Count |
---|---|
33 | |
21 | |
16 | |
8 | |
7 | |
6 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.