You can install two different versions of apex on two different pdbs using oracle 19c. ?
If yes, how would it affect apache tomcat ?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
OrclQA Wiki
Never tested but you can install two different Oracle Apex versions on two diffierent PDBs.
As for Apache Tomcat, it functions as a web server and servlet container to serve the APEX applications. Tomcat doesn't directly interact with the APEX installations in PDBs, but with the ORDS. As long as you have configured the ORDS for each PDB with different versions of APEX, Tomcat should be able to handle the connections without any issue.
Keep in mind that maintaining multiple versions of APEX within the same Oracle instance might make managing the environment more complex. It is a good idea to document the setup and ensure that developers and administrators are aware of the differences between the two PDBs.
Jorge.criv
thank you for help