一:启动oracle

[root@ccoracle ~]# su -l oracle

[oracle@ccoracle ~]$ sqlplus /nolog

SQL*Plus: Release 10.2.0.4.0 - Production on Mon Jun 13 14:11:16 2016

Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.

SQL> conn /as sysdba Connected to an idle instance.

SQL> startup

ORACLE instance started.

Total System Global Area 4294967296 bytes Fixed Size

2089432 bytes Variable Size

805309992 bytes Database Buffers

3472883712 bytes Redo Buffers

14684160 bytes

Database mounted. Database opened.

SQL> quit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

二:启动oracle监听

[oracle@ccoracle ~]$ lsnrctl start

LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 13-JUN-2016 14:14:20

Copyright (c) 1991, 2007, Oracle.  All rights reserved.

TNS-01106: Listener using listener name LISTENER has already been started

三:查看oracle 服务
ps -ef|grep ora 

最新文章

  1. iOS --- DIY文件名批量修改
  2. avalonjs
  3. 国家以及国家语言的json数据格式,提供给网友参考。
  4. iOS,iOS对Android数据互通的规则
  5. Redis学习笔记-初级
  6. 详解Mac配置虚拟环境Virtualenv
  7. ASP.NET ZERO Core Application 学习笔记
  8. 关于json 与 Request Header 的Content-Type 一些关系。
  9. mongo安装、备份与常见命令整理
  10. 关于css3的自定义字体
  11. android开发两种退出程序方式(killProcess,System.exit)
  12. UIPanGestureRecognizer的使用
  13. 在Centos下安装matlab
  14. JMeter 连接数据库报错No suitable driver found for jdbc:xxxxxxxxx
  15. PKI(公钥基础设施)基础知识笔记
  16. Helloworld——SpringMVC
  17. js 读取文件
  18. mysql 计算两点经纬度之间的距离含具体sql语句
  19. 完整版ffmpeg使用情况
  20. bzoj 3083

热门文章

  1. linux系统下信号具体解释2
  2. 数据竞赛利器 —— xgboost 学习清单
  3. Delphi Base64编码/解码及ZLib压缩/解压
  4. vue webpack添加jQuery
  5. [Example of Sklearn] - SVM usge
  6. Linux下快速静态编译Qt以及Qt动态/静态版本共存(提供了编译4.6,5.6的精通编译脚本,并且apt-get install 需要的库也全列出来了。还有分析问题的心理过程)good
  7. HDU 1598 find the most comfortable road (罗列+Kruskal) 并检查集合
  8. 简单的讲Erlang一些运营商
  9. 如何完全备份android在系统system分区和data分
  10. ABP框架——单表实体流程