摘要: 转贴来源:https://www.jb51.net/article/104377.htm 背景介绍 由于机房服务器变更,需要将 Oracle 迁移到一台新服务器上去。 以下是环境说明: 原服务器地址: 192.168.1.15 新服务器地址: 192.168.1.18 操作系统:都是 CentOS 阅读全文
posted @ 2021-06-22 13:00 ArongH 阅读(3180) 评论(0) 推荐(1)
摘要: 参考: 一、 Linux CentOS(7.x)静默安装Oracle 11g 二、 linux CentOS7最小化安装环境静默安装Oracle11GR2数据库(静默创建实例_08) 阅读全文
posted @ 2021-06-22 12:57 ArongH 阅读(82) 评论(0) 推荐(0)
摘要: 1. 32G oracle配置 1. 32G oracle配置 [oracle@oracle ~]$ sqlplus /nolog SQL*Plus: Release 12.2.0.1.0 Production on Thu May 13 08:56:03 2021 Copyright (c) 19 阅读全文
posted @ 2021-06-22 12:51 ArongH 阅读(619) 评论(0) 推荐(0)
摘要: CentOS7安装iptables防火墙 CentOS7默认的防火墙不是iptables,而是firewalle. 安装iptable iptable-service #先检查是否安装了iptables service iptables status #安装iptables yum install  阅读全文
posted @ 2021-06-22 12:49 ArongH 阅读(59) 评论(0) 推荐(0)
摘要: 概述 只有具备sysdba和sysoper系统特权的用户才能启动和关闭数据库。 在启动数据库之前应该启动监听程序,否则就不能利用命令方式来管理数据库,包括启动和关闭数据库。 虽然数据库正常运行,但如果没有启动监听程序,客户端就不能连接到数据库。 在oracle用户下: 启动监听程序 lsnrctl 阅读全文
posted @ 2021-06-22 12:47 ArongH 阅读(378) 评论(0) 推荐(0)
摘要: 本文的所有操作过程已经在单实例数据库测试环境中执行,需要删除实例的数据库版本为Oracle 11.2.0.1.0,需要删除的数据库实例名为bgsp。步骤一:关闭数据库1.export ORACLE_SID=bgsp2.sqlplus / as sysdba3.shutdown immediate步骤 阅读全文
posted @ 2021-06-22 12:44 ArongH 阅读(561) 评论(0) 推荐(0)