Oracle8iSE 설치를 마치고 DB가 정상적으로
작동을 하는지 볼려구
$ svrmgrl
......
SVRMGR> create user scott identified by tiger
2>default tablespace users
3>temporary tablespace temp
4>quota unlimited on users;
statement processed
SVRMGR> grant connect to scott;
statement processed
SVRMGR> exit;
한 후에
$sqlplus scott/tiger
......
SQL>select table_name from tabs;
no rows selected
SQL>
책데로 하였는데.. 안되는 군요..
고수님들의 조언 부탁드립니다..
메리 크리스마스
|