2010年05月2号  |  23:59分类:<a title="查看 Linux&Unix 的全部
原创 2022-08-12 20:39:55
87阅读
[grid@rac1 ~]$ cd /oracle/app/grid/product/11.2.0/deinstall/[grid@rac1 deinstall]$ ./deinstallChecking for required files and bootstrapping ...Please wait ...Location of logs /tmp/deinstall2010-08-02_
原创 2013-07-25 10:46:27
1031阅读
下载地址:https://www.oracle.com/downloads/如下两个安装包链接地址:https://www.oracle.com/database/technologies/oracle-database-software-downloads.html#11ghttps://www.oracle.com/database/technologies/oracle-databa...
原创 2021-07-28 10:29:21
1249阅读
grid infrastructure 软件介质下载:://.oracle.com/technetwork/database/database-technologies/clusterware/downloads/index-096607.html?ssSourceSiteId=oco...
原创 2021-12-27 10:56:47
866阅读
[oracle@localhost ~]$ ps -ef | grep LISTENER oracle 28864 1 0 13:41 ? 00:00:00 /u01/oracle/bin/tnslsnr LISTENER -inherit oracle 28893 24393 0 13:41 pts/3 00:00:00 grep --color=auto
原创 2024-02-12 16:45:06
71阅读
在使用Linux操作系统上安装Oracle 11g数据库时,有一个关键的步骤就是启动数据库实例。在这个过程中,Red Hat Enterprise Linux(RHEL)是一个常见的Linux发行版,也被广泛应用于Oracle数据库的安装和管理中。 在Red Hat Enterprise Linux上启动Oracle 11g数据库实例需要遵循一系列步骤。首先要确保Oracle软件已经正确安装并配
原创 2024-03-11 11:09:42
110阅读
Oracle Grid control 11g及Active DataGuard 11g安装部署(一) 原贴 http://blog..net/lichangzai/article/details/7938622 http://blog..net/lichangzai/article
转载 2017-07-08 15:01:00
4586阅读
2评论
在使用Linux系统运行Oracle 11g数据库时,启动数据库是一个非常重要的步骤。本文将介绍如何在Linux系统上启动Oracle 11g数据库。 在Linux系统上启动Oracle 11g数据库的步骤如下: 1. 首先,打开终端窗口,并使用root用户登录到系统中。在终端窗口中,输入以下命令来切换到Oracle用户: su - oracle 2. 然后,输入以下命令来启动Oracle
原创 2024-02-26 13:07:50
155阅读
1、通过root用户进入到gridORACLE_HOME[root@db01]# source /home/grid/.bash_profile [root@db01]# cd $ORACLE_HOME/crs/install/2、运行例如以下两个脚本(仅仅在当中一个节点运行,root用户)[root@db01]# ./rootcrs.pl -verbose -deconfig -force
原创 2022-01-12 11:08:48
615阅读
这次安装RAC真是坎坷略多啊。。。。。安装一个RAC,前提工作添加网卡:连接方式host-only配置ip:node1eth0:192.168.0.2eth1:192.168.1.3vip:192.168.0.10node2eth0:192.168.0.3eth1:192.168.1.4vip:192.168.0.20配置/etc/hosts127.0.0.1localhost192.168.0.
rac
原创 2013-09-21 17:11:48
1675阅读
1、通过root用户进入到gridORACLE_HOME [root@db01]# source /home/grid/.bash_profile [root@db01]# cd $ORACLE_HOME/crs/install/ 2、执行如下两个脚本(只在其中一个节点执行,root用户) [root@db01]# ./rootcrs.pl -verbose -deconfig
原创 2023-06-25 14:28:44
175阅读
vi.bashrcexportORACLE_BASE=/u01/app/oracleexportORACLE_HOME=$ORACLE_BASE/product/11.2.0/xeexportORACLE_SID=xe_pmon_XEexportPATH=$PATH:/u01/app/oracle/product/11.2.0/xe/bin1.启动sqlplus/assysdba
原创 2018-09-18 16:31:45
791阅读
Oracle 11g 下载:Oracle 11g R2官网下载地址,复制到迅雷或其他下载软件中即可下载。 Oracle Database 11g Release 2 (11.2.0.1.0) for Microsoft Windows (64-bit) http://download.oracle.com/otn/nt/oracle11g/112010/win64_11gR2_database
1.在rac2节点使用oracleasm找不到共享磁盘[root@rac2 ~]# oracleasm scandisks         Reloading disk partitions: doneCleaning any stale ASM disks...Scanning system for ASM disk
原创 2016-09-14 12:13:39
8231阅读
oracle 11g RAC手动卸载grid,no deinstall                           &nb
转载 精选 2016-03-30 15:58:29
2492阅读
一、环境准备1、实验目的将11.2.0.4的单实例数据库由文件系统,迁移到ASM单实例的磁盘组中。2、环境准备项目 源库 操作系统 RHEL6.8 主机名 s11g IP地址 192.168.56.20 数据库及版本 ORACLE11.2.0.4 数据库字符集 AL32UTF8 ORACLE SID orcl 数据文件目录 /oradata/orcl 3、AS...
1.下载,安装goldengate软件(两个节都需要安装)glodengate下载地址:http://pan.baidu.com/s/1pLtVTJt 密码:exob[oracle@oracleogg ~]$ unzip ogg112101_fbo_ggs_Linux_x64_ora11g_64bit.zip[oracle@oracleogg ~]$ tar xvf fbo_ggs_Linux_x
原创 2016-11-19 19:45:14
2181阅读
Oracle 11g 下载|Oracle 11g 官网下载 带登录用户和密码Oracle Database 11g Release 2 Standard Edition and Enterprise Edition Software DownloadsOracle 数据库 11g 第 2 版 标准版、企业版 软件下载oracle 下载还需要用户名我自己注册了个方便大家
转载 精选 2014-10-22 10:56:04
2615阅读
1.首先启动 管理器 在终端输入命令export ORACLE_UNQNAME=orclemctl start dbcons
原创 2022-11-24 00:00:37
171阅读
1.安装好Oracle数据库后: 执行 dbstart和dbshut会提示:[oracle@oracle11g ~]$ dbstartORACLE_HOME_LISTNER is not SET, unable to auto-start Oracle Net ListenerUsage: /u01/app/oracle/oracle/product/10.2.0/db_1/b
转载 精选 2015-01-20 09:06:31
477阅读
  • 1
  • 2
  • 3
  • 4
  • 5