-->

IBM Integration Bus (IBM Message Broker)

This site is under construction

Monday, March 26, 2018

Oracle Wallet Creation



Step1: Create folder for storing oracle wallet 

mkstore -wrl <wallet_location> -create
where wallet_location is the path to the directory where you want to create and store the wallet.


Step2: Add Database credentials and connection string to the created oracle wallet in the step1

mkstore -wrl <wallet_location which is created in step1> -createCredential <db_connection_string> <username> <password>


Step3: Now you can connect to the database using connection string which you mentioned  step2(db_connection_string) 

Example Connection string looks like
             <databaseDriverName>:/@<host name>:<Port Number>/<Service Name>


Step4: In case if you want to use alias name instead of large connection string you can shorten the connection string by using TNS(Transparent Network Substrate) Alias instead of a DB Connect String
   


No comments :

Post a Comment