-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Description
Today I cloned the latest main of your docker-images git repo.
I have customized the initParams locally here:
| initParams=audit_trail=none,audit_sys_operations=false |
Then I have build the docker image for XE 21 with this command:
./buildContainerImage.sh -x -v 21.3.0
After that has completed, I started a container using that image:
docker run -p 1521:1521 --name OracleXE --restart=always -e ORACLE_PDB=XE -e ORACLE_PWD=«password» -v «datafiles»:/opt/oracle/oradata -v «dumpfiles»:/opt/migrate -v «tablespaces»:/opt/tsfiles oracle/database:21.3.0-xe
Finally, I connected to my new Oracle XE in docker using SQL-Developer as sys and tested some of the init parameters:
My custom init param that I configured as not set. Nor any of the ones pre-configured in your git repo:
E.g.
show parameter audit_trail
gave me
NAME TYPE VALUE
----------- ------ -----
audit_trail string DB
I would have expected none as result value.
So how can I configure initParams for OracleXE 21 via your docker-images build scripts?
Metadata
Metadata
Assignees
Labels
No labels