Differences in wl datasources between 10.3.0 and 10.3.4
I am trying to migrate a weblogic 10.3.0 enviroment to a weblogic 10.3.4 enviroment.
I am having issues with the data sources as some drivers no longer exist. Can some one inform me on how the connections have to change.
An example of the connection in wl 10.3.0 could some one let me know how this will have to change to the new weblogic thin drivers?
URL:
jdbc:oracle:thin:@HOST:1521:SID
Driver Class Name:
oracle.jdbc.OracleDriver
Properties:
user=XXXXX
portNumber=1521
databaseName=XXXX
SID=XXX
serverName=XXXX
I am having issues with the data sources as some drivers no longer exist. Can some one inform me on how the connections have to change.
An example of the connection in wl 10.3.0 could some one let me know how this will have to change to the new weblogic thin drivers?
URL:
jdbc:oracle:thin:@HOST:1521:SID
Driver Class Name:
oracle.jdbc.OracleDriver
Properties:
user=XXXXX
portNumber=1521
databaseName=XXXX
SID=XXX
serverName=XXXX
0