Skip to content

bin9wei/vagrant-oracle-database-xe-18c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-oracle-database-xe-18c

A vagrant box (Oracle Linux 7) to install Oracle Database XE 18c

How to use

  • Checkout this repo
git clone git@github.com:bin9wei/vagrant-oracle-database-xe-18c.git
bin9w@LAPTOP-ODF35RAF MINGW64 /d/sandbox/code/vagrant-oracle-database-xe-18c (main)
$ ll
total 2979306
-rw-r--r-- 1 bin9w 197609       1064  1月 17 22:22 LICENSE
-rw-r--r-- 1 bin9w 197609  529002950  1月 10 22:40 ol7-latest.box
-rw-r--r-- 1 bin9w 197609      18244  1月 13 21:34 oracle-database-preinstall-18c-1.0-1.el7.x86_64.rpm
-rw-r--r-- 1 bin9w 197609 2521766408  1月 10 22:31 oracle-database-xe-18c-1.0-1.x86_64.rpm
-rwxr-xr-x 1 bin9w 197609         31  1月 10 22:33 provision.sh*
-rw-r--r-- 1 bin9w 197609        722  1月 17 22:39 README.md
-rwxr-xr-x 1 bin9w 197609        798  1月 17 15:56 setup.sh*
-rw-r--r-- 1 bin9w 197609        417  1月 17 15:54 Vagrantfile
  • Add box from local path
vagrant box add oraclelinux file:///d:/sandbox/code/vagrant-oracle-database-xe-18c/ol7-latest.box
  • DB admin password is .env. Change if needed.
  • Run vagrant up to start and provision the box. Oracle database will also be installed and startup.
  • To verify connection we can use any db tool with below connection details
host=localhost
port=1521
database=XEPDB1
username=system
password=Oracle123456789
  • To ssh to box run vagrant ssh

Blog page https://blog.csdn.net/bin9wei/article/details/122503781

About

A vagrant box (Oracle Linux 7) to install Oracle Database XE 18c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages