Oracle 数据库备份 shell 脚本
Oracle , 数据库 / 2019年5月17日

#!/bin/bash #ORACLE信息可以通过 .bash_profile 查看 echo "备份脚本开始启动..." #打印备份进度 export ORACLE_SID=njky export ORACLE_BASE=/oracle/app/oracle export ORACLE_HOME=/oracle/app/oracle/product/11.2.0/dbhome_1 export ...

Docker Oracle11g
Docker , Oracle / 2018年12月28日

安装 Docker docker pull wnameless/oracle-xe-11g 下载镜像 docker pull wnameless/oracle-xe-11g Using default tag: latest latest: Pulling from wnameless/oracle-xe-11g a48c500ed24e: Pull complete 1e1de00ff7e1: ...

CentOS 7 安装 Oracle 12c
CentOS , Oracle / 2017年7月21日

参考 https://www.howtoing.com/how-to-install-oracle-database-12c-on-centos-7/ 先决条件 CentOS 7 64位。 至少1 GB RAM内存。 第1步 – 安装所需的软件包 作为第一步,我们必须安装Oracle数据库所需的大量软件包,如GCC,Binutils,Glibc等。我们将使用yum命令从Centos存储...