Coder Social home page Coder Social logo

indiff / oracle_silent Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jack2zhang/oracle_silent

0.0 2.0 0.0 2.09 MB

oracle_silent oracle 11g 单机自动化安装shell脚本(静默安装)

License: Do What The F*ck You Want To Public License

Shell 100.00%

oracle_silent's Introduction

oracle_silent

oracle 11g 通过自动应答文件 单机自动化安装shell脚本

使用方法:

* 以root身份运行 install-oracle11g.sh
* 以oracle身份执行下面的命令,也就是上面脚本后面注释的部分
 
su - oracle
cd /u01/oracle/database
./runInstaller -silent -force -responseFile /home/oracle/db.rsp
dbca -silent -responseFile /home/oracle/dbca.rsp
netca -silent -responsefile /u01/oracle/database/response/netca.rsp
cp oracle.init.d /etc/init.d/oracle
chkconfig oracle on

默认设置:

ORACLE_SID=vnetoodb

oracle11g 下载

[百度网盘] (链接: https://pan.baidu.com/s/1vBcJSheEGHgRGfOtnlOFSQ 提取码: nvpn)

TODO

不再维护

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.