Forum Discussion
Anonymous
4 years agoNot applicable
DirectQuery of Oracle DB Stuck Detecting Table Schema
Hi everyone - below is an overview of my issue I'm hoping someone can help me with. If there's anything additional I can provide to help troubleshoot, please let me know. ISSUE: When I try to con...
- Anonymous4 years ago
Hi All,
For those interested, I had different Oracle clients installed on my machine so that was the starting point. We performed the steps below to resolve:
- Uninstall all clients from machine
- Install Oracle Database Client 19c from this Oracle site (scroll down to the database client)
- Base Path: C:\app\oracle\product
- Software Location: C:\app\oracle\product\19.3\client_2
- Add tnsnames.ora file to C:\app\oracle\product\19.3\client_2\network\admin
- Make sure environment variables are correct
- ORACLE_HOME = C:\app\oracle\product\19.3\client_2
- TNS_ADMIN = C:\app\oracle\product\19.3\client_2\network\admin
- Delete old paths from the 'Path' variable from the old clients
- Should be a C:\app\oracle\product\19.3\client_2\bin path here
- Install ODAC 19c from this Oracle site
- We had to install this via Windows PowerShell
- We created a 19.1 folder so we had the resulting path C:\app\oracle\product\19.1
- We may have also created the odac_client folder in the 19.1 folder
- Below is the command syntax we used. The first C:\ location was where the ODAC download was.
I definitely wouldn't have been able to do this without help from one of our Oracle database admins, so recommend enlisting the help of IT if someone else runs into this issue.
Anonymous
4 years agoNot applicable
Hi All,
For those interested, I had different Oracle clients installed on my machine so that was the starting point. We performed the steps below to resolve:
- Uninstall all clients from machine
- Install Oracle Database Client 19c from this Oracle site (scroll down to the database client)
- Base Path: C:\app\oracle\product
- Software Location: C:\app\oracle\product\19.3\client_2
- Add tnsnames.ora file to C:\app\oracle\product\19.3\client_2\network\admin
- Make sure environment variables are correct
- ORACLE_HOME = C:\app\oracle\product\19.3\client_2
- TNS_ADMIN = C:\app\oracle\product\19.3\client_2\network\admin
- Delete old paths from the 'Path' variable from the old clients
- Should be a C:\app\oracle\product\19.3\client_2\bin path here
- Install ODAC 19c from this Oracle site
- We had to install this via Windows PowerShell
- We created a 19.1 folder so we had the resulting path C:\app\oracle\product\19.1
- We may have also created the odac_client folder in the 19.1 folder
- Below is the command syntax we used. The first C:\ location was where the ODAC download was.
I definitely wouldn't have been able to do this without help from one of our Oracle database admins, so recommend enlisting the help of IT if someone else runs into this issue.