@ sign in a varchar param to a proc causes problem

Hi,
If i try to pass the @ sign (which is also a catalog seperator for Oracle ODBC) I get an ODBC error.
For example:
{CALL CSP_ECHO_UPDATE_RAWPACKET(70000026,
'(STX)310P8262324(FS)@01(ETX)(BEL)')}
causes error (when executing from ODBC Test application):
SQLSTATE: 37000
Native Error Code: 0
If i substitue the @ with some other char (such as a .) it works fine.
Is there any escape char to tell ODBC (not Oracle server itself) to ignore the special meaning of the @ sign.
Please advise.
Thanks.
- Tushar

I believe that the latest version of the 8.1.6 ODBC driver is 8.1.6.3. It's available for download from OTN-- choose 'Software' from the left-hand navigation bar and choose the ODBC driver from the 'Drivers & <Something>' pull-down.
Justin

Similar Messages

  • Error with universalis responsive template. Prices appear with 163; code before them instead of £ sign. Does anyone know how to fix this problem?

    Error with universalis responsive template. Prices appear with 163; code before them instead of £ sign. Does anyone know how to fix this problem?

    Error with universalis responsive template. Prices appear with 163; code before them instead of £ sign. Does anyone know how to fix this problem?

  • I have a black MacBook from 2008 and tried downloading snow leopard 10.6. It told me I had to restart my computer. However once I restarted my MacBook my touchpad and keyboard were not working so I am unable to sign in. I have no idea what the problem is

    I have a black MacBook from 2008 and tried downloading snow leopard 10.6. It told me I had to restart my computer. However once I restarted my MacBook my touchpad and keyboard were not working so I am unable to sign in. I have no idea what the problem is

    You cannot download the upgrade to Snow Leopard.
    Upgrade Paths to Snow Leopard, Lion, and/or Mountain Lion
    You can upgrade to Mountain Lion from Lion or directly from Snow Leopard. Mountain Lion can be downloaded from the Mac App Store for $19.99. To access the App Store you must have Snow Leopard 10.6.6 or later installed.
    Upgrading to Snow Leopard
    You must purchase Snow Leopard through the Apple Store: Mac OS X 10.6 Snow Leopard - Apple Store (U.S.). The price is $19.99 plus tax. You will be sent physical media by mail after placing your order.
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store. Access to the App Store enables you to download Mountain Lion if your computer meets the requirements.
         Snow Leopard General Requirements
           1. Mac computer with an Intel processor
           2. 1GB of memory
           3. 5GB of available disk space
           4. DVD drive for installation
           5. Some features require a compatible Internet service provider;
               fees may apply.
           6. Some features require Apple’s MobileMe service; fees and
               terms apply.
    Upgrading to Lion
    If your computer does not meet the requirements to install Mountain Lion, it may still meet the requirements to install Lion.
    You can purchase Lion by contacting Customer Service: Contacting Apple for support and service - this includes international calling numbers. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.
    Upgrading to Mountain Lion
    To upgrade to Mountain Lion you must have Snow Leopard 10.6.8 or Lion installed. Purchase and download Mountain Lion from the App Store. Sign in using your Apple ID. Mountain Lion is $19.99 plus tax. The file is quite large, over 4 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
         OS X Mountain Lion - System Requirements
           Macs that can be upgraded to OS X Mountain Lion
             1. iMac (Mid 2007 or newer)
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer)
             3. MacBook Pro (Mid/Late 2007 or newer)
             4. MacBook Air (Late 2008 or newer)
             5. Mac mini (Early 2009 or newer)
             6. Mac Pro (Early 2008 or newer)
             7. Xserve (Early 2009)
         Are my applications compatible?
             See App Compatibility Table - RoaringApps.
         Am I eligible for the free upgrade?
             See Apple - Free OS X Mountain Lion upgrade Program.
         For a complete How-To introduction from Apple see Upgrade to OS X Mountain Lion.

  • I have a problem when sign in .ihave a appel id, i have a problem when sign in .ihave a appel id

    i have a problem when sign in .ihave a appel id, i have a problem when sign in .ihave a appel id.help me pleas.

    Welcome to the Apple Community.
    Would you like to tell us what that problem is please.

  • Arrays as out param on stored procedure causes hang

    Hi,
    I would like to be able to use an ARRAY to pass data back from a java stored procedure. Calling the stored procedure using jdbc, the procedure hangs. If I change the out param to a VARCHAR, the procedure works fine (although, of course, the size of the data returned is limited).
    I defined a varray type:
    CREATE TYPE str_array AS VARRAY(100) OF VARCHAR2(255);
    I defined the stored procedure:
    CREATE OR REPLACE PROCEDURE ob_snapshot(symbol VARCHAR2, start_time DATE, end_time DATE, interval NUMBER, depth NUMBER, output_result IN OUT STR_ARRAY)
    AS LANGUAGE JAVA
    NAME 'OBSnapshot.snapshot(java.lang.String, java.sql.Timestamp, java.sql.Timestamp, int, int, oracle.sql.ARRAY[])';
    The execute on the CallableStatement never finshes. Any ideas ?
    Thanks for the help,
    Chris Opler
    null

    I recommend you declare your iterator as follows :
    public class yourApp {
    #sql public static iterator Temp1 (...);
    null

  • When I try to update my youtube app, I'm asked to sign in with my Apple ID. The only problem is, it shows my sons Email instead of mine! When I go to settings my email is still there. How can I change the email when it asks me to put MY password in?

    When I try to update my youtube app, I'm asked to sign in with my apple password but the email it shows is my sons! In my settings it still shows my email. Nowhere in my settings on my Ipod or if I sign in to Apple with my computer does it show his email. Can anyone help???

    - Apps are locked to the account that purchased them. Thus it appears that yor sone purchased the app.
    - To update apps you have to sign into the account that purchased the apps. If you have apps that need updating purchased from more than one account you have to update them one at a time until the remaining apps were purchased from one account.

  • I am trying to view videos and I keep getting blocked plugin signs. What can I do to fix this problem.

    I am unable to view videos. I keep getting blocked plugin signs. How can I fix this problem?

    What if the latest plugin is the problem? I installed the latest version and now it does not work.

  • Java stored proc deploy problem

    I get follow error,when I deploy Java stored proc with JDeveloper3.2.
    Errors:
    *** Errors occurred while loading the archive into 8i JVM ***
    How can i do?
    Thanks a lot!!

    The problem is with the OUT parameters. If you read the documentation you will see that OUT parameters
    need to be declared as one element arrays. Hence this should compile:
    CREATE OR REPLACE PROCEDURE TEST ( id IN NUMBER,
    i IN NUMBER,
    j IN VARCHAR2,
    ret1 OUT NUMBER,
    ret2 OUT VARCHAR2,
    k IN NUMBER) AS
    LANGUAGE JAVA NAME 'com.fn.oracle.proc.trading.TestProcedure.testIt(int, double, java.lang.String, int[], java.lang.String[], int)';Cheers, APC

  • Item Type Based on PL/SQL stored proc causing errors

    I am getting the following error when I add this item type based on a pl/sql stored proc that generates html based on the stored proc... the stored proc returns find but the other porlets get Error Message in there headers and in the porlet content I get:
    Error: The listener returned the following Message: 503 Service Unavailable....
    I also get the same error if I click on a link that is generated from my stored proc for the entire page I get the error:
    Error: The listener returned the following Message: 503 Service Unavailable
    and get nothing else returned...

    Greetings
    I suggest you take a look at the following page and have a look on how to create portlets. Since the PL/SQL PDK allows you to create your own portlets inside the Oracle Database there should be no problem for creating the content inside a portlet the way you want it.
    http://www.oracle.com/technology/products/ias/portal/pdk.html
    Best regards
    Johan

  • When I open firefox a large blurred logo show up with a figure holding a sign that says click here. Is this caused by a virus? What's going on?

    Every time I open Firefox a large distorted logo (world image) shows up with a figure holding a sign that says click here. I'm concerned that I'v picked up malware/virus? I rebooted and it still occurs. Any thought?
    ken

    If you prefer not to see the snippets on the about:home page or otherwise experience problems with a snippet then you can set the <b>browser.aboutHomeSnippets.updateUrl</b> pref to an empty string on the <b>about:config</b> page.
    Delete the <b>storage\persistent\moz-safe-about+home</b> folder in the Firefox profile folder with Firefox closed ("3-bar" Firefox menu button > Exit/Quit) to remove snippets stored in IndexedDB and make Firefox use a default snippet set.
    You can reset the browser.aboutHomeSnippets.updateUrl pref via the right-click context menu to the default value to re-enable the snippets and make Firefox recreate the moz-safe-about+home folder.
    You need to close and restart Firefox after changing the value of the browser.aboutHomeSnippets.updateUrl pref.
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)

  • Spatial Stored Proc Causing ORA-29902

    Good afternoon,
    I am getting an Oracle exception thrown when I try to run a spatial stored procedure.
    ORA-29902: error in executing ODCIIndexStart() routine
    ORA-13203: failed to read USER_SDO_GEOM_METADATA table
    ORA-13203: failed to read USER_SDO_GEOM_METADATA table
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_9I", line 368
    ORA-06512: at line 1
    Prepared Statement:
    SELECT s.length,
    s.lki_segment_ext_id,
    sg.lki_segment_number,
    sg.geometry segment_geometry,
    h.highway_number || h.highway_letter highway,
    h.description highway_description
    FROM cis_lki_segment_node_ext sn,
    cis_lki_segment_ext s,
    cis_lki_segment_geometry_ext sg,
    cis_lki_highway_lki_segment hs,
    cis_lki_highway_ext h
    WHERE sn.lki_segment_node_ext_id = s.begin_lki_segment_node_ext_id
    AND s.lki_segment_ext_id = hs.lki_segment_ext_id
    AND hs.lki_highway_ext_id = h.lki_highway_ext_id
    AND sg.lki_segment_number = s.segment_number
    AND sn.version_id = in_lki_version_id
    AND sg.version_id = in_geometry_version_id
    AND hs.primary_highway_flag = 'Y'
    AND SDO_RELATE(sg.geometry, in_geometry, 'mask=ANYINTERACT querytype=WINDOW') = 'TRUE';
    I have been able to run this query successfully in a SQL window. The odd thing is that if I remove the "AND hs.primary_highway_flag = 'Y'" clause from the Procedure it then works fine.
    I have also tried a sub select of the table(s) in the FROM part and same results. works great in SQL not at all as a Procedure.
    I even swapped out the PRIMARY_HIGHWAY_FLAG with another string compare from the same table and the error message was the same.
    Does Spatial have some problems dealing with string parsing?
    Eric W

    No Vicky,
    We still have the same problem and our workaround was to return the value we were filtering on and handle it on the Java side.
    sgreener, (sorry I did not reply earlier I was pulled off onto another project)
    The in_geometry is passed into the procedure. It looks for features from a user defined area.
    Albert, I have had our in house Oracle guru look this over and he does not get it either. He has re-worked it a couple of times running it through explain plan and like I had said, as a sql statement it works great but when we plug it in as a stored proc then it does not work
    As for As for Oracle version we are currently using 9i (9.0.4)
    I am a GIS developer so I am quite familiar with how Geometry is/ can be handled while our Oracle guru, while an old hat at it is new to working with Spatial data. So in this case we are both at a loss.
    Eric W

  • Updating to signed JARs causes problems for older Java versions?

    Bear with me on this one -- not a Java developer, but an end user of Java products looking for a little clarification.
    We use a product which delivers a Java application via JAR file / web to end users (GlobalScape's EFT server).  With the recent release of Java 7 Update 51, users have been running into issues running these JAR files as they are not properly "signed".  We're working with the vendor to get updated signed JAR files in place, but they've warned us that these new JAR files will cause errors (or maybe not work at all) on folks who aren't running Java 7 Update 51.
    Trying to wrap my head around why that might be.  Best theory I can come up with from perusing threads here along with the Java team blogs is that the new security attributes used in the updated JAR files aren't "trusted" by older versions of Java (prior to Update 51?).
    We're pushing our vendor for clarification, but curious if someone here could help explain.
    Thanks!

    I suspect the problem with 'new JAR files will cause errors' is mainly because the vendor keeps enhancing their product, and may not any more support older JREs, or the new jars are no more compatible For example, we build our product on JDK 1.5 ... as some users out there must use that one because the 'newer and better' release does not work for them.
    But so far, we have not seen any problems running the 'JRE 7 Compliant' applications on older releases ... provided you can make your application run on latest JRE 7.
    In most cases, one can simply remove the previous signature, add (now required) attributes, and sign the same jar again.
    But I have yet to find a vendor that would simply add attributes to some older release and re-sign those. Perhaps they can't repeat the build / QA cycle, and would not 'trust' the re-signed jars.
    Our curse are signed Cryptographic Provider jars.
    Those must be signed by certificates rooted by Sun/Oracle, and adding attributes invalidates that signature - we can re-sign them, but then they won't work. In our case, we are stuck with 5+ year old Bouncy Castle jars, and it does not help us that their 'current' jars are signed with attributes - they are completely incompatible..
    IMHO, Oracle failed to think this all thru - or does not care.

  • Every time I try to sign in, I get this error: com.apple.appleaccount error 403. I tried to reset the phone, i'm trying to sign in from settings - iCloud. What is the problem? The apple-id is working fine with iTunes.

    iCloud error

    Welcome to the Apple Community nico_stam.
    Are you trying to sign in or create a new ID.

  • Since two days I get an error message when I try to sign in without further notice what is the cause

    Since two days I become an error message when I try to sign in without any further information what is the cause of this error message.

    Hi,
    I apologize for the trouble.  We had a service maintenance on 1/10 and it is working already so please try to login at https://createpdf.acrobat.com/signin.html.
    Please let me know if you still have the same issue.
    Thank you.
    Hisami

  • I have my apple id, but i can't sign in into app store. What is the problem? I can't update my app...

    I can use my apple id in itune and other other idevice, but in my macbook pro i can't sign in to my app store to download or update anythings. Anyone could help?

    Apps are forever tied to the Apple ID used to obtain them. They cannot be transferred to another Apple ID, nor can they be updated using any ID other than the one used to originally obtain them. If the apps you're trying to update were obtained with a different ID than your current one, you have no choice but to use that ID.

Maybe you are looking for

  • How Can I do a multiple delete in my email

    My server had a hiccup today and ended up downloading 7200+ emails to my ipad which have already been read. Does anyone know how to do a multiple delete??? I don't want to go through each one and check it off before I am able to delete them all ... C

  • TO confirmation issue

    Hi All, I am getting the same error message "The sum of the confirmed quantity exceeds the sum of stock items" Message no. VV040 And it is occurring in the pick TO confirmation stage against outbound delivery document for STO. There is 680 qty availa

  • Data copy from infocube to infocube in two different BW systems

    Dear All, If i have a scenario like i have an infocube for sales in two different bw systems, and if i want to send the data from one infocube to another infocube what would be the strategy we have to follow. Is it that i need to send it as a flat fi

  • Is my replacement iPhone 5 refurbished?

    I had my iPhone 5 since it came out. I took really could care of it, but recently I had an issue with it and the Apple Genius told me they would replace the device as I had applecare. I asked the genuis whether the replacement would be a refurb to wh

  • Auto generate a web gallery index page in web module for output multiple galleries

    As an extension of a Web Gallery, it should be possible to create an entire gallery page with sub galleries in Lightroom. it will be great if it is also template based.