UnixODBC connects, but won't select - 64bit Linux and client 10.2.0.1.0

ODBC connects, but won't select - 64bit Linux and 64 bit Oracle instant client 10.2.0.1.0, full install (all files but basiclite).
ODBC can connect to an Oracle database, but cannot describe or select.
sqlplus can connect and select.
Also, ODBC can connect and select using a mysql database.
At end is ODBC trace log, odbcinst.ini and odbc.ini
Using the isql utility from unixODBC version 2.2.10, I get the following
## working tnsnames.ora is located
$ export TNS_ADMIN=/usr/share/oracle/OraHome_1/network/admin
$ LD_LIBRARY_PATH=/usr/lib64/oracle isql -v TESTDB foo bar
| Connected! |
| |
| sql-statement |
| help [tablename] |
| quit |
| |
SQL> describe dual
[IM003][unixODBC][Driver Manager]Specified driver could not be loaded
[ISQL]ERROR: Could not SQLAllocStmt
SQL> select count(*) from dual;
[IM003][unixODBC][Driver Manager]Specified driver could not be loaded
[ISQL]ERROR: Could not SQLAllocStmt
SQL>
Trace appended at end.
System Details
SuSE 9.3 64 bit, 2x Xeon, 8Gb RAM, latest SuSE kernel 2.6.11.4-21.9-smp
A 64bit full client(10.1.0.3.0) is installed in /usr/share/oracle/OraHome_1, where the tnsnames.ora file is located (in network/admin)
The 64 bit instant client is installed in /usr/lib64/instantclient_10_2, pointed to by soft-link /usr/lib64/oracle
I also have a 32bit instant client, which is needed by OpenOffice
From a shell with unset ORACLE_HOME, and with no Oracle lib in the ld.config path, all 3 versions are able to connect, and describe dual and select (*) from dual;
export TNS_ADMIN=/usr/share/oracle/OraHome_1/network/admin
# 10.2 64 bit instant client
LD_LIBRARY_PATH=/usr/lib64/oracle /usr/lib64/oracle/sqlplus foo/bar@TESTDB
# 10.2 32 bit instant client
LD_LIBRARY_PATH=/usr/lib/oracle /usr/lib/oracle/sqlplus foo/bar@TESTDB
# 10.1 64 bit full client
LD_LIBRARY_PATH=/usr/share/oracle/OraHome_1/lib /usr/share/oracle/OraHome_1/bin/sqlplus foo/bar@TESTDB
#### LOG AND INI FILES
### odbcinst.ini
[OracleODBC-10g]
Description = Oracle ODBC driver for Oracle 10g
Driver = /usr/lib64/oracle/libsqora.so.10.1
Setup = /usr/lib64/unixODBC/liboraodbcS.so.1
FileUsage =
CPTimeout =
CPReuse =
[ODBC]
Trace = Yes
TraceFile = /tmp/sql.log
ForceTrace = No
Pooling = No
### odbc.ini
[TESTDB]
Application Attributes = T
Attributes = W
BatchAutocommitMode = IfAllSuccessful
CloseCursor = F
DisableDPM = F
DisableMTS = T
Driver = OracleODBC-10g
DSN = TESTDB
EXECSchemaOpt =
EXECSyntax = T
Failover = T
FailoverDelay = 10
FailoverRetryCount = 10
FetchBufferSize = 64000
ForceWCHAR = F
Lobs = T
Longs = T
MetadataIdDefault = F
QueryTimeout = T
ResultSets = T
ServerName = TESTDB
SQLGetData extensions = F
Translation DLL =
Translation Option = 0
Here is the output from ODBC's trace of the isql session
[ODBC][27847][__handles.c][444]
          Exit:[SQL_SUCCESS]
               Environment = 0x507700
[ODBC][27847][SQLAllocHandle.c][346]
          Entry:
               Handle Type = 2
               Input Handle = 0x507700
[ODBC][27847][SQLAllocHandle.c][464]
          Exit:[SQL_SUCCESS]
               Output Handle = 0x507ce0
