메뉴 건너뛰기

GREATUSER

tech

DB ORA-65096: invalid common user or role name on oracle12c

위대한유저 2015.07.08 07:22 조회 수 : 183

ORA-65096: invalid common user or role name on oracle12c

오라클12c 를 설치하고 계정을 생성하다 보니 이런 에러가 발생하면서 실패;;;;;;

구문이 맞는지 확인했으나.. 너무 간단하기도 하고 틀린것 같지도 않아서 찾아보니..

http://docs.oracle.com/database/121/ERRMG/e60000.htm

 

ORA-65096: 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.

이렇댄다..

아무리 공식적인 거라도 그렇지..

그럼 세상에 뭔 ”C##”을 계정을 생성할때마다 써줘야 하는건가… 했더니만..

 

세상 어디에든 젖과 꿀은 있게 마련인갑다…

http://www.dba-oracle.com/t_ora_65096_create_user_12c_without_c_prefix.htm

 

connect system/manager as sysdba

alter session set "_ORACLE_SCRIPT"=true;

create user fred identified by flintstone;

grant dba to pubs; connect fred/flintstone

 

이렇게 하면 이전처럼 일반적인 모양의 아이디를 사용할 수 있다고 한다… ㅋ

번호 제목 글쓴이 날짜 조회 수
64 리눅스 서버의 TCP 네트워크 성능을 결정짓는 커널 파라미터 이야기 – 3편 관리자 2016.08.12 76
63 WordPress 4.8 Release Candidate 2 관리자 2017.06.02 73
62 [MariaDB] InnoDB: Redo log crypto: failed to decrypt log block 관리자 2016.09.28 73
61 리눅스 서버의 TCP 네트워크 성능을 결정짓는 커널 파라미터 이야기 – 1편 관리자 2016.08.12 73
60 [AWS] certificate arn:aws:iam server-certificate not found when configure ELB 관리자 2017.06.06 69
59 리눅스 서버의 TCP 네트워크 성능을 결정짓는 커널 파라미터 이야기 – 2편 관리자 2016.08.12 69
58 Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MariaDB client in /home1/htdocs/apartzm/affisacc/php/acc_tongys.inc.php on line 188ERROR 1251: Client does not smysql_connect(): Client 관리자 2016.07.26 66
57 cannot resolve symbol R on android studio 관리자 2016.02.17 65
56 mysqlbinlog: unknown variable ‘default-character-set=utf8’ 관리자 2016.07.09 64
55 The Month in WordPress: August 2017 관리자 2017.09.02 62
54 [MySQL] ERROR 1457 (HY000): Failed to load routine after upgrade or migratrion 관리자 2015.12.31 61
53 pulseaudio [alsa-sink-VT1708S Analog] alsa-sink.c: Error opening PCM device front:0: 부적절한 인수 관리자 2016.12.21 58
52 config static port for nfsd on centos6 관리자 2016.05.21 56
51 그누보드 짧은 주소 작성 (nginx) 관리자 2016.02.02 53
50 WordPress 4.8.1 Maintenance Release 관리자 2017.08.03 51
위로