How to make 32 bit software to contact 64 bit oracle

Hi
I m using Oracle 10G 64 bit in Windows 64 bit server. Our Product is a 32 bit software and when i m trying to create database using our product it is throwing JDBC Driver error. So i installed 32 bit Oracle client and set the user env variables for client oracle home and path. but still i m not able to create the database because it is taking the client Oracle home which should not happen. i m totally confused now and not sure how to achieve the end goal. Can anyone help me on how to contact 64 bit Oracle using a 32 bit client software.
Thanks
Ram

Hi Aman
Sorry for late reply, was sick.
we ship the product to the customer where it is supposed to do it this way.
below is the error we are getting:
Data store 'historical' is broken: status is DRIVER.
This is specific to our product and This says that 32 bit product with its driver is not able to contact 64 bit oracle driver. So i introduced Oracle Client where our 32 bit product will speak with our 32 bit oracle client and oracle client inturn will speak with 64 bit oracle server. But again there was a confusion in this setup. When i did the Environment variables configuration, our product is trying to create the database in 32 bit client oracle home path which is not correct. Kindly suggest me if u have any idea on this.
Thanks
Ram

Similar Messages

  • HT201436 how to make personal ringtone for each contact

    how to make personal ringtone for contacts

    You create the ringtone - Google will find several ways to do this.
    Then sync them to your iphone.
    Then go to the contact and select the ringtone you want

  • How to make a Installable software

    Hi friends,
    I made a software using JMF(multimedia project).I wan't to make it a installable software.I don't know how to make it.For this which jar file is needed?How to create it?
    Any informations get Appreciated
    Regards
    Sudheesh.

    There might be a number of ways to install this JMF
    based project. I recommend the one that is free,
    & supported by Sun.
    Web-start. Here is one example.
    http://www.javasaver.com/testjs/jmf/
    (that example works off the net, but it can
    be made to work directly off a disk)

  • How to make an appointment with a contact from the address book directly to iCal

    What is the easiest way to make an appointment with a contact from the address book. My idea is that once you identify a contact down the bottom where it has Text message Share contact, add to favorites it would be nice if it had make appointment in iCal. The open up iCal to todays date and go from there with all the relevant details?

    In the Print dialogue box select Lists in the Style drop down box.

  • How to make column range based on a column in Oracle BI 11g

    Hello everyone!
    I want to know, how to make column range from a column in oracle bi 11g.
    for example!
    I have a column amounts and I want to build on this with other values of quantity, other column range 1-9,10-49,50-99,100-249, 249 o more.
    regards!
    when I try to make the range I have error.
    Syntax error [nQSError: 26012] . (HY000)
    SQL Issued: SELECT CASE WHEN "CUBO_DEEE_TAB"."CANTIDAD" BETWEEN 1 AND 9 THEN 1 a 9 ELSE "CUBO_DEEE_TAB"."CANTIDAD" END FROM "DM_DEEE"
    Edited by: 964157 on 09-oct-2012 11:50

    You cannot add columns dynamically. But you can define a maximum number of numbers and then hide unused columns in your form useing SET_ITEM_PROPERTY(..,VISIBLE, PROPERTY_FALSE);

  • How to make a back up of contact list

    I have been using blackberry for years, but now I got new cell phone and need to transfer my contact list from memory of blackberry to other phone. How can I do that? Even phone carrier was unable to give me advise.
    Thank for all answers
    Blackberry curve 8520

    Hi madcostumer
    I am unaware of what your new device is and also what format of files does it support.
    Credit sdgardne :
    If the device can synchronize to a Desktop Organizer (e.g., Outlook), then you should get your BB now synchronizing to the organizer so that your data will be there, ready to use on your new device:
    KB12268Synchronization support for BlackBerry Desktop Software for Windows
    KB03315 How to synchronize organizer data using the BlackBerry Desktop Software
    If your new device can't handle synchronization but can import a file (e.g., CSV), then export your data from your BB to that file, and then massage it (with Excel, e.g.) so that it meets whatever requirements there are for your new device, and then import that.
    KB24488 How to export contacts from a BlackBerry smartphone using BlackBerry Desktop Software 6
    http://www.blackberryos.com/downloads.php?do=cat&id=110
    So, your method depends very heavily on the capabilities of your new device...you need to know how that works.
    Good Luck
    Prince
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • How to make 64-bit JVM default on Solaris 10

    Hi,
    I am running my application on Solaris 10. Currently, my application uses JRE 1.6 32-bit version. I am trying to make it work with JRE 1.6 64-bit version. I successfully installed 64-bit java using the instructions here: [http://www.java.com/en/download/help/5000011500.xml] and am able to invoke 64-bit java using either $JAVA_HOME/bin/java -d64 or by using $JAVA_HOME/bin/sparcv9/java.
    My application always invokes the java executable under *$JAVA_HOME/bin*. By default, this is invoking the java 32-bit version which I do not want. Of course, I could add the -d64 option to all calls to java in my application. However, I do not want to do that as java is being called from a number of scripts and some scripts are also being shared between multiple platforms.
    How do I make the 64-bit java the default? I tried copying over the java executable from under *$JAVA_HOME/bin/sparcv9* to *$JAVA_HOME/bin*. This seems to invokes the java 64-bit version correctly from within my application. However I do not know if this is the right thing to do or if it has adverse side effects.
    Any help/inputs will be greatly appreciated!
    Thank you so much.

    So, it may be better to create links in $APP_HOME/bin/java that point to the binaries in /usr/jdk/version-you-want-to-use/bin/sparcv9 rather than copying binaries.
    To see current java links: (I edited all non-java-related links out of listing)
    -> ls -la /usr/bin/j*
    lrwxrwxrwx 1 root other 15 Oct 1 2007 /usr/bin/jar -> ../java/bin/jar
    lrwxrwxrwx 1 root other 21 Oct 1 2007 /usr/bin/jarsigner -> ../java/bin/jarsigner
    lrwxrwxrwx 1 root other 16 Oct 29 2007 /usr/bin/java -> ../java/bin/java
    lrwxrwxrwx 1 root other 17 Oct 1 2007 /usr/bin/javac -> ../java/bin/javac
    lrwxrwxrwx 1 root other 19 Oct 1 2007 /usr/bin/javadoc -> ../java/bin/javadoc
    lrwxrwxrwx 1 root other 17 Oct 1 2007 /usr/bin/javah -> ../java/bin/javah
    lrwxrwxrwx 1 root other 17 Oct 1 2007 /usr/bin/javap -> ../java/bin/javap
    lrwxrwxrwx 1 root other 18 Oct 29 2007 /usr/bin/javaws -> ../java/bin/javaws
    lrwxrwxrwx 1 root other 24 Oct 29 2007 /usr/bin/jcontrol -> ../java/jre/bin/jcontrol
    lrwxrwxrwx 1 root other 15 Oct 1 2007 /usr/bin/jdb -> ../java/bin/jdb
    lrwxrwxrwx 1 root root 30 Oct 1 2007 /usr/bin/jmplay -> ../jdk/packages/jmf/bin/jmp
    lay
    lrwxrwxrwx 1 root root 50 Oct 1 2007 /usr/bin/jnlp2pkg -> ../jdk/packages/org.jdesk
    top.jdic-0.8/bin/jnlp2pkg
    lrwxrwxrwx 1 root root 13 Oct 1 2007 /usr/bin/jsh -> ../../sbin/sh
    BTW, on my machine (SunFire v445, Solaris10, 64-bit)
    isainfo -v produces this:
    -> isainfo -v
    64-bit sparcv9 applications
    vis2 vis
    32-bit sparc applications
    vis2 vis v8plus div32 mul32
    So, what will this do for me?
    or even better $(JAVA_HOME)/bin/`isainfo -v`/Edited by: SolarisSAinPA on Jun 12, 2008 5:38 PM
    Added listing of java-related-links

  • How to make the messages from ONE contact only sil...

    Hello,
    is there any way, even with paid 3rd party software, to make the messages that come only from one contact silent? That means that i want to have the profil to outdoor or general or whatever, when people call me or send me messages the phone to ring, when the contact X will call me to ring, but when this particular contact X send me messages the phone to be silent.
    I have the nokia E6-00

    http://www.apple.com/feedback/iphone.html

  • How to make a bit field (multiple bits selectable) structure?

    I'm develping a program to communicate with an external device, and it has a specific protocol. Often times, I need to make structs/typedefs of specific type (u8/u16/u32) that have values defined by multiple selection. For example, the protocol asks for the following:
    The field is a bit field structure (multiple bits can be set simultaneously) defined as follows:
    typedef u_16 COMM_TYPES;
    #define A 0x8000
    #define B 0x4000
    #define C 0x2000
    #define D 0x1000
    How would you recommend implementing this? I've tried looping through a listbox in combination with a text ring that has the name and value pairs, but its cumbersome doing for each unique typedef (see image below)

    That's what I would do.  Other than I might use OR instead of sum, but that shouldn't make a difference.
    The other possibility would be to take the array of index values,  to a 2^x where x the array of indices, then add that.  This assumes that every index in the array matches bit for bit with the enum values.  Nothing is missing, and array element 0 corresponds to bit 0.  In your case, your order is reversed, but you can reverse the array.  And all your values are in the highest nibble of the highest byte (hex ?000)  So you'd have to do some bit shifting or multiplication to get the actual values.
    But I think this would make your code that much more fragile.  I would just do what you have shown.

  • How to make an Excel file from Contacts in Address Book?

    I'd like to save the contents of my Address Book in an Excel file. How do I do it. Address Book doesn't seem to export to a common SS format.
    Thanks!

    Build an Automator workflow that gets the Contacts you want (like Get Selected Contacts), then add a Get Contact Info and select the items you want. Set the Export format to Spreadsheet (tabs).
    Then, add an action to create the new file (New Text Edit Document).

  • I need to know how to make a copy of my contacts from my iphone to my PC?

    I cannot get my contacts to appear on my PC so I can make a copy.I am due to recive a new company phone today and I do not want to lose my contacts.I am unsure of what type phone my next one will be.But I do know that I will be with Verizon Wireless.Is there a way to get my contacts over to the new phone even though it is with Verizon.If not I need to copy them as not to lose them.i am giving my iPhone to my son and staying with AT&T as well as having my company phone.Any help will be much appreciated...
    Thanks,
    Tbone
    4/7/10

    Haven't you been regularly syncing your phone with iTunes. If so, your contacts should already be on your computer in Outlook.
    If you have not done this, you will need to create a dummy contact in Outlook and then sync the phone so the two contact lists will be merged.

  • How to make 32-bit-only add-ons work with Windows 7, Internet Explorer 11 and Enhanced Protected Mode enabled?

    Hi everybody,
    in IE10 I had the chance to use 32-bit-tabs even with EPM. In IE11 my 32-bit add-ons are all marked as "incompatible".
    Do you have any suggestions?
    Regards, Don

    Hi Don,
    The ”Enhanced Protected Mode ” feature of  Internet Explorer 11 in Windows 7 has been simplified and it doesn`t provide the “Enable 64-bit processes for Enhanced Protected Mode” feature. The Enhanced Protected  Mode is based on the 64 bit process.
    So that may be the reason.
    Here is a link for reference of Enhanced Protected Mode :
    Enhanced Protected Mode
    http://blogs.msdn.com/b/ie/archive/2012/03/14/enhanced-protected-mode.aspx
    Here is another link for reference(Pay attention Windows 7 part in the end) :
    How Internet Explorer Enhanced Protected Mode (EPM) is enabled under different configurations
    http://blogs.msdn.com/b/asiatech/archive/2013/12/25/how-internet-explorer-enhanced-protected-mode-epm-is-enabled-under-different-configurations.aspx
    Best regards 

  • How to make a Discussion Forum like this one with Oracle Portal Applications

    Hallo,
    My colleagues and I are trying to make somthing similar for our planned intranet-platform and I wonder if there are some prefabricated modules which can be used (we are all enthused by the features of your Discussion Forums).
    Maybe you can provide us with papers ("construction plan") how to bring such functionality to our intranet (I searched the Oracle page, but did not find papers of this content).
    Thanks,
    Chistian

    Yes, this would be great. I have looked at some of the Partner Applications but the only module we want is this kind of a threaded message board. I would be very appreciative of this information as well.

  • One apple id 2 iphone how to make saparte

    hi, i got my iphone4 so, i make one apple id .and i use that to download app only after 2 month i got second i phone 4 now i try to make for that apple id  and it need crdit card .. so i use same apple id . now 1 year  or more i find out any thing i do  on one phone it go to second phone like contact ,,, photo... note .. now i want to do make both phone sapate i  have   second apple id too... iam useing i cloud .   so one phone use new id and second phone use old id  so both have saparte apple is with i cloud  . so question here how i make saparte without lost and contact.. and photo and note..  //??????

    Decide which iPhone will be keeping the current iCloud account.  On the one that will be changing accounts, if you have any photos in photo stream that are not in your camera roll or backed up somewhere else save these to your camera roll by opening the photo stream album in the thumbnail view, tap Edit, then tap all the photos you want to save, tap Share and tap Save to Camera Roll.  Also email any notes that you want to save to yourself.
    Once this is done, go to Settings>iCloud, scroll to the bottom and tap Delete Account.  (This will only delete the account from this phone, not from iCloud.  The phone that will be keeping the account will not be effected by this.)  When prompted about what to do with the iCloud data, be sure to select Keep On My iPhone.  Next, set up a new iCloud account using a different Apple ID (if you don't have one, tap Get a Free Apple ID at the bottom).  Then turn iCloud data syncing for contacts, etc. back to On, and when prompted about merging with iCloud, choose Merge.  This will upload the data to the new account.
    Finally, to un-merge the data you will then have to go to icloud.com on your computer and sign into each iCloud account separately and manually delete the data you don't want (such as deleting the other phone's contacts from your account, and vice versa).

  • How to make a group contacts for iphone 4s, How to make a group contacts for iphone 4s

    How to make a group contacts for iphone 4s

    Or there are apps
    https://www.google.co.uk/url?sa=t&source=web&cd=3&ved=0CEEQFjAC&url=https%3A%2F% 2Fitunes.apple.com%2Fgb%2Fapp%2Ftext-2-group-fast-sms-imessage%2Fid519077434%3Fm t%3D8&ei=WCkfUc6vE8THtQavlYCoBw&usg=AFQjCNHnoWUqJ9AMYWCadVceOkq-6Ed4Vg

Maybe you are looking for