oracle教程:linux下启动服务与监听命令

WBOY
發布: 2016-06-07 16:22:17
原創
1551 人瀏覽過

在linux操作系统下,如何启动服务与监听命令?首先必须以oracle用户登陆: 1、启动数据库: 以下为引用的内容: oracle@suse92:~ sqlplus /nolog SQL*Plus: Release 9.2.0.4.0 - Production on Fri Jan 20 02:29:37 2006 Copyright (c) 1982, 2002, Oracle Co

   在linux操作系统下,如何启动服务与监听命令?首先必须以oracle用户登陆:

  1、启动数据库:

以下为引用的内容:
oracle@suse92:~> sqlplus /nolog

SQL*Plus: Release 9.2.0.4.0 - Production on Fri Jan 20 02:29:37 2006

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

SQL> connect /as sysdba
Connected to an idle instance.
SQL> startup
ORACLE instance started.

Total System Global Area 135352820 bytes
Fixed Size 455156 bytes
Variable Size 109051904 bytes
Database Buffers 25165824 bytes
Redo Buffers 679936 bytes
Database mounted.

  2、关闭数据库:

以下为引用的内容:
oracle@suse92:~> sqlplus /nolog

SQL*Plus: Release 9.2.0.4.0 - Production on Fri Jan 20 02:29:37 2006

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

SQL> connect /as sysdba
Connected to an idle instance.
SQL> shutdwon abort;

  3、启动监听器

以下为引用的内容:
oracle@suse92:~> lsnrctl start

  4、停止监听器

以下为引用的内容:
oracle@suse92:~> lsnrctl stop

  5、查看监听器状态

以下为引用的内容:
oracle@suse92:~> lsnrctl
LSNRCTL> status
LSNRCTL> exit

來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!