Oracle driver error [-87] incorrect number format

Hi my friends
In my web application with ora10g r2 this message error occur after a read statement in cds001c table
I/O function: F, mode: 0, on file/table: CDS001C index: 1 =
ORACLE Driver Error [-87]: Incorrect number format.
ORACLE Driver Error [-59]: Preprocessing input data failed.
ORACLE Driver Error [-35]: Fetch driver function failed.
what the cause of this error?

Your web application is what application (including version) running on what operating system using what application server?
The message you have posted has nothing to do with the Oracle database.

Similar Messages

  • Incomplete list Oracle Database Error Messages Part Number B14219-01

    The following regards documentation on Oracle® Database Error Messages Part Number B14219-01 as read on http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14219/intro.htm
    Reading an example on Message Stacks in section 1 Using Messages, the following error description is nowhere to be found in the main list: ORA-06502. So are many other very common errors like ORA-00942 ¿Are these described in another book?
    Thanks,

    Hello again. I have learned that some of these older low-number error messages were present in the code in a different and abbreviated format than the one eventually agreed upon. These messages were entered by hand in the Error Messages book. When we began generating the messages directly from the code, some of these older messages were inadvertently dropped. We hope to fix this problem in the next release by changing the code. I apologize for any inconvenience this causes. For now the only workaround is to go back to an earlier version of the documentation, as the meaning of the messages has not changed.

  • Oracle driver error [-22] : rollback failed

    Hi friends
    Often this message is appearing in my application, without apparent reason: Oracle driver error [-22] : rollback failed
    Someone has some idea of what can be?
    Oracle 8i
    Thanks

    What kind of Oracle driver your application is using? Is it the same version as your Oracle server? In any event, you need to upgrade your server now, it's obsolete version and you can't get Oracle support on it.

  • Error message destination number format incorrect

    i have sony xperia z3 and when i send a message i get text stating destination number format  incorrect HELP

    Do you have the correct APN settings? how old is your SIM card? are you using the preloaded Messaging app or a third party app?
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Error message "incorrect number of file hard links" after Lion installation. Please could you advised to solve this problem; my iMac (mid 2010) is working well

    After installation of OSX Lion I have ran the disk utility program and the following error message appears: "incorrect number of file hard links". The program advises to fix the disk by reinstalling the Mac OSX install dvd (Snow Leopard). Please could you advise? Additonal information: the iMac was up-to-date before installing Lion. Thx!

    Martha Mcsherry1 wrote:
    I feel like I'm on a scavenger hunt and it's getting very dark!  You are absolutely correct.  My computer doesn't show my HD in the finder window.  That's been the case for a long time.  At one point, I found a solution and fixed it but then it reverted.
    From a Finder menubar, select Finder > Preferences, then either General (controls what appears on your desktop) or Sidebar (your Finder windows's sidebar) and check the box with your Computer's name, hard drive, etc. 
    I read to hold 'option' and press 'go'.
    On Lion, that allows you to see the Library folder inside your home folder (it's only hidden in Lion).
    I have found the right file and deleted it.  It keeps reintroducing itself so I guess I'll need to delete it from the trash as well?
    No, you've deleted the one that may have been damaged.   As with most preferences files, OSX will create a new one, with default values, when needed, which is what we want.  (Sooner or later, you should empty the trash, but it's not a problem.)
    As mentioned in #A4, you'll have to re-select your Time Machine drive, re-select any of the things that were checked on the Options panel, and re-enter any exclusions.

  • Oracle Driver Error.

    hi all
    i have deploy ojdbc14.jar in VS to connect to an a oracle DB.
    the parametes im using in CC next:
    JDBC Driver: oracle.jdbc.driver.OracleDriver
    Connection: jdbc:oracle:thin:@subuedwd:1521:ddwh
    User: xxx
    pass: xxx
    now. this jar is been used in PE and other legacy system to connect to oracle db but in PI im getting this error:
    Error during database connection to the database URL 'jdbc:oracle:thin:@subuedwd:1521:ddwh' using the JDBC driver 'oracle.jdbc.driver.OracleDriver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot establish connection to URL 'jdbc:oracle:thin:@subuedwd:1521:ddwh': ClassNotFoundException: oracle.jdbc.driver.OracleDriver'
    in a legacy system checked the conectivity with ddwh db and there no problems, an SQL query was executed perfect.
    in PI server cheked if the deploy was made right, so i go to /usr/sap/XD0/DVEBMGS01/j2ee/cluster/server0/bin/ext to verify if folder  oracle.jdbc.driver.OracleDriver with the ojdbc14.jar was there and it was.
    the server was restarted discard possible errors but nothing change.
    any idea?
    Rgds
    RP
    Edited by: Rodrigo Pertierra on Jan 24, 2008 8:33 AM

    Hi,
    Check this links.
    To install oracle drive in XI server, just check these links,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f1a10
    http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
    http://msdn2.microsoft.com/en-us/library/ms177523.aspx
    /people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step
                              JDBC  Receiver with Oracle Stored Procedures
    configuring jdbc adapter with multiple tables
    RFC -> XI -> JDBC Scenario Updating Multiple Tables
    /people/alessandro.berta/blog/2005/10/04/save-time-with-generalized-jdbc-datatypes
    JDBC Adapter multiple Selects
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=jdbc%20with%20multiple%20tables&cat=sdn_all
    Regards,
    Phani

  • ui:ContextMenuItem in MXML causes Error 1136: Incorrect number of arguments

    Hello,
    I'm trying to define a context menu declaratively like so:
    quote:
    <ui:ContextMenu id="editChartDataContextMenu">
    <ui:customItems>
    <mx:Array>
    <ui:ContextMenuItem caption="Clear"/>
    </mx:Array>
    </ui:customItems>
    </ui:ContextMenu>
    However, the Flex compiler gives an error for the line that
    reads "<ui:ContextMenuItem ....". (the line in boldface).
    The error is: 1136: Incorrect number of arguments. Expected
    1.
    Needless to say, I have experimented with varying number of
    attributes, but no luck.
    I have googled in vain to find examples where context menus
    are built up using markup; all examples seem to be imperative
    (ActionScript) code, instead of declarative.
    Any ideas?
    Joubert

    I know context menus can be used in limited situations with
    limited functionality in Flex. Don't know if your usage is within
    the ways context menus are used in Flex.

  • Incorrect number format appearing in report

    This might sound like a really silly question, but I've not had much need to faff around with changing number formats.
    We have a report which is taking a number column and outputting it directly, but when the number is something like 0.1234 it strips the 0 and outputs it as .1234.
    I imagine that this is something to do with the nls-settings of the client producing the report, but I need to make sure it outputs the value as 0.1234
    I've come up with the following, but I'm not sure that it's the simplest solution:
    SQL> select to_char(1235.234,'fm9999999990.9999999999') from dual;
    TO_CHAR(1235.234,'FM99
    1235.234
    SQL> select to_char(4.2333, 'fm9999999990.9999999999') from dual;
    TO_CHAR(4.2333,'FM9999
    4.2333
    SQL> select to_char(.3992, 'fm9999999990.9999999999') from dual;
    TO_CHAR(.3992,'FM99999
    0.3992It seems to work, but seems a bit OTT to me - like I'm using a big JCB digger truck to dig a hole so I can plant a tulip bulb.
    Are there any better solutions out there?

    Actually, I've just kicked off the PL/SQL procedure that produces the report (as a text file, via utl_file) from my machine, and the output is the same - 0.1234 is output as .1234.
    Hmm, and:
    SQL> select 0.1234 from dual;
        0.1234
         .1234Question is, is there a simpler/more elegant way of getting the missing 0 displayed than what I've already come up with? (I don't like it much because it assumes that there won't be more than the specified number of digits before and after the decimal point. It's unlikely that there would be, but even so...)

  • Download Oracle Driver Error

    I am trying to download a 9i driver and no matter what I pick on the download page I get thrown to a page not found page with a search box. Any ideas why?

    What kind of Oracle driver your application is using? Is it the same version as your Oracle server? In any event, you need to upgrade your server now, it's obsolete version and you can't get Oracle support on it.

  • Multi - User Oracle Driver Error Catching

    Has anyone ever come across problems with any version of the Oracle Thin JDBC drivers whereby:
    User attempts to access DB through a login JSP. A SUCCESSFUL connection is returned almost immediately. Fine.
    An UNSUCCESSFUL connection is caught by an errorpage JSP - however, the JDBC drivers seem to take a long time to return the failed login message to the JSP. It opens many sockets and communicates with the DBMS almost randomly - it does get there in the end, but by that time most users have closed their browsers etc - subsequent login attempts by anyone are hampered by the opened sockets/forgotten connections etc.
    Thanks,

    Hi
    did you find a solution to your problem?I too have the same problerm. But what I understand is , When the driver fails to connect to the database due to wrong password or username, It repeatedly attempts to connect. So is there any way to restrict the number os attempts made by the driver?I guess Jconnect driver has some attributes to do this.Does someone know if there are any other drivers?

  • Error 1137: Incorrection number of arguments. Expected no more than 1

    Hello from a beginner!
    I want my navigation bar to open other pages in the same window.  Currently, it's opening as if it's _blank (must be the defaut when nothing is coded).
    I thought I was coding correctly, but the error above popped up - so now I don't know what to do next.  Any help would be appreciated.  Thanks in advance.
    The code as it is with the error is as follows - the line with the error is highlighted in italics.
    function goHome(event:MouseEvent):void {
    var targetURL:URLRequest = new
    URLRequest("http://www.fairwoodcommunitynews.com/Alphatest/Home.html", "_parent");
    navigateToURL (targetURL);
    homeBtn.addEventListener(MouseEvent.CLICK, goHome);

    Thanks - I have been googling and playing with the code and inserted "_self" (below) and it worked.  What is the difference between "_parent" and "_self" ?
    Thanks for taking the time to help!
    function goHome(event:MouseEvent):void {
    var targetURL:URLRequest = new
    URLRequest("http://www.fairwoodcommunitynews.com/Alphatest/Home.html");
    navigateToURL (targetURL, "_self");
    homeBtn.addEventListener(MouseEvent.CLICK, goHome);

  • User error when connecting to Apex on XE with Oracle drive

    Hi,
    When I tried to connect to Apex (webdav) on an XE database to access themes and css with Oracle Drive it sends incorrect user or password message, I tried with sys, system and other users.
    With windows explorer I could connect using the same user.
    Any help to sove my problem is welcome
    thanks

    Steve_Macleod wrote:
    I am having some issues with connecting to Apex Listener via SQL Developer. I get "cannot connect to connection" when I attempt to connect.
    I do get apex pages (when I use the Glassfish default port - it doesn't seem to take the specified port which is defined as 7788 in the apex.properties at the config.dir location). The port specified in apex.properties is only used by Standalone Mode, the port that GlassFish uses is configured by GlassFish, not Listener.
    I have defined the user via the war config (which is written to the credentials file), and added the users under default config > file realm in Glassfish.You only need to do the former, doing the latter should have no effect, I would remove the user in the GlassFish file realm, to avoid causing confusion.
    I wonder if anyone has had a similar issue?
    Ensure you have spelt the role name correctly when setting up the user, any typos (it is case sensitive) and it won't match the role, and will therefore refuse access.
    You have disabled SSL verfication as well? (If you are not using SSL)
    http://docs.oracle.com/cd/E37099_01/doc/doc.20/e25066/install.htm#CHDJFAAI
    If neither of those work, try turning on logging in the Listener to see if the request is even reaching Listener (It sounds like it's not even connecting TBH).
    https://cdivilly.wordpress.com/2013/03/11/configuring-logging-with-oracle-application-express-listener-and-glassfish/
    I am using the following:
    Glassfish 3.1.2.2
    Apex Listener 2.0.2.133.14.50
    SQL Dev 3.2.09
    Edited by: Steve_Macleod on May 24, 2013 2:42 PM
    Edited by: Steve_Macleod on May 24, 2013 2:57 PM

  • Incorrect number of color values Error

    Hi All,
    I am getting an error stating "Incorrect number of color values was given" in the following Indesign Script.
    var currentPage = myDocument.pages.item(0);
    var myColor = myDocument.colors.add();
    myColor.colorValue = [82,60,0,0];
    var recFrame = currentPage.rectangles.add();
    recFrame.fillColor = myColor;
    Am getting the above mentioned error when the third line is executed. Kindly help.
    Thanks in advance,
    Anitha

    MichaelKazlow wrote:
    Ask in the InDesign forum.
    Hi,MichaelKazlow!Thank you wharimucs desing forum!Shared:(hungary)http://www.paladin9.5mp.eu,www.mozillafirefox.5mp.eu
    Hi vegh abel, im hungary!good  bye!HI HI HI!Happy New year 2010!Adobe happpppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppy+zip file
    Hi vegh abel Im hungary!Good bye!
    Message was edited by: Végh Ábel

  • Incorrect number of arguments expected 1

    Hi,
    I'm new to this flex. Actually i want to set busycursor in loadValue Function. But i'm getting error as Here i'm getting an error as incorrect number of arguments expected 1.
    the error that i'm getting in 3rd line. and i have not pasted full code here. But i pasted only where i'm getting error when i tried to inser busyCursor.
    So please help me what i hv to change. waiting for your replay.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
              creationComplete="loadValues()" horizontalAlign="center"      --------------->  Here i'm getting an error as incorrect number of arguments expected 1.
              verticalAlign="middle"  color="#080808" borderColor="#FFF8E0" backgroundColor="#FFF8E0"
              xmlns:local="*"
              xmlns:tInput="assets.actionScript.*"
              xmlns:controls="com.iwobanas.controls.*"
              initialize="initTimer()"
              xmlns:dataGridClasses="com.iwobanas.controls.dataGridClasses.*"
              applicationComplete="init(event)" height="100%" width="100%">
    <mx:Style source="defaults.css" />
    <mx:Script>  
              <![CDATA[
                        import assets.actionScript.Trim;
                        import com.scottlogic.charts.DataGridExporter;
                        import mx.controls.ComboBase;
                        import assets.script.pods.view.Data;
                        import org.alivepdf.layout.Unit;
                        import mx.collections.ICollectionView;
                        import assets.actionScript.EscalationDTO;
                        import alarmSlide.TowerSelection;
                        import flash.net.navigateToURL;
                        import mx.binding.utils.BindingUtils;
                        import mx.controls.dataGridClasses.DataGridItemRenderer;
                        import mx.events.ListEvent;
                        import mx.charts.chartClasses.DualStyleObject;
                        import assets.actionScript.TowerInchargeRoleMappingDTO;
                        import flash.utils.clearInterval;
                        import flash.utils.setInterval;
                        import alarmSlide.SendMessageForEscalation;
                        import mx.skins.halo.BusyCursor;
                        import alarmSlide.REForAlarmReport;
                        import mx.managers.ToolTipManager;
                        import mx.controls.ToolTip;
                        import mx.collections.SortField;
                        import mx.collections.Sort;
                        import mx.messaging.messages.RemotingMessage;
                        import mx.events.AdvancedDataGridEvent;
                        import assets.actionScript.TowerStatus; 
                        import mx.rpc.events.FaultEvent;
                        import mx.rpc.events.ResultEvent;
                        import assets.actionScript.ValueObject;
                        import mx.messaging.channels.AMFChannel;
                        import alarmSlide.LEDChar;
                        import mx.utils.URLUtil;
                        import com.adobe.serialization.json.JSON;
                        import com.adobe.serialization.json.JSONDecoder; 
                        import mx.collections.ArrayCollection;
                        import mx.collections.IViewCursor;
                        import mx.collections.IHierarchicalCollectionView;
                        import mx.controls.Alert;
                        import mx.managers.PopUpManager; 
            import flash.net.FileReference;
                   import mx.messaging.messages.IMessage;
                  import mx.messaging.Channel;
                  import mx.messaging.ChannelSet;
                  import mx.messaging.channels.StreamingAMFChannel;
                        import flash.display.StageDisplayState;      
                        import mx.collections.ArrayCollection;
                        import mx.managers.CursorManager;
                        private var sendMessageScreen:SendMessageForEscalation;
                        private var escalationAlarmHistoryPopup:EscalationAlarmHistoryPopup;
                        public var manualOrScheduleTicketing:ManualOrScheduleTicketing;
                        public var editEscalationLevelPopup:EditEscalationLevelPopup;
                        private var escalationLevelPopup:EscalationLevelPopup;
                        private var escalationSiteDetailsPopup:EscalationSiteDetailsPopup;
                        [Bindable] private var towerName:String = "NoData";  
                        [Bindable] private var contactNumber:String = "NoData";
                        // Data Storgae variables
                        [Bindable] private var energyConsumption:ArrayCollection = new ArrayCollection();
                        [Bindable] public var dataColl:ArrayCollection = new ArrayCollection();
                        [Bindable] public var closedTicketArrayColl:ArrayCollection = new ArrayCollection();
                        [Bindable] private var towerDetails:ArrayCollection = new ArrayCollection();
                        [Bindable] private var escalationData:ArrayCollection = new ArrayCollection();
                        [Bindable] public var escalationLevelDetails:ArrayCollection = new ArrayCollection();
                        [Bindable] public var towerEscalationLevelDetails:ArrayCollection = new ArrayCollection();
                        [Bindable] private var escalationMasterList:ArrayCollection = new ArrayCollection();
                        [Bindable] public var alarmDetailsList:ArrayCollection = new ArrayCollection();
                        [Bindable] public var siteInformationList:ArrayCollection;
                        [Bindable] public var communicationInfoList:ArrayCollection;
                        [Bindable] public var operatorDetailsList:ArrayCollection;
                        [Bindable] public var siteLiveDataList:ArrayCollection;
                        [Bindable] public var siteLiveAlarmDetailsList:ArrayCollection;
                        [Bindable] public var ticketEscalationStateList:ArrayCollection = new ArrayCollection();
                        [Bindable]
                        public var siteAndDistrictDisplayName:String="";
                        public var categoriesArrColl:ArrayCollection = null;
                        public var tempArrColl:ArrayCollection = null;
                        public var userID:int = 0;
                        public var customertId:int = 3;
                        private var popupWin:PopupForTicketing;
                        // to store tower configuration
                        public static var data:ArrayCollection = new ArrayCollection();
                        private var intervalUnit:uint;
                        [Bindable]  
                        public var folderList:XMLList;
                        // BlazeDS variables
                 [Bindable] public var channelUrl:String;  
                  [Bindable] public var liveId:int=0;
                           [Bindable]
                           public var emailOrSmsMessageFormat:String = "";
                        [Bindable]
                        private var escalationEditOption:Boolean = false;
                        [Bindable]
                        private var swapCount:int = 0;
    //  ---------------------------- To Control Session ------------------------- //
            public var myTimer:Timer;
                        private function initTimer():void
                                   myTimer = new Timer(1800000);
                             myTimer.addEventListener("timer",logout);
                             this.addEventListener(MouseEvent.MOUSE_MOVE, resetTimer);
                             myTimer.start();
                        private function logout(event:Event):void
                                  this.addEventListener(MouseEvent.CLICK,forward);
                        private function forward(event:Event):void
                                  navigateToURL( new URLRequest("jsp/checkin/index.jsp"),"_self");
                        private function resetTimer(event:Event):void
                                  myTimer.reset();
                            initTimer();
    //  ---------------------------- To Control Session ------------------------- //
                            * This method will be called as soon as SWF loads in the browser , creating a AMF channel which communicates to Java
                            private function loadValues(mouse:MouseEvent):void{   ----------------------------------------------------------------->> When i enter Event to the loadvalues function i'm getting that error
                                            ticketViewStack.selectedChild = liveTicketVBox;
                                      userID = Application.application.parameters.userId;
                                      customertId = Application.application.parameters.customerId;
                                             if("true" == Application.application.parameters.escalationEditOption.toString()){
                                                escalationEditOption = true;
                                            channelUrl = "./messagebroker/amf";
                                             userID = 92;
                                      customertId = 3;
                                               escalationEditOption = true;
                                              channelUrl = "http://172.16.1.144:5009/messagebroker/amf";
                                var cs:ChannelSet = new ChannelSet();
                                            var customChannel:AMFChannel = new AMFChannel("my-amf",channelUrl);
                                            cs.addChannel(customChannel);
                                            remoteObject.channelSet = cs;
                                            remoteObject.getEscalationMaster();
                                            cursorManager.setBusyCursor();
                                            remoteObject.getAllLiveEscalationDetails(userID,customertId,displayTo wer.selectedItem.data,ticketType.selectedItem.data);
                                            cursorManager.removeBusyCursor();
                                            displayTower.selectedIndex = 0;
                                            refereshTime.selectedIndex = 0;

    Hi, Actually i did changes like show below.
    i made creationComplete="loadValues()"
    And i made
    private function loadValues():void
    I want to  set a busy cursor, But its not working.
    Actaully the loadValues() function will load the data when we open that perticular page.but it;ll take some time to load so that i want to put busy cursor. In above Code i used busy cursor but its not working.

  • When I check my boot SSD drive using Disk Utility under Mavericks, I often get "Incorrect number of extended attributes" errors.  But if I boot off an external drive and check the same SSD, no errors are reported.  Is this a bug in Mavericks?

    When I check my boot SSD drive using Disk Utility under Mavericks, I often get "Incorrect number of extended attributes" errors.  But if I boot off an external drive and check the same SSD, no errors are reported. 
    This happens not just with the SSD in my Mac Mini, but with another SSD in my MacBook (both now running Mavericks).  So far as I know, all of the kit I am using is in good order (despite the file corruption reports).  So I am beginning to wonder if it could be due to a bug in Mavericks?  Both SSD drives have been formatted to MacOS Extended (journaled) format.  Should I have used a different format, I wonder?
    Has anyone else encountered this issue?
    Does anyone have a solution?
    Or an explanation that might help my investigation of the issue?
    Thanks guys,

    I understand that the Corsair Force 3 is not one of the SSD drives that are supported on Apple Macs. 
    I did try downloading and using Trim Enabler, but the error message came up both when it was off and when it was on.
    I understand that not everyone thinks Trim Enabler is a good program, though there is a new version out now, so I may give it another try.

Maybe you are looking for