Replies: 1 comment
-
You do not need to run multiple database to support multiple APEX applications. A single database, with APEX deployed, can support multiple Workspaces with each workspace supporting multiple schemas and applications. When running the applications a unique url is created when the apps are created/imported into the instance. The real question is what are your application isolation and performance requirements. This with the amount of available resources and / or desired RTO could influence your architecture decision. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’d like to deploy multiple Oracle APEX applications in my Kubernetes cluster. Do I understand correctly that I need to install a separate SIDB (SingleInstanceDatabase) for each APEX app? Or is there a way to run multiple APEX apps—i.e., multiple PDBs—within a single SIDB/CDB? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions