DBMS
[DBMS] SQL Plus_OracleDB Scott 계정 생성하기
KKuGii
2023. 3. 9. 11:28
728x90
sqlplus
system / 1234
alter user scott identified by 12341234;
grant resource, connect to scott;
ORA-28000 : the account is locked
위에서 분명히 권한을 풀어줬지만 디폴트 값이 있는 것 같아
계정을 드랍시키고 다시 생성
728x90