728x90
SQL> create user test identified by 1234;
create user test identified by 1234
ERROR at line 1:
ORA-65096: invalid common user or role name
12c이후부터 c##계정이름으로 username을 부여하도록 규칙이 변경됨
alter session set "_ORACLE_SCRIPT"=true;
해당 옵션 추가 시 12c 이전 버전의 규칙으로 유저를 생성 할 수 있게 됨.
'oracleDB > 오류 목록' 카테고리의 다른 글
ORA-09925: Unable to create audit trail fileIBM AIX RISC System/6000 (0) | 2019.08.30 |
---|---|
ORA-12505 Listener refused the connection with following error (0) | 2019.08.14 |