`
lan13217
  • 浏览: 482996 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论

linux下oracle 启动/关闭 isqlplus、me 启动/关闭

阅读更多
RIA知识库
flex
RIA
变量设置
$su - oracle
$vi .bash_profile
添加以下变量(目录更改自己安装目录)

export ORACLE_BASE=/01u/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1
export ORACLE_SID=orcl
export PATH=$ORACLE_HOME/bin:$PATH
export ORACLE_BASE ORACLE_HOME ORACLE_SID PATH


启动orcale
----------------------------------------
Run the following commands to start the instance:
$ sqlplus /nolog
SQL> CONNECT SYS/sys_password as SYSDBA
SQL> STARTUP

-----------------------------------------
关闭oracle
Run the following commands to shut down the instance:
$ sqlplus /nolog
QL> CONNECT SYS/sys_password as SYSDBA
QL> SHUTDOWN NORMAL

-----------------------------------------
Stopping and Starting an Oracle Net Listener

$lsnrctl start
查看tnslsnr进程
$ ps -ef | grep tnslsnr

Run the following command to stop the Oracle Net listener:
$ $ORACLE_HOME/bin/lsnrctl stop listenername

Restarting Oracle Net Listener

Run the following command to restart the Oracle Net listener:

$ $ORACLE_HOME/bin/lsnrctl start [listenername]

You must specify the listener name only if it is different from the default listener name, LISTENER. The listener name is mentioned in the listener.ora file. To display the contents of this file, run the following command:

$ more $ORACLE_HOME/network/admin/listener.ora
--------------------------------------------
Stopping and Starting iSQL*Plus

Run the following command to stop iSQL*Plus:
$ $ORACLE_HOME/bin/isqlplusctl stop

Run the following command to start iSQL*Plus:
$ $ORACLE_HOME/bin/isqlplusctl start

---------------------------------------------

Stopping and Starting Oracle Enterprise Manager Database Control(ME)

Run the following command to stop the Database Control:
$ $ORACLE_HOME/bin/emctl stop dbconsole

Run the following command to start the Database Control:
$ $ORACLE_HOME/bin/emctl start dbconsole

----------------------------------------------------------



分享到:
评论

相关推荐

    http://localhost:5560/isqlplus/dba 用户设置

    NULL 博文链接:https://xiaowei-qi-epro-com-cn.iteye.com/blog/1599459

    oracel 10g学习心得

    D:\oracle\product\10.2.0\db_2\install\portlist.ini 访问企业管理器即EM界面的网址 http://192.168.1.101:1158/em http://localhost:1158/em http://127.0.0.1.101:1158/em 可以访问isqlplus的网址 ...

    Oracle9i.iSqlplus

    iSqlPlus 是 Oracle9i 提供的新功能, 是 Sqlplus的Web 形式发布。 是基于三层结构涉及的。

    00583 Oracle公司内部数据库培训资料-Les07_iSQLPlus(PPT 32页).ppt

    00583 Oracle公司内部数据库培训资料-Les07_iSQLPlus(PPT 32页).ppt

    基于linux的Oracle数据库管理实训报告

    第2章 Linux下安装Oracle数据库…………… .…… ……………………….….....3  2.1 选择安装类型,选择高级安装………………….….....3  2.2 指定证书存放目录 ….….....3  2.3 选择安装的数据库类型及oracle...

    oracle 10g em、isqlplus访问不了的问题解决(汇编)

    oracle 10g em、isqlplus访问不了的问题解决(汇编)

    Oracle\isqlplus dba登录问题解决

    浏览器登录isqlplus/dba会弹出提示登录框,这里必须先配置好oc4j用户。然后使用配置好的oc4j用户名和密码登入弹出框

    isqlplus doc

    oracle isqlplus doc for reference.

    Oracle9i iSqlPlus介绍

    iSqlPlus 是Oracle9i 提供的新功能,是Sqlplus 的Web 形式发布。是基于三层结构设计的。 其client、middle、server 可以位于同一台机器上也可以位于不同的机器。iSqlPlus 不需要单 独安装,访问iSqlPlus 你只需要...

    访问oracle 的 isqlplus小工具

    java抽象类 servelt ajax css + div 很简单,就两个页面 有兴趣的朋友,可以再自己添加扩展功能

    oracle sqlplus

    iSQL*Plus URL Ϊ: http://wjm:5560/isqlplus iSQL*Plus DBA URL Ϊ: http://wjm:5560/isqlplus/dba

    iSQLPlus DBA登录实现.txt

    当你输入http://localhost:5560/isqlplus/dba的时候总会要求输入用户名密码,当你输入数据库sys的用户名和密码的时候,仍然不能登陆,在这里登陆的用户密码需要下面建立.

    ORACLE笔记(数据库)

    http://localhost:5560/isqlplus Toad:管理, PlSql Developer: 第二课:更改用户 1. sqlplus sys/bjsxt as sysdba 2. alter user scott account unlock;(解锁) 第三课:table structure 1. 描述某一张...

    sqlplus登录oracle的四种方法

    sqlplus工具、sqlplus命令、pl/sql及isqlplus登录oracle的四种方法

    尚学堂视频笔记-oracle

    http://localhost:5560/isqlplus Toad:管理, PlSql Developer: 第二课:更改用户 1. sqlplus sys/bjsxt as sysdba 2. alter user scott account unlock;(解锁) 第三课:table structure 1. 描述某一张表...

    oracle 10.2.0.1升级到10.2.0.5

    Linux(RHEL5)下ORACLE_10g_10.2.0.1.0升级到10.2.0.5.0操作文档(超给力版本)... 1 目录... 2 1. 文档更新记录... 3 2. 文档说明... 3 3. 升级前,需要做的准备工作:... 4 3.1.1. 临时增加shared pool和java pool...

    刘飞sql语句大全下载

    数据库配置文件已经安装到 E:\oracle\product\10.1.0,同时其他选定的安装组件也已经安装到 E:\oracle\product\10.1.0\Db_1。 Ultra Search URL: http://ykz-20100104MOO:5620/ultrasearch Ultra Search 管理工具 ...

    oracle dba book

    您要启动Internet浏览器,并在Internet浏览器中输入: http//sun-moon:5560/isqlplus,就可启动iSQL*Plus的登录界面了,其中sun-moon是我所用的主机名,5560是iSQL*Plus应用服务器的HTTP端口号。如图2-28。

    Oracle 10g的DBA无法登录解决方案

    很多时候当装好Oracle10g后,登录http://kcsqlbi:5560/isqlplus/dba弹出的Windows认证窗口,尽管输入什么帐号,都无法登录。

    Oracle source note

    oracle source note! The teaching history about oracle for example: 1.第一课:客户端 2. 1. Sql Plus(客户端),命令行直接输入:sqlplus,然后按提示输入用户名,密码。 3. 2. 从开始程序运行:sqlplus,是...

Global site tag (gtag.js) - Google Analytics