Oracle10.1.0 and gcc3.4.3 ,getString error

environment:
Red Hat Enterprise Linux AS release 4 (Nahant)
Oracle Database 10g Enterprise Edition Release 10.1.0.3.0
gcc3.4.3
ORACLE_HOME = /u01/app/oracle/product/10.1.0/db_1
compile command is:
g++ -o a.out -I/u01/app/oracle/product/10.1.0/db_1/rdbms/public -L/u01/app/oracle/product/10.1.0/db_1/lib -L/u01/app/oracle/product/10.1.0/db_1/rdbms/lib/ -locci -lclntsh test.cpp
I have a OCCI program test.cpp,
if I use Oracle website's gcc3.2.3's lib,compile is ok,but when use ResultSet's getString, error:*** glibc detected *** double free or corruption (!prev): 0x083f5a98 ***
but when changed to gcc3.4.3's lib, error:
/u01/app/oracle/product/10.1.0/db_1/lib/libocci.so: undefined reference to `OCIClientVersion'
/u01/app/oracle/product/10.1.0/db_1/lib/libocci.so: undefined reference to `OCILobArrayWrite'
/u01/app/oracle/product/10.1.0/db_1/lib/libocci.so: undefined reference to `OCILobArrayRead'
/u01/app/oracle/product/10.1.0/db_1/lib/libocci.so: undefined reference to `OCIPClearMxCtr'
/u01/app/oracle/product/10.1.0/db_1/lib/libocci.so: undefined reference to `OCIPIsStmtSelectForUpdate'
who can help me ?

can you please refer this page and try again ?
http://download-east.oracle.com/docs/cd/B19306_01/install.102/b15660/post_inst_task.htm#sthref939

Similar Messages

  • Installing Adobe Photoshop 10. Using Windows 7 and IIE.  Get message "error:1"

    Installing Adobe Photoshop 10.  Using Windows 7 and IE.  Gt message  "error:1"

    Not sure what CS3 is.  Attached is a screen shot of the error message I get when trying to use Photoshot Elements 10.
    Looks like I can't attach a Word or PDF document or paste an immage.
    This forum may not be very user friendly.
    Let mehttp:// know if there is another way to communicate.
    Thanks,
    Phil
    <Removed by Moderator>

  • I have just purchased a lightning to 30 pin adaptor to use on an iPad mini and a gen5 iPod touch both devices are running iOS 8.1.3 and come up with The error message "this accessory is not supported by this device "

    I have just purchased a lightning to 30 pin adaptor to use on an iPad mini and a gen5 iPod touch both devices are running iOS 8.1.3 and come up with The error message "this accessory is not supported by this device "
    THis is means they are not charging on a 30 pin cable and the touch won't work in my Apple iPod dock - no audio out or charge. Have re powered both devices to no avail am wondering if the iOS version is the problem
    Help!

    If it is a lightning to 30 pin adaptor, and you have a 7th Generation Nano it has to fit the Nano.
    This is lightning to 30 pin adapter: http://www.bestbuy.com/site/Apple%26%23174%3B---Lightning-to-30-Pin-Adapter/6651 936.p?id=1218803450821&skuId=6651936#tab=overview
    Is this what you bought?
    You need to contact Sony and see if they model you have is compatible with the docking adapter. It may not be.

  • Image Capture and Preview "folder not writable" error importing to shared folder

    I'm running 10.8.5 on a Late 2012 model Mac Mini. I'm trying to create a folder under my home directory where my wife can import pictures using Image Capture or Preview while logged into her account. I've tried setting permissions on the folder by setting POSIX permissions and ACLs from the command line, and also by setting ACLs using Get Info in Finder, but it seems as though both Image Capture and Preview ignore the ACLs and instead rely solely on the POSIX permissions for everyone/other (even when a relevant group is set). Unless the POSIX permissions for everyone/other are "rwx" Image Capture and Preview both give an error that the import failed, and /var/log/system.log shows errors that the "folder is not writable". I'd like to be able to set this up without making the folder and the files in it writable by everyone. My understanding was that ACLs should take precedence over POSIX permissions, but even the POSIX permissions don't seem to be getting handled properly, because the group is ignored. Any help or explanation of what's happening would be appreciated.
    Here's an example with details:
    Suppose we have the users alice and bob. We want to set permissions on the directory /Users/bob/importdir such that Alice can import files from a camera there using Image Capture (or Preview, either would do), but don't want to relax the permissions more than necessary.
    We create a group named bob_and_alice
    We set the following permissions on /Users/bob:
    POSIX: rwxr-xr-x, owner=bob, group=staff (i.e. default POSIX permissions)
    ACLs:
    0: group:everyone deny delete
    1: group:bob_and_alice allow list,search,readattr,readextattr,readsecurity
    2: user:alice allow list,search,readattr,readextattr,readsecurity
    "Get Info" shows "Read & Write" for bob and "Read Only" for alice, bob_and_alice, staff, and everyone
    We set the following permissions on /Users/bob/importdir:
    POSIX: rwxrwxr-x owner=bob, group=bob_and_alice
    ACLS: (these are already probably more permissive than should be necessary)
    0: group:bob_and_alice allow list,add_file,search,delete,add_subdirectory,delete_child,readattr,writeattr,re adextattr,writeextattr,readsecurity,writesecurity,file_inherit,directory_inherit
    1: user:alice allow list,add_file,search,delete,add_subdirectory,delete_child,readattr,writeattr,re adextattr,writeextattr,readsecurity,writesecurity,file_inherit,directory_inherit
    "Get Info" shows "Custom" for both alice and bob_and_alice, "Read & Write" for bob, and "Read Only" for everyone
    Alice opens a Terminal and cd's to /Users/bob/importdir. Alice can create and delete files in this directory.
    Now Alice opens Image Capture and with our camera connected we try to import a photo to /Users/bob/importdir. Image Capture shows an error dialog with the text "Import error. An error occurred while importing. The item 'foo.jpg' was not imported." /var/log/system.log shows the message: "Jul 20 22:12:34 computer_name.local Image Capture[32804]: Document destination folder is not writable" If instead Alice uses Preview it shows an error dialog with the text "The selected folder is not writable" and /var/log/system.log shows two error messages:
    Jul 20 22:23:45 computer_name.local Preview[33280]: Document destination folder is not writable
    Jul 20 22:23:45 computer_name.local Preview[33280]: Encountered error during image import: Error Domain=com.apple.ImageCaptureCore Code=-9934 "The selected folder is not writable" UserInfo=0x7ffda4881f00 {NSLocalizedDescription=The selected folder is not writable}
    Now we change the POSIX permissions on /Users/bob/importdir to: rwxrwxrwx
    The import succeeds with both Image Capture and Preview
    Can anyone explain what's going on here? Is there another reasonable way to do this without, moving this shared directory to /Users/shared?

    Did you figure out how to fix this?

  • I have a song that wont download  that i just bought from the itunes store and it says that it is corrupted and that there is an error that is err=100000

    i have a song that wont download  that i just bought from the itunes store and it says that it is corrupted and that there is an error that is err=100000

    I just posted a possible solution here - https://discussions.apple.com/message/17908124#17908124

  • The company I work for has given me an iPhone, but I haven't been able to download any apps. I've created an apple account, it claimed that it had been verified, but everytime I go to download something, it verifies again and claims there's an error.

    The company I work for has given me an iPhone, but I haven't been able to download any apps. I've created an apple ID account, it claimed that it had been verified, but everytime I go to download something, it verifies again and claims there's an error. I've tried this now with 3 different emails, and the message reads: go to the iTunes support page. I've emailed Apple, and they were extremely unhelpful. I was given the most vague responses by Bidyut from the iTunes Store Customer service team. I would just like to be able to use this phone since I'm paying for it.

    It might be helpful if you told us exactly what the error was... If you don't give us specifics, the best you're going to get is vague responses.

  • I'm trying to update my iphone 3GS to the 4.3.4 version and I am getting the error message "This version of itunes (version 9.1.1) is the current version.  How do I update my PHONE and why is an itunes update being confused for my iphone?

    I'm trying to update my iphone 3GS to the 4.3.4 version and I am getting the error message "This version of itunes (version 9.1.1) is the current version.  How do I update my PHONE and why is an itunes update being confused for my iphone?

    You need iTunes 10.0 or greater to update your phone...iTunes isn't confused at all. If you're on a Mac, you'll need OS X 10.5.8 or greater to update iTunes to 10.0 or greater.

  • Trying to download iOS 7.1 and I get a "Network Error" message. How can I fix this?

    Hello. Today iOS 7.1 came out and I want to get it.  I currently do not have 2.5GB of free storage on my iPhone 5s so I wanted to use iTunes to download and install iOS 7.1.  The problem is that every time I try to download iOS 7.1 I get a "Network Error" message (screenshot provided).  The alternative I tried to use is downloading the IPSW file directly from the internet but I also get a network error (screenshot provided).  I was able to download anything and everything else I wanted to download today but only get this error when downloading an Apple IPSW file.  I downloaded iOS 7.0.6 less than a week ago through iTunes and didn't have an error but with iOS 7.1 I am having many difficulties.  I disconnected my internet and tried again but still no success.  Does anyone have any suggestions to fix this problem?  Any input will help!  Thanks so much!
    The error through iTunes
    The error through Google Chrome

    Try directly from your device. I had the same problem but it updated when i tried from the device itself.
    General > Software Update > Update

  • My itunes won't work so i tried reinstalling and when it starts an error pops up that says: "the feature you are trying to use is on a network resource that is unavailable. click ok to try again, or enter an alternate path to a folder containing the insta

    my itunes won't work so i tried reinstalling and when it starts an error pops up that says:
    "the feature you are trying to use is on a network resource that is unavailable. click ok to try again, or enter an alternate path to a folder containing the installation package 'Itunes.msi' in the box below
    please help, its frustrating

    first, head into your Add/Remove programs and uninstall your QuickTime. if it goes, good. if it doesn't, we'll just attend to it when we attend to itunes.
    next, download and install the revo uninstaller http://http://www.revouninstaller.com/revo_uninstaller_free_download.html. use it to clear any existing itunes and/or QuickTime installation configuration information from the PC.
           next download itunes. it worked for me hope this is helpful!!
        oonce you get into the revo uninstallergo thru to delete itunes hit uninstall on the itunes icon then you will go thru to it will tell u the same nmessage about the feature and network hit cancell then go thru and hit scan (make sure bthe advance scan button is pushed) this will take awhile but go thru the list and hit everything associated with itunes. hit delete then install itunes again. it worked for me hope it works for you!

  • I am trying to burn a cd from my itunes playlist but it keeps canceling my burn and says their is an error 4450. What am I doing wrong?

    I am trying to burn a cd from my itunes playlist but it keeps canceling my burn and says their is an error 4450. What am I doing wrong?

    Could you post your diagnostics for us please?
    In iTunes, go "Help > Run Diagnostics". Uncheck the boxes other than DVD/CD tests, as per the following screenshot:
    ... and click "Next".
    When you get through to the final screen:
    ... click the "Copy to Clipboard" button and paste the diagnostics into a reply here.

  • I recently tried to update iTunes to 11.1, and am now getting an error message "This application has failed to start because MSVCR80.d11 was not found."  I have uninstalled and reinstalled iTunes multiple times.  Am running Windows XP Svc Pack 3.  help

    I recently tried to update iTunes to 11.1, and am now getting an error message "This application has failed to start because MSVCR80.dll was not found.  Reinstalling the application may fix this problem."  I have uninstalled and reinstalled iTunes several times with no success.  I am running Windows XP Svc Pack 3.  Help please.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99753)

  • I am trying to install this app on my macbook air and i am getting an error

    I am trying install iPhoto and I am getting this error message:
    "These apps can't be accepted on this computer
    Future updates of these apps can be found through Software Update."

    No. Older ones did, recent ones should be managed via the App Store.
    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applications Folder to the trash)
    2a: On 10.5:  Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name.
    2b: On 10.6: Those receipts may be found as follows:  In the Finder use the Go menu and select Go To Folder. In the resulting window type
    /var/db/receipts/
    2c: on 10.7 they're at
    /private/var/db/receipts
    A Finder Window will open at that location and you can remove the iPhoto pkg files.
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only.
    If you purchased it on the App Store or have a Recent Mac you can find it in your Purchases List.
    If that doesn't help you'll need to contact App Store support.
    Regards
    TD

  • I keep getting error message, "can't open application PACE because PowerPC applications are no longer supported." I've run Clean My Mac and I still get the error.

    I keep getting error message, "can't open application PACE because PowerPC applications are no longer supported." I've run Clean My Mac and I still get the error.

    Use the Finder "Go" menu while holding down the option key to expose your User / Library folder.
    Look in the Application Support folder for PACE items and delete them.

  • Itunes recently attemped to upgrade to the next version on two of my Windows computers, and now I get an error message

    My Windows computers (one Windows Vista computer, one XP sp3 computer)  recently attemped to upgrade Itunes to the latest version, and now, I get an error message that reads:
    Runtime Error
    R6034
    An application has made an attempt to load the C runtime Library incorrectly.  Please contact the application's support team for more information.  When I click OK, I get another error message tat states "Itunes was not installed correctly.  Please re-install Itunes.  Error 7 (Windows Error 1114).When I re-install
    When I re-install Itunes, I get the same result.
    Now, Itunes will not work.  I cannot play any of my Pod Casts, or downloaded music.  Quick Time Player, and any other Apple application does not work.  What, if anything, is being done to fix this?

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    The information in the first link is Apple's only public acknowledgement of this issue. No other actions they're taking to address this are publicly known.
    (100293)

  • I downloaded updates to iphoto and computer erred on install. I cannot open iphoto. I decided to reinstall iphoto from app disk and now I get an error message"......iphoto may be damaged or incomplete"  Any suggestions how to get iphoto going again???

    I downloaded updates to iphoto and computer erred on install. A report went to Apple.
    I cannot open iphoto. I decided to reinstall iphoto from my app disk and now I get an error message"......iphoto may be damaged or incomplete"  Any suggestions how to get iphoto going again???
    My iphoto library still exists and I don't want to lose it.

    https://discussions.apple.com/community/ilife/iphoto

Maybe you are looking for

  • Integrated WebLogic Server won't start

    Hi, Hope someone can help asap, as I am about to tear my hair out :-) Hopefully it's something straight forward and just can't see it from staring at it for too long!! OS: Windows 7 Pro 64-bit Same happens, with or without the WebCenter Extensions in

  • How to use the same element in different photoshop files?

    It occurs to me often that I use the same element in different photoshop files, a header or footer shown in the example below. So when the footer changes in one document, I need to change this footer in every other single document. Is there a possibi

  • 3.1EA1: Teradata 'database' command throws 'unknown command' error

    I'm able to connect to TD using SQL Developer 3.1. I then try and switch databases using TD's 'database' command and receive the below error. If it helps, I use this command frequently in both bteq and winSQL. Having said that, I'm very excited to se

  • LR 4.1 RC2 Chromatic Aberration Setting Missing

    LR4.1 RC2 for Mac. In the Develop Module under Lens Corrections, the CA option is no longer present. It was there in the previous RC. In the Sync Settings, it is a still a selectable option.

  • Sereen exit for me21n

    Hi  All, am using the screen exit in me21n i.e in item data i.e. MM06E005    & also i found the screen but where should i declear the internal table i.e global decleration. am using table control into the subscreen. so plz give me steps or any sample