#sqlplus
sqlplus '/as sysdba'# create user
show user
create user username identified by password
grant all privilidges to username
# import as sysdba
imp 'username/password' full=y fine=filename.dmp log=logfilename.log
[보너스]
# sysdba password 변경 & 연결
alter user sys identified by password
alter user system identified by password
connect sys/password as sysdba



덧글