Skip to content

utpinfo/OracleDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

作業系統安裝

  1. ISO文件下載
wget https://yum.oracle.com/ISOS/OracleLinux/OL6/u10/x86_64/OracleLinux-R6-U10-Server-x86_64-dvd.iso
  1. 安裝紅色首頁點擊[TAB], 追加下方內容
# For Oracle Linux 6
ks=http://192.168.201.27/ksfiles/ks.cfg ip=192.168.70.121::192.168.70.254:255.255.255.0::eth0:none
# For Oracle Linux 7
# ks=http://192.168.201.27/ksfiles/ol7ks.cfg ip=192.168.70.121::192.168.70.254:255.255.255.0::ens192:none
# For Oracle Linux 6 (internat)
# ks=https://raw.githubusercontent.com/utpinfo/OracleDB/main/ksfiles/ks.cfg ip=192.168.70.121::192.168.70.254:255.255.255.0::eth0:none nameserver=114.114.114.114,8.8.8.8
# For Oracle Linux 7
# ks=https://raw.githubusercontent.com/utpinfo/OracleDB/main/ksfiles/ol7ks.cfg ip=192.168.70.121::192.168.70.254:255.255.255.0::eth0:none nameserver=114.114.114.114,8.8.8.8
  1. 安裝ORACLE Database
cd /tmp
wget https://raw.githubusercontent.com/utpinfo/OracleDB/main/setupdb.sh && chmod +x setupdb.sh && ./setupdb.sh
  1. 網關配置 (訪問SQL Server)
cd /tmp
wget https://raw.githubusercontent.com/utpinfo/OracleDB/main/setupgateway.sh && chmod +x setupgateway.sh && ./setupgateway.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages