2008-12-19

Oracle XE


Oracle Database 10g Express Edition / Oracle XE / OracleXE

Oracle Database 10g Express Edition (Oracle Database XE) is an entry-level, small-footprint database based on the Oracle Database 10g Release 2 code base that's free to develop, deploy, and distribute; fast to download; and simple to administer.



更改 admin password (ID: SYS or SYSTEM) 必須在本機上使用 SQLPLUS:

C:\WINDOWS>sqlplus /nolog

SQL*Plus: Release 10.2.0.1.0 - Production

Copyright (c) 1982, 2005, Oracle. All rights reserved.

SQL> connect / as sysdba
已連線.
SQL> ALTER USER SYS IDENTIFIED BY newpassword
2
SQL> run
1* ALTER USER SYS IDENTIFIED BY newpassword

已更改使用者.

SQL>

沒有留言: