Skip to content

Oracle Express Edition for ownCloud CI

License

Notifications You must be signed in to change notification settings

owncloud-ci/oracle-xe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oracle-xe

Build Status Docker Hub GitHub contributors Source: GitHub License: MIT

Oracle Express Edition on Ubuntu - including a database for ownCloud CI.

Usage

docker pull owncloudci/oracle-xe

Run with 22 and 1521 ports opened:

docker run -d -p 49160:22 -p 49161:1521 owncloudci/oracle-xe

Connect database with following setting:

hostname: localhost
port: 49161
sid: xe
username: system
password: oracle

Password for SYS & SYSTEM:

oracle

Login by SSH:

ssh root@localhost -p 49160
password: admin

Connect to ownCloud CI database:

username: autotest
password: owncloud

License

This project is licensed under the MIT License - see the LICENSE file for details.

Copyright

Copyright (c) 2022 ownCloud GmbH

About

Oracle Express Edition for ownCloud CI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published