Closed Rory-Z closed 3 years ago
Driver stores automatically IDs of all new executed statements with parameters and passes stored ID during next execution. jamdb_oracle_conn.erl#L319
So, just execute the same statement with new parameters and Server runs it as preparedstatement.
BTW Please test user and/or password containing CJK characters and give feedback. commit
Hi, @vstavskyi Thank you for your reply. Sorry, I just contacted Oracle Database not long ago. I don’t know how to use CJK characters in the oracle database. I will search for it. If there is any problem, I will open a new issue to give you feedback.
You can include multibyte characters in passwords.
alter user scott identified by 虎
Hi, I want to use oracle insert preparedstatement, but I don't know how to use it, can you help me?