일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- oracle system lock
- sqlnet.allowed_logon_version_server=8
- sqlnet.allowed_logon_version_client=8
- oracle dba_profile password_life_time
- oracle account_status expired
- oracle awr
- oracleasm
- window scp
- MSSQL
- mssql database 삭제
- ORA-00020
- oracle hugepage
- oracle sqlnet.ora
- SQL Server
- ora-28040: no matching authentication protocol
- ora-39083 ora-00439
- SSMS
- Oracle RAC
- oracle 테스트 데이터
- Oracle Database
- 오라클
- ora-28002: the password will expire within 7 days
- supplemental log 활성화
- oracle pdb
- window에서 linux로 scp 하는 방법
- oracle SCN
- oracle install
- oracle
- window pscp
- oracle tde
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 |