How to find an error at the time of inserting at particular column.

Hi,
I'm loading the data into a table by using procedure . At the time of inserting data i got a precision error or value too large error. Is there any way to find out at which column the error has occured.
Thanks a lot your help in advance.
Thanks & Regards,
Ramana.

Hi
Do you know how the data to be inserted is queried in the pocedure? Is there a cursor or an 'insert..select..' statement?
Ott Karesz
http://www.trendo-kft.hu

Similar Messages

  • How to update a table with the time of insert instead of time of commit

    dear,
    i have 10 record at source side which needs to be injected in a target table ;
    the record creation date is injected with the systimestamp -
    when commiting it takes for all the same timestamp for all records( at commit time ) however I would like to insert the timestamp at INSERT moment to have a unique timestamp - id est at INSERT time.
    Can anyone please adviseN?
    Thanks
    Erik
    Edited by: 845498 on 29-aug-2012 1:36

    845498 wrote:
    dear,
    when commiting it takes for all the same timestamp for all records( at commit time ) Not true about commit time. True about same time. Function SYSDATE is always calculated once for SQL statement no matter how many times and for how many rows it is referenced. So when you issue:
    insert
      into target(insert_date)
      select sysdate
        from  source
    /All inserted rows will have same insert_date. Now keep in mind, Oracle date datatype precision is one second. So unless your insert of 10 rows takes more than a second (which would be a problem on its own), date precision will not give you what you want. You would need timestamp. But again, same as SYSDATE, SYSTIMESTAMP is called once per statement. To call it row each row and reference you need to create user-defined function:
    create or replace
      function get_systimestamp
        return timestamp
        is
        begin
            return systimestamp;
    end;
    /Now:
    SQL> select  systimestamp,
      2          get_systimestamp
      3    from  hr.employees
      4  /
    SYSTIMESTAMP                        GET_SYSTIMESTAMP
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.671000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.687000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.687000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.687000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.687000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.687000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.687000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.687000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.687000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.687000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.687000000
    SYSTIMESTAMP                        GET_SYSTIMESTAMP
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.687000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.687000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.687000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.687000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.687000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.765000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.765000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.765000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.765000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.765000000
    29-AUG-12 01.55.23.656000 PM -04:00 08/29/2012 13:55:23.765000000.
    .SY.

  • How to find latest entry in the table according to time

    how to find latest entry in the table according to the time
    is there any function module to do so
    \[removed by moderator\]
    Regards
    Shashi
    Edited by: Jan Stallkamp on Aug 25, 2008 4:39 PM

    Hi,
    If you want to read the entry from an internal table,
    sort the internal table in the descending order by the time and
    delete adjacent duplicates by comparing the fields other than time and the internal table will have the latest record.
    Suggestion: instead of only time try to have one more field called date with the time combination
    Regards,
    Ramesh

  • I'm using a Intel Core 2 Duo Mac OS X 10.4.11. When installing the Seagate FreeAgent GoFlex portable hard drive, I find an error in the logs - "dyld: Symbol not found: ___stack_chk_guard". How do I fix this? Thanks,

    I'm using a Intel Core 2 Duo Mac OS X 10.4.11. When installing the Seagate FreeAgent GoFlex portable hard drive, I find an error in the logs - "dyld: Symbol not found: ___stack_chk_guard"
    Referenced from: /Volumes/Mac Installer/MacInstall.app/Contents/MacOS/MacInstall
      Expected in: /usr/lib/libSystem.B.dylib
    How do I fix this? Thanks,

    OK, OSX can read that but not write, but...
    A few options...
    You could format that HDD as Fat32/MS-DOS, but you'd be limited to 4 GB Filesizes.
    NTFS-3G Stable Read/Write Driver...
    http://www.ntfs-3g.org/
    MacFUSE: Full Read-Write NTFS for Mac OS X, Among Others...
    http://www.osnews.com/story/16930
    MacDrive for the PCs... allows them to Read/Write HFS+...
    http://www.mediafour.com/products/macdrive/

  • Update termination error at the time of order creation

    Dear gurus,
    Facing an error at the time of creation of order.
    system is giving update termination error & when we are going in change mode of that order system is giving an error message " SD document XXXX is not in the database or has been achieved"
    please treat on priority
    regards,
    krai

    Hello ,
    "Update terminated " error has two reasongs.
    First is system update  was not active and hence terminated
    For this to check Goto the transaction code SM13  and  check whether the SYSTEM UPDATE is active or not.
    If it is active ,
    Then click on the Option TOBE updated in the status  and execute, then in the next screen you can find some list of documents that are not updated and causing error .
    Click on MODULES in the screen and find the erro which causing this error.
    Most this kind of error will happen if something in the Funcion Module or USER EXIT is missing.
    Please check and revert back if you need further details
    Also check the link
    http://help.sap.com/saphelp_nw04/helpdata/en/e5/de870535cd11d3acb00000e83539c3/frameset.htm
    regards,
    santosh

  • Error at the time of PR creation

    I am facing a Error at the time of PR creation:-
    Status "Material Inactive" of material 30001668 does not allow external procurement
    Message no. ME053
    how to active the material.

    you have a material status in your material master, either at plant level or at general level.
    Just remove the status.
    Plant level status can be found in almost any plant view,
    general level in general data view

  • Error at the time of GR/IR Clearing

    Hi,
    I am getting the following error at the time of manual clearing-F-03 or automatic clearing F.13
    Document splitting: Items for clearing 1000/5000000001/2010/002 not found
    Message no. GLT0002
    Diagnosis
    Document splitting cannot perform clearing because it was not possible to find complete splitting information on the items to be cleared (company code 1000, document number 5000000001, fiscal year 2010, item 002).
    System Response
    Clearing cannot be performed and the document cannot be posted.
    Procedure
    Exclude the affected item from clearing.
    It may be that this item was not posted with active document splitting. In this case, this item or document would have to be migrated.
    Kindly provide the solution.
    Regards,
    Hansa Chechani
    Edited by: Hansachechani on Sep 2, 2010 6:58 AM

    Hi Raheem,
    I am running transaction code f.13 GR/IR clearing account.  We have maintianed 3 three currencies. 1st AED-co code currency, 2nd usd- parallel currency, 3rd INR- parallel currency.  At the time of clearing system is giving above error of account requires an assignment to a co object for GL account of Exchange Gain/Loss account.  The exchange rate difference is coming for the 2nd currency ie USD.  In the leading ledger there is no problem.  We have done the setting in OKB9 and assigned the co object for Gl account of Exchange gain and loss.  Hope you have understood the issue.  Is there any solution apart from the setting in OKB9.
    Mahesh

  • I've been getting the error message "The disk you inserted was not readable by the computer". I can't open system preferences, disk utility, or Time Machine. I'm guessing it has something to do with my external hard drive, although it hasn't been touched.

    I've been getting the error message "The disk you inserted was not readable by the computer". I can't open system preferences, disk utility, or Time Machine. I'm guessing it has something to do with my external hard drive, although it hasn't been touched lately, but I can't figure out how to solve the problem. Any suggestions? Thank you!

    Thanks for your quick response. I had a look at your discussion... I tried it on a Windows machine and I thought that was compatible with ExFAT?
    Therefore I need to attempt to use my external hard drive with a machine that boasts OS X 10.6.5 or above and then it should work?
    Thanks

  • I downloaded lion but lost the setup assistant.  please help me recover the setup assistance.  i do not know where/how to find/enter information in the terminal.

    i downloaded lion but lost the setup assistant.  please help me recover the setup assistant.  i do not know where/how to find/enter information in the terminal as was suggested.

    Launch the Terminal application; e.g., by entering the first few letters of its name in a Spotlight search.   Copy or drag -- do not type -- the line below into the Terminal window, then press return:
    sudo rm /var/db/.AppleSetupDone
    You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. Confirm.
    Reboot. The Setup Assistant will launch.

  • How to find disk error.

    How to find disk error, i tried iostat -En , /var/adm/messages,and prtdiag -v . is there anyother way to find the hardware error.

    If theres nothing in /var/adm/messages and iostat -En isnt showing a problem.
    What makes you think there is a disk error?

  • How to find workarea ID for the work area name.

    Hi Experts..
    How to find workarea ID for the work area name.(Work area name CCIHT_WAH-WAID and I want to fetch characteristic data from table AUSP matching the OBJEK field,but I only have Work area name).Can anybody help me to find tables or relationship between Workarea ID and Workarea name for the same.I am using TCODE - CHIB02.Once I select a workarea and click on IHS Data button,I get data for that workarea.I need to find where this data comes from and How is this fetched.
    Points would be rewarded for helpful answers..
    Thanks
    Kunal Halarnakar

    U want to fetch the workarea description ?
    we can fetch it from CCIHT_WALD table with the RECN value.
    The informations are stored in AUSP table with the characterstic(ATINN) value.

  • How to fix this error message The backup disk image "/Volumes/AirPort Disk/FARES DEL VALLE's iMac.sparsebundle" could not be accessed (error -1).

    how to fix this error message The backup disk image “/Volumes/AirPort Disk/FARES DEL VALLE’s iMac.sparsebundle” could not be accessed (error -1).

    The troubleshooting C17 is the specific article.
    http://pondini.org/TM/Troubleshooting.html
    This is generally a Lion error.. and you will need 5.6 utility to get access to the disk area.
    So download the real utility. Run it instead of v6 toy version.
    http://support.apple.com/kb/DL1482
    Go to the manual setup, disk page and click on disconnect all users.. that will unmount all users connected to the disk and allow it to start working. But there are a number of other issues that are possible cause. Pondini lists some of them.

  • Update termination error at the time of order creation and chamge?

    Dear gurus,
    Facing an error at the time of creation of order.
    system is giving update termination error & when we are going in change mode of that order system is giving an error message " SD document XXXX is not in the database or has been achieved"
    please treat on priority
    regards,
    krai

    Hi,
    Goto ST22 T.Code and analyse the error.The error message why it is terminated will be displayed here.
    Or go to SBWP T.Code in the user where you got this error and check the inbox.
    It will display why the error is appearing.
    Show the same to the ABAPer and ask them to work on it.
    I think your server may be slow and it will take some time to update the order created by you.But I am not sure.Check the error message.
    Regards,
    Krishna.

  • Funds Mangement - Fund center derivation error at the time of PO/MIGO

    Hello -
    Generally ,If FM account assignements are available in purchase requisition , same should be carried to purchase order and to the good receipts. But I am getting an error at the time of PO or MIGO that " Fund center not derived'. Why this happening ? What can I do to avoid this problem. can I create a step in the derivation to keep the original FM assignments from the previous documents....is there something to do with field status??
    Thanks in Advance
    Chris

    Hi
    Please read carefully tye warehouse concept
    Excample warehouse concept II
    >At PR no FM update
    >At PO no FM update
    >AT GR no FM update
    >AT consumption on Cost center, WBS or Internal order FM is updated and AVC is checked
    Read the release note of ERP 6 or ERP5 the customising of Warehouse concept is well explained
    In sumary:
    Create a stock commitment item statistically
    Create a warehouse funds center
    Create a funds
    Create a derivation rule for warehouse concept 2
    Create a derivation rule where you have plant, valuation class and warehouse funds center
    Cretae a derivation rule fund>warehouse funds center>stock commitment item
    Go in customising integration to make field status for assignement FM account asignments
    Select PO and PR and make optional the funds, funds cenbter, commitment item
    And when you will create a PR or PO FM data will come automatically
    ciao
    Salvator
    PSM-FM Consultant
    BXL

  • How to find out what are the functions supported by string class

    Hi,
    Can any one let me know how to find what are all the functions supported by the string class in standard(STL) library on solaris.
    Regards,
    Vignesh

    1. Any C++ textbook that covers the Standard Library will tell you about the standard string class. A good tutorial and reference for the entire Standard Library is "The C++ Standard Library" by Nicolai Josuttis, published by Addison Wesley.
    2. WIth Sun C++, the command
    man -s3C++ basic_string
    provides documentation for the default libCstd version of the Standard Library.
    3. You could look at the <string> header itself. I don't recommend that approach.

Maybe you are looking for

  • Web application and Scanner

    Web application (ADF-application) and Scanner (device that optically scans images, printed text) how to implement a scan from a web application and the ability to preview the scanned document (in the ADF-application) before uploading to the server.

  • Pages: create pdf documents with hyperlinks to web pdf files

    Hi everybody, I've created a pdf file with Pages, it contains a number of hyperlinks some of them work and the others don't. The ones that works are linked to an html page, and those non working are linked to pdf documents on the net (still beginning

  • RTMT Searches

    I am having the following issue with the RTMT tool. I am able to open the tool, connect to the server, view summary information, etc... However, if I attempt to perform any kind of search I receive the message, "Conducting Device Search, please wait.

  • Query to retrieve the second highest managers salary

    select * from employees where salary=(select max(salary) from employees e where employee_id=e.manager_id and salary<(select max(salary) from employees) this is not executing . . .can anyone suggest new one

  • Zen Extra not turning on on batt

    My Zen Xtra 30gb is not turning on with battery. It is working fine if I plug in the power cable. Any body has any clue on this? Pls help.