Mereset Password System Oracle Express Edition
SYS adalah super user di sistematika Oracle, apabila password SYS terlupakan, maka administrator tidak bisa mengakses halaman utama sistem database Oracle. Oleh karena itu, perlu cara untuk pemecahan masalah di saat sang administrator lupa akan password tersebut.
Langsung saja pada trouble shooting method-nya, sebagai berikut :
Langsung saja pada trouble shooting method-nya, sebagai berikut :
Di lingkungan Windows (untuk personal computer) :
1. Klik tombol Start >> All Programs >> Oracle Database 10g Express Edition >> Start Database
1. Klik tombol Start >> All Programs >> Oracle Database 10g Express Edition >> Start Database
2. Setelah itu, akan muncul command prompt Start Database
3. Ketikkan sintaks di bawah ini :
- SET ORACLE_SID=XE
- SET ORACLE_HOME=
ORACLE_PATH defaultnya C:\oraclexe\app\oracle\product\10.2.0\server\
- sqlplus / as sysdba
- SET ORACLE_HOME=
ORACLE_PATH defaultnya C:\oraclexe\app\oracle\product\10.2.0\server\
- sqlplus / as sysdba
4. Apabila input data benar, anda akan melihat tampilan sebagai berikut :
SQL*Plus: Release 10.2.0.1.0 - Production on Rab Okt 14 12:58:12 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
SQL>
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
SQL>
5. Ketik perintah untuk meng-alter user system dengan password baru
SQL> alter user sys identified by new_password;
Sintaks di atas untuk mereset password SYS
SQL> alter user system identified by new_password;
Sintaks di atas untuk mereset password SYSTEM
Sintaks di atas untuk mereset password SYS
SQL> alter user system identified by new_password;
Sintaks di atas untuk mereset password SYSTEM
6. Apabila tampil pesan SQL> User altered, berarti proses reset password telah selesai
Subscribe to:
Post Comments (Atom)
1 comments:
Nice info, mas. :-D
Post a Comment