SQLPLUS를 이용한 DBA 비번 바꾸기

good/DB 2009. 12. 8. 16:24 Posted by coodnoob

C:\> sqlplus hr/hr

SQL> conn /as sysdba
SQL> alter user sys identified by 변경하려는암호 ;
SQL> alter user system identified by 변경하려는암호 ;

'good > DB' 카테고리의 다른 글

PostgresQL + PostGIS 설치  (0) 2010.01.16
DB 임포트  (0) 2009.12.22
oracle 인스턴스 관리  (0) 2009.12.08
[oracle] ORA-10997: another startup/shutdown operation of this instance inprogress  (0) 2009.12.08