I have installed oracle 19c on my laptop and started my script which creates some users. I get following errormsg:
Error Msg = ORA-65096: Ungültiger allgemeiner Benutzer- oder Rollenname
I researched this issue and founded this solution: alter session set "_ORACLE_SCRIPT"=true;
I tried this out from sqlplus and I can create user in sqlplus BUT when I create the user from the java script I get the same errormsg.
What can I check? Any Idea?