-
2009-01-22
linux下完全删除Oracle9收藏 - [Oracle]
以9.0.4为例
1.用oracle用户登录
如果要再次安装, 最好先做一些备份工作。
包括用户的登录脚本,数据库自动启动关闭的脚本,和Listener自动启动的脚本。
要是有可能连创建数据库的脚本也保存下来
2.使用SQL*PLUS停止数据库
[oracle@ora920 oracle]$ sqlplus /nolog
SQL> connect / as sysdba
SQL> shutdown... -
2009-01-22
Linux下启动Oracle服务和监听程序 - [Oracle]
[oracle]linux平台启动关闭oracle数据库
oracle数据库是重量级的,其管理非常复杂,将其在linux平台上的启动和关闭步骤整理一下。
安装完毕oracle以后,需要创建oracle系统用户,并在/home/oracle下面的.bash_profile添加几个环境变量:ORACLE_SID,ORACLE_BASE,ORACLE_HOME。... -
2009-01-20
linux下卸载oracle10g - [Oracle]
如果需要在 linux 下卸载 oracle 10g, 可以采用下面的步骤:
(注: 在RHEL3, oracle10.1.0下测试通过)
如果需要在 linux 下卸载 oracle 10g, 可以采用下面的步骤:
(注: 在RHEL3, oracle10.1.0下测试通过)
1. 运行 $ORACLE_HOME/bin/localconfig delete
2. rm -rf $ORACLE_BASE/*
3. rm -f /etc/o... -
2008-07-29
linux下安装oracle - [Oracle]
一、安装前的准备工作
1、下载oracle_database_10.2.0.1.0 for linux 安装程序:
下载地址:http://202.197.127.197/libweb/down.asp(注意安装文件的版本号)
2、解压软件:
将ORACLE安装压缩包解压,得到oracle_database_10.2.0.1.0.目录
3、设置核心参数:
在/etc/sysctl.conf文件中加入下列行:
kernel.shm... -
2008-07-18
Oracle9i的监听器动态注册 - [Oracle]
在Oracle9i中,使用命令lsnrctl status可以看到如下例子:
Service "lrdb" has 2 instance(s).
Instance "lrdb", status UNKNOWN, has 1 handler(s) for this service...
Instance "lrdb", status READY, has 1 handler(s) for this ...
共1页 1







