일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- create role
- oracle system lock
- oracle install
- supplemental log 활성화
- Oracle RAC
- oracle supplemental
- sql user 생성
- ora-39083 ora-00439
- SSMS
- oracle SCN
- MSSQL
- oracle 파티션 datapump
- oracleasm
- Oracle Database
- oracle 테스트 데이터
- oracle datapump
- ORA-00020
- 오라클
- SQL Server
- oracle awr
- oracle
- oracle tde
- ora-00439: feature not enabled: partitioning
- mssql database 삭제
- oracle role 삭제
- ora-28002: the password will expire within 7 days
- oracle pdb
- oracle account_status expired
- oracle dba_profile password_life_time
- partition_options=merge
Archives
- Today
- Total
신문지한장
[Error] ORA-65096 : invalid common user or role name 본문
OS : CentOS 7.9 (64bit)
DB : Oracle Database 19c ( Release - 19.18.0 )
Error Messages
ORA-65096: invalid common user or role name
원인
- 해당 메시지는 12c 이상 PDB 설정된 DB에서 계정 생성시 발생
해결방안
[case 1] 유저 생성시 유저 이름 앞 c## 넣은 후 생성
create user c##scott2 identified by 1234;
[case 2] "ORACLE_SCRIPT" 해당 파라미터 true로 변경
ALTER SESSION SET "_ORACLE_SCRIPT"=true;
'Oracle > Error Messages' 카테고리의 다른 글
ORA-00700 ORA-48209 ORA-48122 ORA-48126 (0) | 2024.08.26 |
---|---|
[DBT-05802] Creating password file on diskgroup (DATA) (0) | 2024.05.09 |
ORA-00020: maximum number of processes (500) exceeded (0) | 2024.05.09 |
SHUTDOWN: Waiting for active calls to complete (0) | 2024.04.29 |
[Error] TNS-12535, TNS-00505 (0) | 2023.11.30 |