system/manager
로 로그인 하셔서
유져 생성을 하셔야 합니다.
create user scott identified by tiger
default tablespace users
temporary tablespace temp
quota unlimited on users;
한 후에 권한 설정
grant connect, resource to scott;
그런 후에 터미널에서
sqlplus scott/tiger하여 접속하셔서
디비를 생성하셔야 합니다.
자세한건 기억이 가물가물 -_-
@?/sqlplus/demo/demobld.sql 이던가???
: 오라클 설치후에
:
: sqlplus 실행시키면
:
: 아이디랑 패스 물어 보는데...
:
: 어떤걸 넣어줘야 하는거죠?
:
: dba그룹 만든 아이디로 로그인 해도
:
: 안되고 다른걸로 해도 안되던데...
:
: 알려주셔요.