All Projects → spdir → oracle-single-install

spdir / oracle-single-install

Licence: MIT license
让Oracle数据库安装变得简单化,支持单实例和CDB容器快速安装,只需简单配置即可

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to oracle-single-install

12c-rac-docker
Multiple node Oracle RAC cluster running in Docker containers
Stars: ✭ 39 (+5.41%)
Mutual labels:  oracle, oracle-12c
apex-plugin-templates
Templates for Oracle APEX Plug-ins
Stars: ✭ 27 (-27.03%)
Mutual labels:  oracle
Pony
Pony Object Relational Mapper
Stars: ✭ 2,762 (+7364.86%)
Mutual labels:  oracle
kcoin
A stable cryptocurrency that algorithmically targets $1 USD using the Kowala Protocol
Stars: ✭ 17 (-54.05%)
Mutual labels:  oracle
Tora
TOra is an open source SQL IDE for Oracle, MySQL and PostgreSQL dbs
Stars: ✭ 245 (+562.16%)
Mutual labels:  oracle
CloudFrontier
Monitor the internet attack surface of various public cloud environments. Currently supports AWS, GCP, Azure, DigitalOcean and Oracle Cloud.
Stars: ✭ 102 (+175.68%)
Mutual labels:  oracle
Fluentmigrator
Fluent migrations framework for .NET
Stars: ✭ 2,636 (+7024.32%)
Mutual labels:  oracle
DataX-src
DataX 是异构数据广泛使用的离线数据同步工具/平台,实现包括 MySQL、Oracle、SqlServer、Postgre、HDFS、Hive、ADS、HBase、OTS、ODPS 等各种异构数据源之间高效的数据同步功能。
Stars: ✭ 21 (-43.24%)
Mutual labels:  oracle
oracle-java-downloads
Oracle Java Downloads
Stars: ✭ 40 (+8.11%)
Mutual labels:  oracle
ASH-Viewer
ASH Viewer provides a graphical view of active session history data within the Oracle and PostgreSQL DB
Stars: ✭ 138 (+272.97%)
Mutual labels:  oracle
Xo
Command line tool to generate idiomatic Go code for SQL databases supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server
Stars: ✭ 2,974 (+7937.84%)
Mutual labels:  oracle
Ocilib
OCILIB (C and C++ Drivers for Oracle) - Open source C and C++ library for accessing Oracle databases
Stars: ✭ 245 (+562.16%)
Mutual labels:  oracle
terraform-oci-compute-instance
Terraform Module for creating Oracle Cloud Infrastructure compute instances
Stars: ✭ 29 (-21.62%)
Mutual labels:  oracle
Sqlfiddle3
New version based on vert.x and docker
Stars: ✭ 242 (+554.05%)
Mutual labels:  oracle
rust-oracle
Oracle driver for Rust
Stars: ✭ 139 (+275.68%)
Mutual labels:  oracle
Liquibase
Main Liquibase Source
Stars: ✭ 2,910 (+7764.86%)
Mutual labels:  oracle
Freesql
🦄 .NET orm, Mysql orm, Postgresql orm, SqlServer orm, Oracle orm, Sqlite orm, Firebird orm, 达梦 orm, 人大金仓 orm, 神通 orm, 翰高 orm, 南大通用 orm, Click house orm, MsAccess orm.
Stars: ✭ 3,077 (+8216.22%)
Mutual labels:  oracle
nexus-bridge
Nexus Bridge is a JS library that works with Siebel Presentation Model and allows building Siebel UI using the modern JS frameworks.
Stars: ✭ 21 (-43.24%)
Mutual labels:  oracle
metadata
oracle,mysql,sql server 元数据管理表生成
Stars: ✭ 45 (+21.62%)
Mutual labels:  oracle
oracle-jdk-portable
🚀 Oracle JDK portable for Windows
Stars: ✭ 24 (-35.14%)
Mutual labels:  oracle

oracle 12C 自动化静默安装脚本

下载安装脚本

wget https://raw.githubusercontent.com/spdir/oracle-single-install/master/oracle_install.sh && \ 
chmod +x oracle_install.sh

脚本使用安装前配置

root用户执行(尽量系统为纯净环境)

  1. 安装前请将Oracle 12C安装包放置在/tmp目录下
  2. 系统需要具备512MB的交换分区
  3. 系统可连通外网
  4. 并配置以下信息
  • 本机IP地址 HostIP
  • Oracle用户密码 OracleUserPasswd 默认为oracle.com
  • Oracle数据库管理员密码 ORACLE_DB_PASSWD 默认为 systemOracle.com
  • Oracle SID/ServerName SID 默认为 oriedb
  • 是否安装实例 IS_INSTANCE
    • 0-不安装实例
    • 1-安装单实例
    • 2-安装cdb : 因为CDB在初始化过程中需要输入参数,需要手动初始化,具体步骤会在最后进行提示
  • 设置单实例默认字符编码SINGLE_CHARSET
    • 1-AL32UTF8 默认
    • 2-ZHS16GBK
  • 选择配置静默安装配置文件的获取方式Get_Config_Method
    • 0-远程(默认)
    • 2-本地获取(脚本执行根目录下需要有conf目录存放配置文件)
      • db_install.rsp 数据库安装配置文件
      • dbca_single.rsp 数据库单实例初始化配置文件
      • initcdb.ora CDB初始化配置文件

Oracle 12C安装包下载

百度网盘

支持系统

注: 脚本已在CentOS 7.x进行测试。如果有其他什么问题,请提交 issues反馈

  • CentOS 7 64/32

注意: 在初始化cdb过程中如果出现 No options to container mapping specified, no options will be installed in any containers 信息不是报错,因为cdb初始化时间比较长,可以通过查看以上提示下给出的日志路径查看初始化情况

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].