网站首页  汉语字词  英语词汇  考试资料  写作素材  旧版资料

请输入您要查询的考试资料:

 

标题 oracle教程:linux下启动服务与监听命令
内容
    在linux操作系统下,如何启动服务与监听命令?首先必须以oracle用户登陆:
    1、启动数据库:
    以下为引用的内容:
    :~> 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、关闭数据库:
    以下为引用的内容:
    :~> 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、启动监听器
    以下为引用的内容:
    :~> lsnrctl start
    4、停止监听器
    以下为引用的内容:
    :~> lsnrctl stop
    5、查看监听器状态
    以下为引用的内容:
    :~> lsnrctl
    LSNRCTL> status
    LSNRCTL> exit
随便看

 

在线学习网考试资料包含高考、自考、专升本考试、人事考试、公务员考试、大学生村官考试、特岗教师招聘考试、事业单位招聘考试、企业人才招聘、银行招聘、教师招聘、农村信用社招聘、各类资格证书考试等各类考试资料。

 

Copyright © 2002-2024 cuapp.net All Rights Reserved
更新时间:2025/5/22 5:39:35