首页 >

Linux 下的Oracle的基本操作

数据库|mysql教程Linux 下的Oracle的基本操作
Oracle教程,Linux 下的Oracle的基本操作,数
数据库-mysql教程
qb充值源码,vscode更换背景,ubuntu必须,tomcat网页压缩,sqlite查找相近的数,bootstrap 弹出插件,前端都用框架还学基础吗,特别小的黑色爬虫家里,php读取文件一行,seo更新系统,手机网站建站教育模板,网页数学公式代码,app宣传的网站模板 bootstraplzw
1、su -Oracle――切换Oracle用户(如果使用su oracle ,则启动时不运行.profile用户环境配置文件) $ lsnrctl start――启
autoupgrader源码,ubuntu启动卡在褐色,tomcat8 配置映射,r 爬虫 动态,php程序研发招聘,seo为什么每天都发一个商品lzw
建站宝盒系统源码,vscode整行上移,ubuntu文件目录,tomcat通过ip访问,net sqlite3使用方法,广州网页设计培训班,如何连接主机屋的数据库,网站服务器如何更改解析,js视频预加载插件,前端后端技术及相关框架技术,地名爬虫,php public,哪些行业seo,如何定制springboot,qq标签模板怎么看赞,网站栏目 英文,绚丽网页,宁志工会网站模板,动易后台不能登录,html页面横向滚动条,通用权限管理系统java,网站程序如何制作lzw

1、su -Oracle――切换Oracle用户(如果使用su oracle ,,则启动时不运行.profile用户环境配置文件)

$ lsnrctl start――启动监听

2 启动数据库

$ sqlplus “/ as sysdba”――用sys用户登陆sqlplus

SQL*Plus: Release 9.2.0.5.0 – Production on Thu Oct 9 15:06:11 2003

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

Connected to an idle instance.

SQL> startup――启动数据库

ORACLE instance started.

Total System Global Area 538412728 bytes

Fixed Size 743096 bytes

Variable Size 268435456 bytes

Database Buffers 268435456 bytes

Redo Buffers 798720 bytes

Database mounted.

Database opened.

SQL> exit――退出sqlplus

Disconnected from Oracle9i Enterprise Edition Release 9.2.0.5.0 – 64bit Production

With the Partitioning option

JServer Release 9.2.0.5.0 – Production

或者

$dbstart

3 查看数据库进程

$ ps -ef|grep ora_――查看oracle进程

oracle 688322 1 0 15:06:20 – 0:00 ora_smon_bxmis

oracle 696534 704704 0 15:06:35 pts/4 0:00 grep ora_

oracle 729224 1 0 15:06:20 – 0:00 ora_dbw0_bxmis

oracle 745618 1 0 15:06:20 – 0:00 ora_reco_bxmis

oracle 770216 1 0 15:06:20 – 0:00 ora_ckpt_bxmis

oracle 778394 1 0 15:06:20 – 0:00 ora_pmon_bxmis

oracle 843876 1 0 15:06:20 – 0:00 ora_qmn0_bxmis

oracle 901342 1 0 15:06:20 – 0:00 ora_lgwr_bxmis

oracle 925704 1 0 15:06:20 – 0:00 ora_cjq0_bxmis

$ ps -ef|grep lsnr――查看oracle监听进程

4 关闭数据库

$ sqlplus “/ as sysdba”

SQL*Plus: Release 9.2.0.5.0 – Production on Thu Oct 9 15:07:04 2003

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

Connected to:

Oracle9i Enterprise Edition Release 9.2.0.5.0 – 64bit Production

With the Partitioning option

JServer Release 9.2.0.5.0 – Production

SQL> shutdown immediate――关闭数据库

Database closed.

Database dismounted.

ORACLE instance shut down.

SQL> exit

Disconnected from Oracle9i Enterprise Edition Release 9.2.0.5.0 – 64bit Production

With the Partitioning option

JServer Release 9.2.0.5.0 – Production

或者

$dbshut

5 停止数据库监听

$ lsnrctl stop---停止监听


Linux 下的Oracle的基本操作
  • Oracle 10g中获取DBID
  • Oracle 10g中获取DBID | Oracle 10g中获取DBID ...

    Linux 下的Oracle的基本操作
  • Oracle %type和%rowtype小实例
  • Oracle %type和%rowtype小实例 | Oracle %type和%rowtype小实例 ...

    Linux 下的Oracle的基本操作
  • AIX 5.3 Oracle 9i启动报错ORA-27061
  • AIX 5.3 Oracle 9i启动报错ORA-27061 | AIX 5.3 Oracle 9i启动报错ORA-27061 ...