Advertisement

08.06.2008 at 01:55AM PDT, ID: 23624940
[x]
Attachment Details

How do I connect to multiple Oralce database servers using SSL from a single Oracle client

[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.4
Tags:

Oracle, Database, 10g, SSL Wallet Manager

I work on an appliction which queries multiple databases for data and consolidates this data into a single database for reporting purposes. The application works by installing it on a server along with Oracle client and using TNS to establish a connection to each remote database server and then query the data. This has worked up to now. However the remote database servers have now been made secure and require SSL access. The servers use Oracle Wallet Manager to create certs. I have been able to establish a connection to a single Oracle database server by taking the following steps.
1. Create folder on local server named dbSafe
2. Copied the files eWallet.p12 & cwallet.sso from an Oracle server to the local server.
3. Modified the local sqlnet.ora file to include the following
SQLNET.AUTHENTICATION_SERVICES= (NTS,TCPS)

NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)


SSL_VERSION = undetermined

SSL_CLIENT_AUTHENTICATION = TRUE

WALLET_LOCATION =
  (SOURCE =
    (METHOD = FILE)
    (METHOD_DATA =
      (DIRECTORY = C:\Program Files\oracle\dbSafe)
    )
  )


However I need to be able to connect to multiple Oracle servers. I can't figure out how to achieve this as the sqlnet.ora only seems to allow only WALLET_LOCATION to be specified. Is there anyway to achieve this?
 
 
 
Accepted Solution by schwertner:

All comments and solutions are available to Premium Service Members only. Start your 7-day free trial to view the solution to this question.

Already a member? Login to view this solution.

 
 
Author Comment by murchu:

All comments and solutions are available to Premium Service Members only. Start your 7-day free trial to view the solution to this question.

Already a member? Login to view this solution.

 
 
Administrative Comment by dvz:

All comments and solutions are available to Premium Service Members only. Start your 7-day free trial to view the solution to this question.

Already a member? Login to view this solution.

 
 
Administrative Comment by Computer101:

All comments and solutions are available to Premium Service Members only. Start your 7-day free trial to view the solution to this question.

Already a member? Login to view this solution.

 
 
20081119-EE-VQP-46 / EE_QW_2_20070628