In oracle to create a normal user/profiles in oracle 12c container database. we need to set the session to below so that we can create a normal user...
alter session set "_ORACLE_SCRIPT"=true;
then try to create a user. this time it will work...
Hope this helps....
alter session set "_ORACLE_SCRIPT"=true;
then try to create a user. this time it will work...
Hope this helps....
No comments:
Post a Comment