Hi All,
I did Inplace upgrade from OAS 7.6(2024) to OAS 26.01(2026).
As mentioned in the Document section: Verify the Database User for the WLSSchemaDataSource Data Source
https://docs.oracle.com/en/middleware/fusion-middleware/14.1.2/fupss/oracle-fusion-middleware-upgrade-checklist.html#GUID-9E806DA6-E154-492B-BC8A-6C1E71F49447
Our existing domain has the WLSSchemaDataSource data source, and the database user is assigned to is <PREFIX>_WLS_RUNTIME i have change that to <PREFIX>_WLS before running the upgrade.
Post this step i ran the upgrade related steps.
But the file is not getting updated,
cat WLSRuntimeSchemaDataSource-jdbc.xml
<?xml version="1.0" encoding="UTF-8"?><jdbc-data-source xsi:schemaLocation="http://www.bea.com/ns/weblogic/jdbc-data-source http://www.bea.com/ns/weblogic/jdbc-data-source/1.0/jdbc-data-source.xsd" xmlns="http://xmlns.oracle.com/weblogic/jdbc-data-source" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<name>WLSRuntimeSchemaDataSource</name>
<jdbc-driver-params>
<url>jdbc:oracle:thin:@//dbhost.example.com:1521/orcl</url>
<driver-name>oracle.jdbc.OracleDriver</driver-name>
<properties>
<property>
<name>user</name>
<value>DEV_WLS_RUNTIME</value>
</property>
</properties>
</jdbc-driver-params>
<jdbc-connection-pool-params>
<max-capacity>75</max-capacity>
<test-table-name>SQL ISVALID</test-table-name>
<seconds-to-trust-an-idle-pool-connection>0</seconds-to-trust-an-idle-pool-connection>
</jdbc-connection-pool-params>
<jdbc-data-source-params>
<jndi-name>jdbc/WLSRuntimeSchemaDataSource</jndi-name>
<global-transactions-protocol>None</global-transactions-protocol>
</jdbc-data-source-params>
</jdbc-data-source>
Any one faced similar issues post OAS 2026 upgrade?
Any suggestions on how to fix these issues?
Thanks,
Srikanth.