You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OracleDatabase/SingleInstance/FAQ.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ An example would be: `docker run ... -e TZ="Europe/Vienna" oracle/database:12.2.
14
14
15
15
## Can I run Oracle Database containers on Apple M1 (Arm) devices?
16
16
17
-
Oracle Database 19c Enterprise Edition and 23ai Free Edition are now supported on ARM64 platforms. You will have to provide the installation binaries of [Oracle Database 19c](https://www.oracle.com/database/technologies/oracle19c-linux-arm64-downloads.html) and put them into the dockerfiles/19.3.0 folder before running the buildContainerImage.sh script.
17
+
Oracle Database 19c Enterprise Edition and 26ai Free Edition are now supported on ARM64 platforms. You will have to provide the installation binaries of [Oracle Database 19c](https://www.oracle.com/database/technologies/oracle19c-linux-arm64-downloads.html) and put them into the dockerfiles/19.3.0 folder before running the buildContainerImage.sh script.
18
18
19
19
## checkSpace.sh: ERROR - There is not enough space available in the container
Copy file name to clipboardExpand all lines: OracleDatabase/SingleInstance/README.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,17 @@ Sample container build files to facilitate installation, configuration, and envi
9
9
*[Running Oracle Database in a container](#running-oracle-database-in-a-container)
10
10
*[Running Oracle Database Enterprise and Standard Edition 2 in a container](#running-oracle-database-enterprise-and-standard-edition-2-in-a-container)
11
11
*[Securely specifying the password when using Podman (Supported from 19.3.0 onwards)](#securely-specifying-the-password-when-using-podman-supported-from-1930-onwards)
12
-
*[Encrypting the database password (Supported from 23ai onwards))](#encrypting-the-database-password-supported-from-23ai-onwards)
12
+
*[Encrypting the database password (Supported from 26ai onwards))](#encrypting-the-database-password-supported-from-26ai-onwards)
13
13
*[Selecting the Edition (Supported from 19.3.0 release)](#selecting-the-edition-supported-from-1930-release)
14
14
*[Setting the SGA and PGA memory (Supported from 19.3.0 release)](#setting-the-sga-and-pga-memory-supported-from-1930-release)
15
15
*[Setting the CPU_COUNT and PROCESSES (Supported from 19.3.0 release)](#setting-the-cpu_count-and-processes-supported-from-1930-release)
16
16
*[Changing the admin accounts passwords](#changing-the-admin-accounts-passwords)
17
17
*[Enabling archive log mode and/or force logging mode while creating the database](#enabling-archive-log-mode-andor-force-logging-mode-while-creating-the-database)
18
18
*[Configuring TCPS connections for Oracle Database (Supported from version 19.3.0 onwards)](#configuring-tcps-connections-for-oracle-database-supported-from-version-1930-onwards)
19
-
*[Running Oracle Database 23ai Free in a container](#running-oracle-database-23ai-free-in-a-container)
19
+
*[Running Oracle Database 26ai Free in a container](#running-oracle-database-26ai-free-in-a-container)
20
20
*[Running Oracle Database 21c/18c Express Edition in a container](#running-oracle-database-21c18c-express-edition-in-a-container)
21
21
*[Running Oracle Database 11gR2 Express Edition in a container](#running-oracle-database-11gr2-express-edition-in-a-container)
22
-
*[Running Oracle True Cache in a container (Supported from version 23ai onwards)](#running-oracle-true-cache-in-a-container-supported-from-version-23ai-onwards)
22
+
*[Running Oracle True Cache in a container (Supported from version 26ai onwards)](#running-oracle-true-cache-in-a-container-supported-from-version-26ai-onwards)
23
23
*[Setting Up the Network for Communication Between the Primary Database and the True Cache Container](#setting-up-the-network-for-communication-between-the-primary-database-and-the-true-cache-container)
24
24
*[Running Oracle Database Free True Cache in a Container](#running-oracle-database-free-true-cache-in-a-container)
25
25
*[Containerizing an on-premise database (Supported from version 19.3.0 release)](#containerizing-an-on-premise-database-supported-from-version-1930-release)
@@ -36,7 +36,7 @@ Sample container build files to facilitate installation, configuration, and envi
36
36
37
37
This project offers sample Dockerfiles for:
38
38
39
-
* Oracle Database 23ai (23.9.0) Free
39
+
* Oracle Database 26ai (23.26.0) Free
40
40
* Oracle Database 21c (21.3.0) Enterprise Edition, Standard Edition 2 and Express Edition (XE)
41
41
* Oracle Database 19c (19.3.0) Enterprise Edition and Standard Edition 2
@@ -51,10 +51,10 @@ The `buildContainerImage.sh` script is just a utility shell script that performs
51
51
52
52
### Building Oracle Database container images
53
53
54
-
**IMPORTANT:** You will have to provide the installation binaries of Oracle Database (except for Oracle Database 18c XE, 21c XE and 23ai Free) and put them into the `dockerfiles/<version>` folder.
54
+
**IMPORTANT:** You will have to provide the installation binaries of Oracle Database (except for Oracle Database 18c XE, 21c XE and 26ai Free) and put them into the `dockerfiles/<version>` folder.
55
55
You only need to provide the binaries for the edition you are going to install. The binaries can be downloaded from the [Oracle Technology Network](http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html), make sure you use the linux link: *Linux x86-64*. The needed file is named *linuxx64_\<version\>_database.zip*.
56
56
57
-
**Linux ARM64 Support:** Oracle Database 19c Enterprise Edition and 23ai Free Edition are now supported on ARM64 platforms. You will have to provide the installation binaries of [Oracle Database 19c](https://www.oracle.com/database/technologies/oracle19c-linux-arm64-downloads.html) and put them into the dockerfiles/19.3.0 folder. The needed file is named *LINUX.ARM64_1919000_db_home.zip*.
57
+
**Linux ARM64 Support:** Oracle Database 19c Enterprise Edition and 26ai Free Edition are now supported on ARM64 platforms. You will have to provide the installation binaries of [Oracle Database 19c](https://www.oracle.com/database/technologies/oracle19c-linux-arm64-downloads.html) and put them into the dockerfiles/19.3.0 folder. The needed file is named *LINUX.ARM64_1919000_db_home.zip*.
58
58
59
59
You also have to make sure to have internet connectivity for yum. Note that you must not uncompress the binaries. The script will handle that for you and fail if you uncompress them manually!
60
60
@@ -67,7 +67,7 @@ Before you build the image make sure that you have provided the installation bin
The ORACLE_SID for Oracle Database 23ai Free is always `FREE` and the PDB_NAME is always `FREEPDB1`. They cannot be changed, hence there are no ORACLE_SID or PDB_NAME parameters provided for the Free build.
406
+
The ORACLE_SID for Oracle Database 26ai Free is always `FREE` and the PDB_NAME is always `FREEPDB1`. They cannot be changed, hence there are no ORACLE_SID or PDB_NAME parameters provided for the Free build.
407
407
408
408
#### Running Oracle Database 21c/18c Express Edition in a container
409
409
@@ -500,7 +500,7 @@ Once the container has been started you can connect to it just like to any other
500
500
sqlplus sys/<your password>@//localhost:1521/XE as sysdba
### Running Oracle True Cache in a container (Supported from version 23ai onwards)
503
+
### Running Oracle True Cache in a container (Supported from version 26ai onwards)
504
504
505
505
Oracle True Cache is an in-memory, consistent, and automatically managed cache for Oracle Database. For more information about Oracle True Cache please see the [Oracle True Cache Online Documentation](https://docs.oracle.com/en/database/oracle/oracle-database/23/odbtc/overview-oracle-true-cache.html).
506
506
@@ -533,7 +533,7 @@ Set up a podman network for inter-container communication using the following co
533
533
-e ENABLE_ARCHIVELOG=true \
534
534
-e ENABLE_FORCE_LOGGING=true \
535
535
-v [<host mount point>:]/opt/oracle/oradata \
536
-
oracle/database:23.9.0-free
536
+
oracle/database:23.26.0-free
537
537
538
538
Ensure that your Primary Database container is up and running and in a healthy state.
539
539
@@ -552,14 +552,14 @@ You need to run the preceding podman run command with the host mount point (empt
**Note:** If a common host mount point is used for both pri-db-free and tru-cc-free containers, then you may skip the podman cp step by specifying the location of pri-db-free password file directly using \
* For different host mount points, copy password file (example 'orapwFREE') from the Primary Database container to the True Cache container at location $PRIMARY_DB_PWD_FILE (/var/tmp/orapwFREE) using podman cp command as follows:
* Once the True Cache container turns healthy, create database application services (sales_tc and sales_pdb_tc) for the True Cache by running the following commands from the pri-db-free container:
"maintainer"="Oracle Database Container Team <container-team_ww@oracle.com>" \
29
+
"vendor"="Oracle Corporation" \
30
+
"version"="23.26.0" \
31
+
"release"="Free" \
32
+
"name"="Oracle AI Database 26ai Free" \
33
+
"summary"="Oracle AI Database 26ai Free" \
34
+
"description"="Oracle AI Database 26ai Free is a fully functional version of Oracle AI Database 26ai for developers to learn, build, and deploy applications." \
0 commit comments