Skip to content

Commit

Permalink
added documentation to explicitly call out that INIT_SGA_SIZE and INI…
Browse files Browse the repository at this point in the history
…T_PGA_SIZE would be honoured only at the time of database creation (oracle#1781)

Signed-off-by: Rishabh Gupta <[email protected]>

Co-authored-by: Yunus Qureshi <[email protected]>
  • Loading branch information
rishabh20 and yunus-qureshi authored Nov 10, 2020
1 parent af2ac12 commit 4e7206e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OracleDatabase/SingleInstance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ This parameter modifies the software home binaries but it doesn't have any effec

The SGA and PGA memory can be set during the first time when database is created by passing the INIT_SGA_SIZE and INIT_PGA_SIZE parameters respectively to the docker run command. The user must provide the values in MB and without any units appended to the values (For example: -e INIT_SGA_SIZE=1536). These parameters are optional and dbca calculates these values if they aren't provided.

In case these parameters are passed to the docker run command while reusing existing datafiles, even though these values would be visible in the container environment, they would not be set inside the database. The values used at the time of database creation will be used.

#### Changing the admin accounts passwords

On the first startup of the container a random password will be generated for the database if not provided. You can find this password in the output line:
Expand Down

0 comments on commit 4e7206e

Please sign in to comment.