SQL> create user tiger
2 identified by tiger
3 default tablespace user_data
4 temporary tablespace temporary_data
5 quota 5m on user_data
6 quota 3m on temporary_data;
create user sleep25
*
1행에 오류:
ORA-00959: 테이블 영역 'USER_DATA' 가 존재하지 않습니다
이건데요 정말 모르겟군요..
이건 오라클 책을 보면서 한건데.,,. 이게 왜 틀렷는지 아직도 모르겠군요
제발 좀 가르쳐 주세요..
|