Skip to content

multipleton/db-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

db-optimization

Docker

Before running docker-compose up, create the following folder structure for the database files:

└──opt
  └──oracle
    └──oradata
└──docker-compose.yml

then grant full access to the oradata directory by running the command:

$ sudo chmod -R 777 opt/oracle/oradata

After these steps, the database will be ready for initialization.

Connection

Use the next credentials to access the local database:

  • URL: localhost:1521
  • Service: xe
  • Username: SYSTEM
  • Password: password

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published