DataSource to a Oracle DB with wallet created using mkstore.
I have been looking for creating data source witout specifying username/password in the connection details of DS.
Essentially use a URL - 'jdbc:oracle:thin:/@CONNSTR' - where CONNSTR is specified in the Oracle wallet.
Here is what I had done - would like to sound it out with the community for comments/improvements.
Found the following notes for reference.
1123423.1
1416505.1
Setup wallet using the mkstore tool from $ORACLE_HOME/bin.
Added the sqlnet.ora entries to take specify wallet lookup.
Added tnsnames.ora entry to the database service.
Added the user credential into the wallet.
Tested it with sqlplus /
Essentially use a URL - 'jdbc:oracle:thin:/@CONNSTR' - where CONNSTR is specified in the Oracle wallet.
Here is what I had done - would like to sound it out with the community for comments/improvements.
Found the following notes for reference.
1123423.1
1416505.1
Setup wallet using the mkstore tool from $ORACLE_HOME/bin.
Added the sqlnet.ora entries to take specify wallet lookup.
Added tnsnames.ora entry to the database service.
Added the user credential into the wallet.
Tested it with sqlplus /
0