오라클 계정생성 오류 메시지
SQL 오류: ORA-65096: 공통 사용자 또는 롤 이름이 부적합합니다.
65096. 00000 - "invalid common user or role name"
*Cause: An attempt was made to create a common user or role with a name
that was not valid for common users or roles. In addition to
the usual rules for user and role names, common user and role
names must start with C## or c## and consist only of ASCII
characters.
*Action: Specify a valid common user or role name.
오라클12c이상에서 사용가능한 Container DB에서는 cdb, pdb를 사용하기 때문에
유저명 앞에 c##을 붙여줘야한다.
하지만 c## 없이 계정을 생성할 수 있다.
c##제거
alter session set "_ORACLE_SCRIPT"=true
위의 명령어를 실행 후 계정생성을 하면 된다.
728x90
반응형
'DataBase > Oracle' 카테고리의 다른 글
[Oracle]날짜타입 중 'YY'와 'RR' 비교 (0) | 2020.12.15 |
---|---|
[Oracle]개행문자가 포함된 컬럼의 첫번째 줄 조회하기 (0) | 2020.12.15 |
댓글