Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi guys, I recently have a problem in oracle...(version problem, x32 or x64 or something i dont kown)..so i uninstall all of them(odac,sql developer)

i want to reinstall all the oracle neccasary, my system is Windows 8 64bit, i have 2 questions:

1.which softwars i should install?my system is Windows 8 64bit, i want to use oracle and in my asp.net app i can call my stored precedure by ado.net

2.what's the Relationship between "oracle client","sql developer" and "odac"? i should install all the 3 softwall to make my asp.net app work?

thanks
Posted

1 solution

If you make a full install of Oracle Client the SqlDeveloper and Odac is included, but not necessarily the latest versions.
But for all normal use it's enough to install the client software package.

Visual studio is a 32-bit application, so if you want to be able to debug your web applications properly they need to run under a 32-bit application pool, which means that you need to install the 32-bit version of Oracle Client.

When you deploy the application you can choose to do so under a 64-bit application pool, then your server needs to have a 64-bit Oracle Client.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900