0

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?

Ronald
  • 2,721
  • 8
  • 33
  • 44
  • 1
    Does this help? https://stackoverflow.com/questions/33330968/error-ora-65096-invalid-common-user-or-role-name-in-oracle – jurez Jan 24 '21 at 20:49
  • as I mentioned I tried it out but no success – Ronald Jan 24 '21 at 20:58
  • Does this answer your question? [error: ORA-65096: invalid common user or role name in Oracle database](https://stackoverflow.com/questions/33330968/error-ora-65096-invalid-common-user-or-role-name-in-oracle-database) – Jon Heller Jun 09 '23 at 20:33

0 Answers0