반응형
24
13
I just installed oracle11g, and it was missing the Scott schema. So i am trying to generate it myself. I got the sql script of "Scott" schema, but when i try to run the query "create user Scott identified by tiger;" it displays the following error:
ORA-65096: invalid common user or role name in oracle.
Basically it is not allowing me to create a user "Scott". Why is that, and how can I fix my problem?
반응형
'Troubleshooting > Application' 카테고리의 다른 글
ORA-00600 에러 대처방법 (0) | 2018.10.11 |
---|---|
RTC CRJAZ1745E 데이터웨어 하우스 테이블을 만드는 중 오류가 발생했습니다. 다시 시도하십시오 .ID (0) | 2018.10.06 |
STS Error (0) | 2018.05.20 |
Cannot find symbol log (0) | 2018.02.23 |
이클립스 경로 변경시 톰캣 에러 (0) | 2017.02.11 |
11g
, you ought to be on12c
. – Lalit Kumar B Oct 25 '15 at 14:53