- 关 键 词:
- oracle 10g
1. 在服务中起动 OracleServiceORCL.或运行oracle.exe ORCL
2. 启动实例:
sqlplus sys/aaaaaaaa as sysdba SQL>startup ******************例子开始**************** d:\>SQLPLUS sys/aaaaaaaa as sysdba SQL*Plus: Release 10.1.0.2.0 - Production 星期六 8月 28 19:42:29 2004 Copyright (c) 1982, 2004, Oracle. All rights reserved. Connected to an idle instance. SQL> startup ORACLE instance started. Total System Global Area 134217728 bytes Fixed Size 787808 bytes Variable Size 61864608 bytes Database Buffers 71303168 bytes Redo Buffers 262144 bytes Database mounted. Database opened. SQL> select * from scott.a; ID NAME ---- -------------------- ADDRESS ------------------------------------ 01 姚湘 CHINA,中国吉林 SQL> *******************例子结束********** |
3. 关闭
SQL> shutdown
4. 停相应的服务(OracleServiceORCL)
注释:开放port 1521 用 lsnrctl start,看状态用lsnrctl status,关闭用lsnrctl stop.
文章地址: http://www.qqread.com/oracle/2008/01/b393686.html相关图文阅读
频道图文推荐
健 康 咨 询
时 尚 咨 询
相关专题
- Oracle 10g基础应用 (4465篇文章)
- 教你正确的理解什么是数据库恢复 (14次浏览)
- Oracle数据库系统使用的几条经验分享 (5次浏览)
- JDBC连接Oracle数据库的十个技巧 (4次浏览)
- Oracle数据库三种标准的备份方法 (4次浏览)
- Oracle数据库的四种启动方式 (3次浏览)
- 在TransactionScope中优先使用Oracle的.NET驱 (2次浏览)
- Eclipse连接Oracle数据库的具体步骤 (2次浏览)
- 如何手工创建Oracle数据库 (1次浏览)
- 提高Oracle数据库系统Import的性能 (0次浏览)
- Oracle 9i在AIX上的性能调整 (0次浏览)



