I have just launched the EBS vision 12.2.9 image in Oracle Cloud and I have observed that it now comes with 19c (19.6) DB.
[oracle@apps OPatch]$ ./opatch lsinventory|grep 'Release' Patch description: "Database Release Update : 19.6.0.0.200114 (30557433)" [oracle@apps scripts]$ sqlplus '/as sysdba' SQL*Plus: Release 19.0.0.0.0 - Production on Sun May 24 16:29:11 2020 Version 19.6.0.0.0 Copyright (c) 1982, 2019, Oracle. All rights reserved. Connected to: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.6.0.0.0 You can also check the latest RU applied which is 19.6 in this case: select * from sys.dba_registry_sqlpatch order by action_time desc;
In earlier post, I have shown how to connect to EBS DB in cloud using SQL Developer:
I built E-bs using same image , all i got is controlfile not found error , when renamed controlfiles according to the one in pfile , there is version conflict
Hello. Which means you have made some mistake! As you can see I have launched with latest version of image and its working fine!
https://vishnu.ae/oracle/oracle-cloud/connecting-to-ebs-database-in-oracle-cloud-using-sql-developer/
You can check the article how to make proper logical hostname changes in article:
https://vishnu.ae/oracle/oracle-cloud/launching-oracle-ebs-12-2-9-vision-instance-on-oracle-cloud-in-30-minutes/
Thanks,
Vishnu