Oracle installieren
Am besten mit ansible ausrollen
version: "3.9"
services:
oracle19.9c:
image: doctorkirk/oracle-19c:19.9
container_name: oracle19.9c
restart: always
volumes:
- /srv/oracle19.9c/data:/opt/oracle/oradata
- /srv/exx/tmp_dbdumps/oracle19.9c:/opt/oracle/oradata/dpdump/
environment:
- ORACLE_SID=CWK
- ORACLE_PWD=1234567
- ORACLE_PASSWORD_LIFE_TIME=UNLIMITED # das Pw läuft ansonsten nach 180 Tagen ab
shm_size: 4 GB
ports:
- 1521:1521
- 5500:5500
No comments to display
No comments to display