[ODBC][27847][SQLConnect.c][3527]
          Entry:
               Connection = 0x507ce0
               Server Name = [TESTDB][length = 6 (SQL_NTS)]
               User Name = [foo][length = 3 (SQL_NTS)]
               Authentication = [bar][length = 3 (SQL_NTS)]
          UNICODE Using encoding ASCII 'ISO8859-1' and UNICODE 'UCS-2LE'
[ODBC][27847][SQLConnect.c][4101]
          Exit:[SQL_SUCCESS]
[ODBC][27847][SQLAllocHandle.c][511]
          Entry:
               Handle Type = 3
               Input Handle = 0x507ce0
[ODBC][27847][SQLAllocHandle.c][641]Error: IM003
[ODBC][27847][SQLError.c][424]
          Entry:
               Connection = 0x507ce0
               SQLState = 0x7fffffffd750
               Native = 0x7fffffffd748
               Message Text = 0x7fffffffd760
               Buffer Length = 500
               Text Len Ptr = 0x7fffffffd74e
[ODBC][27847][SQLError.c][461]
          Exit:[SQL_SUCCESS]
               SQLState = IM003
               Native = 0x7fffffffd748 -> 0
               Message Text = [[unixODBC][Driver Manager]Specified driver could not be loaded]
[ODBC][27847][SQLError.c][424]
          Entry:
               Connection = 0x507ce0
               SQLState = 0x7fffffffd750
               Native = 0x7fffffffd748
               Message Text = 0x7fffffffd760
               Buffer Length = 500
               Text Len Ptr = 0x7fffffffd74e
[ODBC][27847][SQLError.c][461]
          Exit:[SQL_NO_DATA]
[ODBC][27847][SQLError.c][504]
          Entry:
               Environment = 0x507700
               SQLState = 0x7fffffffd750
               Native = 0x7fffffffd748
               Message Text = 0x7fffffffd760
               Buffer Length = 500
               Text Len Ptr = 0x7fffffffd74e
[ODBC][27847][SQLError.c][541]
          Exit:[SQL_NO_DATA]
[ODBC][27847][SQLAllocHandle.c][511]
          Entry:
               Handle Type = 3
               Input Handle = 0x507ce0
[ODBC][27847][SQLAllocHandle.c][641]Error: IM003
[ODBC][27847][SQLError.c][424]
          Entry:
               Connection = 0x507ce0
               SQLState = 0x7fffffffd750
               Native = 0x7fffffffd748
               Message Text = 0x7fffffffd760
               Buffer Length = 500
               Text Len Ptr = 0x7fffffffd74e
[ODBC][27847][SQLError.c][461]
          Exit:[SQL_SUCCESS]
               SQLState = IM003
               Native = 0x7fffffffd748 -> 0
               Message Text = [[unixODBC][Driver Manager]Specified driver could not be loaded]
[ODBC][27847][SQLError.c][424]
          Entry:
               Connection = 0x507ce0
               SQLState = 0x7fffffffd750
               Native = 0x7fffffffd748
               Message Text = 0x7fffffffd760
               Buffer Length = 500
               Text Len Ptr = 0x7fffffffd74e
[ODBC][27847][SQLError.c][461]
          Exit:[SQL_NO_DATA]
[ODBC][27847][SQLError.c][504]
          Entry:
               Environment = 0x507700
               SQLState = 0x7fffffffd750
               Native = 0x7fffffffd748
               Message Text = 0x7fffffffd760
               Buffer Length = 500
               Text Len Ptr = 0x7fffffffd74e
[ODBC][27847][SQLError.c][541]
          Exit:[SQL_NO_DATA]

We are having similar issue. Could you please let me know how to resolve this issue. If using 32-bit driver is the only solution, please provide the URL to download this.
Linux gahfndev02 2.6.9-42.0.3.ELsmp #1 SMP Mon Sep 25 17:24:31 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 22 16:56:41 2007

