[oracle@vmlincn80ce5 database]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.3.0- Production on Mon Sep 2810:22:372009 Copyright (c) 1982,2006, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0- 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL>create pfile from spfile;
SQL>exit
[oracle@vmlincn80ce5/]$vim$ORACLE_HOME/dbs/init$ORACLE_SID.ora ##如果没有需要修改的参数,完成退出!
##如果有需要修改的参数,并且已经修改完成,继续以下步骤。 [oracle@vmlincn80ce5 database]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.3.0- Production on Mon Sep 2810:22:372009
Copyright (c) 1982,2006, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0- 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL>create spfile from pfile; ##完成。
启动数据库
[oracle@vmlincn80ce5 admin]$ sqlplus /nolog
SQL*Plus: Release 10.2.0.3.0- Production on Sun Aug 1614:41:272009
Copyright (c) 1982,2005, Oracle. All rights reserved.
SQL> conn sys/youpassword as sysdba
Connected to an idle instance.
SQL>startup
SQL> startup
ORACLE instance started.
Total System Global Area 188743680 bytes
Fixed Size 778036 bytes
Variable Size 162275532 bytes
Database Buffers 25165824 bytes Redo Buffers 524288 bytes
Database mounted.
Database opened.
SQL> ##启动数据库完成!
网友评论