Similar Messages

  • TS1398 Hello, my iPod touch is not working right. It says its connected but if I select App Store, safari and other apps that require wifi pops out a note saying either"error loading" or "cannot connect to iTunes Store" and would exit the app automaticall

    Hello, my iPod touch is not working right. It says its connected but if I select App Store, safari and other apps that require wifi pops out a note saying either"error loading" or "cannot connect to iTunes Store" and would exit the app automatically. Please help.
    Thank You.

    See:
    Can't connect to the iTunes Store

  • My macbook will pair with device and say its connected but won't connect

    my macbook will pair with a bluetooth device and say its connected but won't connect

    You need to supply more specifics.  The device(s) need to be identified.
    Barry

  • I am trying to install software for iTwin Connect, but after downloading the dmg file and launching the program, I receive a message saying the file can't open and to check my internet connection.  Any ideas?

    I am trying to install software for iTwin Connect, but after downloading the dmg file and launching the program, I receive a message saying the file can't open and to check my internet connection.  Any ideas?

    Many Thanks, Kurt.
    I knew I'd seen the solution you've provided somewhere - either in MacWorld or MacFormat - but couldn't remember the Gatekeeper bit!
    I shall save it somewhere VERY safe now in case this happens again …
    You have made an old man very happy and saved me from worrying that senile decay had suddenly set in. (I was 70 last week so you might understand the situation from that.)
    Best wishes
    OllyanDinah

  • When trying to make calls the timer starts counting as if i am connected but i can't hear anything and my speaker button has turned blue

    when trying to make calls the timer starts counting as if i am connected but i can't hear anything and my speaker button has turned blue

    Did you use the latest backup after setting it up "as new device"? If yes, try again, this time without using the backup, maybe it contains damaged data causing your problem.
    If this does not bring any change, you should get it serviced.

  • My Bluetooth connects, but does not recoginize my voice and does not read out text over the bluetooth

    I connect my Bluetooth (Moto Hint Bluetooth Ear bud) or my Samsung Bluetooth. It says connected but when I receive a call and say answer it does not answer the call, nor does it read out who is calling. I have allowed both devices to access my phone book/contacts. These devices worked fine on my Samsung Galaxy S4, but don't seem to work on the Motorola Turbo. Did I forget or miss something when setting up my phone? I even erased the Cache Partition thinking maybe somehow that is the problem, but nothing. Thanks!

        Ensuring your Bluetooth is working is very important jwralston. Especially if you are driving. Has this ever worked for you? If so, when did you start experiencing difficulites? What make and model Bluetooth are you using?
    Thank You,
    MichelleL_VZW
    VZW Support
    Follow us on Twitter @VZWSUPPORT

  • Internet disconnects, wifi still connected but won't send audio to AirPlay Speakers

    This is getting really frustrating. No one has any solutions, there was a UNIX command one that claimed to work for a lot of people, but it ruined my POS software and had to revert back.
    Disconnects from everything connected to the router, but every single other device works fine.  This problem only occurs with my iMac, just like all of the other threads around the internet.

    Some users with various Wi-Fi connection problems have reported that they were given the following instructions by Apple Support, sometimes with success. I can't vouch for this procedure myself. After completing the procedure, you'll have to recreate all your settings in the Network preference pane. Make sure you know how to do that before you begin. Taking screenshots of the preference pane may be helpful.
    Step 1
    Back up all data.
    Triple-click the line below on this page to select it:
    /Library/Preferences/SystemConfiguration
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A folder should open with an item named "SystemConfiguration" selected. Move the selected item to the Trash. You may be prompted for your administrator password.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.
    Step 2
    Reset the System Management Controller

  • Macbook pro has wifi connected but won't open internet - says computer offline - works fine on ethernet and other pc's

    Any ideas on how to resolve this issue - wifi is connected but the web browser won't open - gives message that computer is offline. It works fine on ethernet and also on other computers in house. no other modem or devices in home.
    computer one year old.

    He advised me to 'back up' everything and 'reformat' the computer.
    I have been looking at how to do these tasks - not 100% on both.
    The quickest way to do this is to create a clone copy of your existing internal Macintosh HD. You can create this copy using applications like Data Backup, Carbon Copy Cloner, or SuperDuper!.
    I use an external USB HDD for the clone copies.
    The following AppleInsider article will give you an idea on how to use Carbon Copy Cloner to make a clone backup of your Mac's hard drive.

  • Airport Card finds network and says connected but won't let me on internet!

    My airport is on and finds a network, shows full strength of signal (like it's done for the past 8 months). But it has stopped letting me onto the internet. Safari and Mail hang and say they are not connected. If I go ahead and plug the ethernet cable in (from same network) it starts up fine. I live in a hotel and have done the same thing for 8 months, why today would it start doing this? Can anyone help. This is my first mac and I haven't the foggiest how to deal with this. I've turned airport off, restarted, turned it back on etc. It always finds a signal and says it's ready, but won't let me onto the internet. Thanks for any help you have.

    Is the internet service also password protected? (As in, do you need a password for both the wireless and for the internet connection?) If so, then when you run the "assist me" option you should set up a PPP connection. That's my situation but I still have problems with it remembering my settings after rebooting or disconnecting...

  • MacBook Pro wifi connected but won't load Internet

    I've connected my MacBook Pro to my local wifi connection and it tells me that it is connected, but I can't run anything on it that needs an Internet connection (eg. Google Chrome, Skype etc.)
    I've ran the 'Assist Me' checks in the Network Preferences and results have found the wifi connection to be positive..
    I am so confused by this!! Somebody please help?!

    First contact your ISP.  You need to confirm that the issue is not on their end.
    Change your router channel.  Sometimes this is all you will have to do.
    Power cycling the router.  Read the router's user manual or contact their tech support for instructions.
    System Preferences/Internet & Network/Network
    Unlock the padlock
    Locations:  Automatic
    Highlight Airport
    Click the Assist Me button
    In the popup window click the Diagnostic button.
    System Preferences/Network- Unlock padlock.  Highlight Airport.  Network Name-select your name.  Click on the Advanced button.  Airport/Preferred Networks-delete all that is not your network.
    Place a check mark next to "Remember networks this computer has joined."  Click the OK button and lock the padlock.  Restart your computer.
    http://support.apple.com/kb/TS1920 Mac OS: How to release and renew a DHCP lease
    No internet connection (wireless)
    Check to see if an extra entry is present in the DNS Tab for your wireless connection (System Preferences/Network/Airport/Advanced/DNS).
    Delete all extra entries that you find.
    Place a check mark next to "Remember networks this computer has joined."
    Other resources to check into:
    Configuring 802.1X in Mac OS X Lion and Later
    Non-responsive DNS server or invalid DNS configuration can cause long delay before webpages load
    Netspot
    How to diagnose and resolve Wi-Fi slow-downs
    Pv6 troubleshooting
    OS X Mountain Lion: Check the status of your network connections
    OS X Mountain Lion: Requirements for wireless Internet access
    What Affects Wireless Internet?
    Solutions for connecting to the Internet, setting up a small network, and troubleshooting
    If using one of Apple's Airport routers, read its user manual or post in its forum area. If using a 3rd party router, read its user manual, contact their tech support department/website or post in its forum area.  Another possible solution - read mammothsuziq response https://discussions.apple.com/message/22082360#22082360

  • Have Wifi connection but won't load

    My Iphone 3g  indicates wifi connection after finding and connecting to my office router but won't load Itunes, App store or Safari pages, it will however connect via 3G. The phone is using Orange as the carrier and the phone was previously on the o2 network but was unlocked by o2 prior to putting in an Orange sim.
    I have an identical Iphone (for business use) which connects fine, this is running on an O2 network but is otherwise identical.
    Any suggestions are really appreciated.
    Many thanks.

    If you are running Lion 10.7.2 please try Lion WiFi  problems fix, if you have trouble understanding it then watch the WiFi Lion Fix on YouTube . Your issue also could be with your router, it may be using a older firmware version. You will need to refer to the router mfg for instruction on how to update the router.

  • Has anyone else had a problem with closing their Macbook Pro (latest model) and after you open it back up the internet shows as connected but won't pull up websites whatsoever?

    Occasionally, I will close my Macbook Pro when I'm not using it, and when I reopen it my wireless network shows as being connected, but the internet will not function whatsoever.  I tried disabling the WIFI and re-enabling it but the problem persisted.  Ultimately I have to just restart then everything works fine.  I even tested my cell phone (which uses my home WIFI also) and was able to pull up websites, which isolates the problem to the computer.
    Seems like after the computer goes on Standby or Sleep, it only has the trouble immediately after.  Any help will be greatly appreciated!

    Thanks so much but none of that helped.  It was driving me crazy because it would back up another external drive.  I just changed the name of the drive from iPhoto/iTunes Library to Media Libraries and IT WORKED!! I guess for some reason it didn't like the drive being called iPhoto or iTunes ???? I don't understand but I have tried so many solutions and exchanging things out but the name change did it????!!!
    Thank you for your help and replying to this.  Guess I made my own issue!

  • Have wifi connection but won't let me connect to itunes or do anything else

    Have a wi fi connection but can not do anything and when I try app store it says cannot connect to itunes store

    Can't connect to the iTunes Store

  • Wifi connected but won't load

    My ipod touch is connected to my mac via airport:
    - my mac is loading pages ok, and displays the arrow up airport icon (sharing)
    - no WEP,
    - i can see my assigned DHCP and subnet numbers in ipod wifi settings
    - i get the blue signal icon in top left hand corner
    It would be reasonable to assume at this point my ipod is connected,
    BUT every app on the ipod says "Cannot Open xxx, because it is not connected..."
    Haven't found an answer to this anywhere, it was working up unitl recently, tried resetting network on the ipod.
    Can someone from Apple please respond???

    Welcome to Apple Discussions
    This is a discussion board of fellow users and not Apple employees. If you feel you need Apple Support then you can either call them or visit an Apple store and speak with a Genius.
    Let's review what you have going on.
    1. You are running an Airport Base. - You are broadcasting in b/g/n modes, correct?
    2. You have no encryption set up. - You should really set up WPA to protect yourself.
    3. When your touch is connected to the network and you tap the little blue > next to your network name you see what? Is your IP address 192.168.x.x; subnet mask 255.255.255.0; Router IP address 192.168.x.x; DNS is the same as your router address?
    4. If all of the above are good, then try typing this address into the touch version of Safari: http://74.125.45.100. You should land on the homepage of Google. If not, you need to figure out what is going on with your ISP's DNS service. You may want to set your router to use the DNS addresses of OpenDNS (www.opendns.com).
    Good luck and respond with what you find.

  • I have an old iPod Classic that still works fine but it is having difficulty establishing a connection to my computer.  It will make an incomplete connection but it takes a long time and the computer hangs up until the connection is made. iTunes can't see

    I have an old iPod Classic.  It still plays the music on it out of either port.  It is having trouble connecting to my Windows 7 (64bit) computer.   It takes about 30 seconds or more to connect and hangs the computer until it does.  Even though it shows up in connected USB devices and in Windows explorer it doesn't seem right.  Sometimes it does not make a connection and when it does make a connection iTunes cannot detect it, even though iTunes sometimes automatically launches when I plug in the iPod.  I've tried two different sets of cables with the same results.

    Check the iPod Hardisk health with the iPod  Disk Diagnostic, as posted by tt2
    https://discussions.apple.com/message/17776595#17776595
    It wont fix your problem, but may tell help troubleshoot, why it is freezing iTunes, especially when the Pending and Realloc numbers are high.
    have a nice day!

Maybe you are looking for

  • Error in setting up current benefit area

    Hi Gurus, I am doing configuration in Benefits administration. As the first step I defined benefit area, and then assigned to the currency. I was trying to get into Set current Benefit area node but it says no value found and it does not allow me to

  • How to map DEPB discount in import pricing

    Dear All, One of my client requires DEPB discount to be mapped in SAP. In this DEPB discount (value) will get reduce from the customs duty and same will be reduced from the material account. eg. Description                 - value   - vendor         

  • How to Install oracle warehouse builder repository

    OS Enterprise linux for oracle database 11G I have installed oracle warehouse builder 11G . Pls tell about any link to install Repository in linux environment.

  • Sorting contents of a JTREE

    Hi all.. I have a Jtree that needs to be sorted. How can it do it fast and efficiently as the size of the tree can be huge. I have the tree contents that has depth of max 4 or 5. Your help on this is greatly appreciated. Thanks Srivarun

  • I got the following error while installing Oracle 9i release 2 on Red Hat

    Error occurred during initialization of VM Unable to load native library: /tmp/OraInstall2003-07-27_06-20-30PM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference