Giving name to existing oracle error number in my code

I need to handle the array error on a bulk insert . Is there any danger in doing the following? The error -24381 is NOT my custom error but a standard oracle error.
Package Header
PRAGMA EXCEPTION_INIT(array_dml_error, -24381);
Package Body
BULK INSERT
EXCEPTION
WHEN array_dml_error THEN
WHEN OTHERS THEN
Please help?
Edited by: user4900730 on Apr 19, 2010 2:43 PM
Edited by: user4900730 on Apr 19, 2010 2:44 PM

You may want to check the following link from asktom... detailed discussion on BULK error mapping and handing.
http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:8912264456901
AND
http://asktom.oracle.com/pls/asktom/f?p=100:11:2431746583773006::::P11_QUESTION_ID:8784259916366
CTRL-F for -24381 in these pages.
I have seen name being given to standard Oracle error codes in large production application.
As long as it is well documented and managed, I believe it is ok.
Can't really think of any technical downside. ;-)
vr
Sudhakar B.
Edited by: SudhakarB on Apr 19, 2010 6:24 PM
Meant to say CTRL-F

Similar Messages

  • How to handle an Oracle error

    I want to handle an Oracle Error in my code where the "execute immediate" statement comes to play.
    My code goes against several tables
    ID_TABLE_08
    ID_TABLE_07
    ID_TABLE_06
    If table does not exist in database (ie: ID_TABLE_05) I get : Oracle Error ORA-0942 table or view does not exist.
    How can I capture and handle this error so
    1. The code will continue to run getting the next value
    2. The bad record still will get written in to a table called bad_table.
    v_year := TO_CHAR (pp_eff_dtg (indx), 'yy');
    BEGIN
    EXECUTE IMMEDIATE
    'SELECT DISTINCT ID_number
    FROM ID_TABLE_'|| v_year||'
    WHERE NAME = :NAME
    AND EFFECTIVE_DATE = : EFFECTIVE_DATE
    INTO v_ID_number
    USING pp_NAME (indx),
    pp_eff_dtg (indx);
    GOTO END_LOOP;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    GOTO INSERT_ADD_RECORD;
    END;
    Thank you for your help!

    if you want to handle a specific oracle error number you can also declare an exception, match that exception to the error number and handle it.
    Like this (not syntax checked)
    declare
      e_table_does_not_exist exception;
      pragma exception_init (-942,e_table_does_not_exist); -- I hope I got the parameters in the right order
    begin
       EXECUTE IMMEDIATE('select * from ID_TABLE_'|| v_year||' where ...');
    exception
       when e_table_does_not_exist then -- handle specific error
           raise_application_error(-20001,'The table ID_TABLE_'|| v_year||' could not be found. Next time enter a valid year!');
    end;

  • All oracle errors in a table

    Oracle 11.2.0.1
    Windows 7 Home Premium
    I want to create a table which should have below columns and values :
    ORA Varchar2(20)
    Cause Varchar2(100)
    Action Varchar2(150)
    This table should have all the ORAs with their causes and suggested action(s).
    Can you please give me such a link for this?
    Thanking you.

    user12050217 wrote:
    Hello Sir,
    Can you please confirm that a good oracle installation in windows have oraus.msg ? After searching on different links, i found that oraus.msg is for *nix OS, oracle provides oraus.msb for windows.  Kindly confirm my understanding.
    I need this table because our application team has asked our DBA team to provide them a complete oracle error code, causes and action column, so that they can use in their daily purpose. They are designing a utility in which user will simply input oracle error number and output will be fetched by this table (in case there is no internet connectivity and DBA is on the leave). So that they can talk DBAs over phone that we are getting such and such error and this is cause and action from your table.
    Please help me in this regard.
    Thanks and Regards,They are re-inventing the wheel. Oracle has already provided that utility. It's call 'oerr' and is fully documented and supported. Do they also want to re-write sqllpus? expdp/impdp? sqlloader? How about the dbms_* utilities?

  • Crystal Reports 2008 Viewer Syntax error number: -2146827286

    I have CrystalReportViewer12 installed on Apache/Tomcat 6. I have configured all components as necessary: installed jars and setup web.xml/CRConfig.xml. I can get the report to display appropriately in my jsp page. But when I try to use the Go To Next Page button I receive the following error:
    name: SyntaxError
    message: Syntax error
    number: -2146827286
    description: Syntax error
    Any assistance will be appreciated.
    Thanks.

    Translating the error message on bablefish I get:
    Mistake with the store of the data bank information. Mistake in the file Report {C6512421-348A-4621-B1ED-895D28646A0A} .rpt
    Which I'm sure is not 100% accurate, but it gives a good hint. As well, because of this:
    "Do I need to install an additional / diffrent runtime than 2008 Runtime"
    I wonder how you installed the CR 12 runtime on that computer? For more info on CR runtimes, see [this|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsforVisualStudio.NETRuntimeDistribution-Versions9.1to12.0] wiki.
    If my suggestion above does not help, make sure the Win\temp directory can be accessed buy the application. Crystal Reports runtime needs to write and read files from the temp directory.
    Ludek

  • Showing oracle error ID

    Hi all,
    Is there any way to track the oracle error number . Actually in which variable it get stored? I want to show the oracle error number during the error in my validation error message area.So how can i frame the error message area during validation.
    Cheers,
    Eman

    Hi Scott,
    Say i have a form related to table EMP.the form have a create button.Now when i want to insert some NULL value to the empid field obviously it throws the error
    ORA-01400: cannot insert NULL into EMP(EMP.empid) .Now i want to make a validation to handle this error and want to show my own customized error message.For this i create a validation.Now i can give any message in the error message field.But i want to display that ORA-01400 error ID with my message so that the future developer can understand better inspite of looking my own message.This is quite simple validation but for complex validation it will be easy to maintain the application if ORA error ID will be displayed.Actually #SQLERRM# is not working in my error message text its not showing the actual error ID .so there must be some way so that the actual error ID can be displayed by HTMLDB itself when handling error .
    I think now i can give the details of what my problem is actually ....
    Hope i u have any solution in this regards,
    Thanking u,
    Cheers,
    Eman.

  • Error :CIM_ERR_FAILED:HTTP response code:501 Not Implemented_Unsupporte

    Hello gurus
    iam facing the below error when trying to do the initial Setup on PI 7.1 running on Windows 64bit,Oracle
    Error :CIM_ERR_FAILED:HTTP response code:501 Not Implemented_Unsupported-protocol version
    i have checked the following notes 1115280,939592,764176,1309239 but cant find a solution to this.i have tried to add the  Businness systems manually and re excute the steps but no luck.
    any ideas are welcome

    Thanks for your response .I updated the CR content up to the latest but the problem still existed.
    I did a work around althought that was not part of the landscape.I reexecuted the post installation on to the local sld it works without a problem.
    There are notes that  states that you can use a remote sld  but tried all that  but still doesn`t work so  reinstalled the PI system several times on different boxes thinking that maybe a patch somewhere is causing the problem.
    I sent an OSS to SAP and they provided a link to help of which its just the same info that is in the notes.So then they came back later and said that i should reboot the server.......
    but  its now working as a local SLD not REMOTE (my sld on Solution manager not PI)

  • ORACLE error 959 encountered ORA-00959: tablespace 'xyz' does not exist

    im importing a dump to a newly created BD and im using 11g. I have already tablespaces and user for the dump to be imported.
    The problems is, i have a total of 5 tablespaces created, all 4 are working well except the one tablespace and im receiving a 959 error(IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'xyz' does not exist). The log mentions that the tablespace does not exist even if this tablespace exist in the list of tablespace and datafiles created.
    Hope you could help me with this. Thanks
    Edited by: user8667617 on Feb 18, 2010 11:06 PM

    SQL> Select name from v$datafile;
    NAME
    C:\APP\ORACLEADMIN\ORADATA\ORC11\SYSTEM01.DBF
    C:\APP\ORACLEADMIN\ORADATA\ORC11\SYSAUX01.DBF
    F:\ORC11DBUNDO\UNDOTBS01.DBF
    E:\ORC11DBUSER\USERS01.DBF
    E:\ORC11DBUSER\INT_TRANSACTIONS_DATA.DBF
    E:\ORC11DBUSER\INT_DATA.DBF
    E:\ORC11DBUSER\CAS_DATA.DBF
    E:\ORC11DBUSER\COS_DATA.DBF
    E:\ORC11DBUSER\INT_ONLINE_TRANSACTIONS_DATA.DBF
    9 rows selected.
    SQL> Select * from v$tablespace;
    TS# NAME INC BIG FLA ENC
    0 SYSTEM YES NO YES
    1 SYSAUX YES NO YES
    2 UNDOTBS1 YES NO YES
    4 USERS YES NO YES
    3 TEMP NO NO YES
    6 INT_TRANSACTIONS_DATA YES NO YES
    7 INT_DATA YES NO YES
    8 CAS_DATA YES NO YES
    9 COS_DATA YES NO YES
    10 INT_ONLINE_TRANSACTIONS_DATA YES NO YES
    10 rows selected.
    SQL>
    here are the result of my query and it seems that the tablespace is recognized by the DB.
    is there still any reason why? also when i try to drop the said tablespace in getting a response of the "tablespace does not exist" but when i try to create the tablespace it says that "ORA-00604: error occurred at recursive SQL level 1
    ORA-00001: unique constraint (SYS.I_TS1) violated"
    hope you can help me with this.

  • CKM Oracle: Max Number of Errors Parameter in CKM

    Hi,
    I have a question and would require your suggestion.
    ODI version : ODI 11G
    I am using CKM Oracle as my Check Knowledge Module.
    In CKM, we have a option "Maximum Numbers of Errors Allowed" .. to be given as percentage or number.
    My requirement is if the total error is more than 10% for any interface , the ODI should send an e-mail and proceed to next interface.
    I have e-mail set-up in ODI and tested.
    However, when i mention 10% in that field, and if the number exceeds 10% of total count, the INterface fails.
    I want to know how ODI is calculaing the error number and if the above mentioned scenario can be implemented.
    Pratik.

    I have created the package in the same format as you have mentioned.
    No, the issue is if i check the Error percentage for an interface, the Interface fails giving the error message:
    ODI-1226: Step int_jda_dfuview_level1 fails after 1 attempt(s).
    ODI-1239: Flow int_jda_dfuview_level1 fails because the maximum percentage of allowed errors (10 %) is exceeded during the flow check. This flow loads target table DFUVIEW.
    My requirement is that Since all these packages are part of Master Package, hence when total number is of error is more than 10% for a particular interface (which is called as a Scenario in my master batch),
    the interface should not fail rather it should be like warning, send an e-mail and proceed to next package.
    My Package Design:
    OdiWebservice ----OK----- Package Called as Scenario ----OK--- Success Email
    If Scenario Fails : ---KO --- Failure E-mail --------OK--- Dummy Failure Package
    The Dummy package is used so that if there is a failure, the Master Batch should be started from where it failed.

  • The error: "Oracle Error 904 / Invalid Column name"

    When I try to take the Oracle Backup with the Exp command. I got the following error.
    The error: "Oracle Error 904 / Invalid Column name" .
    Any solution or suggestion?????????

    Asif, to add another question to the list of things to check. Is the version of the exp utility you are using to perform the export operation the same version as the database? If not, that would explain the error.
    If you are trying to export using a newer version of the export utility that generally will not work. You should switch to using the db version.
    If you are exporting using an older version because the target is an older version then usually you need to run the catexp# where # is the version number script for the target version that Oracle provides in the $ORACLE_HOME/rdbms/admin directory.
    HTH -- Mark D Powell --

  • "User names cannot start with a number" error while adding a user

    Is it possible to use WL Portal 7.0 admin framework to manage users with all numeric
    user id ?
    I got an error "User names cannot start with a number" while trying to add users
    with all numeric user ids. I am using "portalAppTools" web app provided with WL
    7.0 out of the box.
    What "out the box" functionality do I need to change to make this happen ? Thanks
    Shah

    The problem is that when we have user groups starting with a number, then the search
    feature doesn't work for user groups (case # 466837 with BEA).
    So, which brings me to the following question:
    a. Should the search feature work?
    b. What is the limitation? I mean, it is designed not to allow user groups starting
    with a number. So, there must be a reason for this. So, if we change "disallowFirstCharDigit",
    will it have any impacts on Portal?
    As an aside, it seems somewhat strange that the Portals can start with a number!
    Thanks in advance
    Venkatesh
    "Ture Hoefner" <replyto@newsgroup> wrote:
    Hello Shah,
    Search your tools web app for the UsermgmtTools.properties file. In
    my
    installation, it is at:
    D:\bea70sp1\weblogic700\samples\portal\sampleportalDomain\beaApps\sampleport
    al\tools\WEB-INF\classes\com\bea\jsptools\p13n\usermgmt\servlets\jsp
    It starts with this:
    # Messages and other properties used by usermgmt jsp tools
    # Name properties - UserBean and GroupBean
    disallowedCharacters: ~`!$%^&-*() {}[]|\\/?<>,:;+="'
    disallowFirstCharDigit: true
    Ture Hoefner
    BEA Systems, Inc.
    www.bea.com
    "Shah Sidi" <[email protected]> wrote in message
    news:3db0a001$[email protected]..
    Is it possible to use WL Portal 7.0 admin framework to manage userswith
    all numeric
    user id ?
    I got an error "User names cannot start with a number" while tryingto add
    users
    with all numeric user ids. I am using "portalAppTools" web app providedwith WL
    7.0 out of the box.
    What "out the box" functionality do I need to change to make this happen?
    Thanks
    Shah

  • File name replaced with Tilde (~), name already exists error

    When exporting jpg files in Lightroom 4 I've recently had an issue with some of the files containing a tilde (~), the 43rd file in the series often gets it as well as a few others. So in the series one might be named 43-MA~1.jpg instead of the 43-Maegan-details.jpg that I originally named the file.
    When I've tried to rename these files from the finder I get the error "name already exists". If I rename it to something totally different it works but if I then try to rename it the original filename I wanted it gives me the error again or reverts to the name with the ~.
    I'm running 10.6.8, and the problem has been happening the past few weeks but I've never had the problem before. I can't figure out what is causing the problem and it's not every export but it's a huge hassle to try and rename the files.

    This is the one error message that I have gotten in years with Encore. In my case, I had created a Project to be used as a "template," and had done the layout, Imported the common Assets, and then used this as the basis for a 17 DVD set, just Importing the unique Assets to each. Everything went perfectly, until disc 15. Maybe I was sloppy, as I had just completed 14 such Projects that day, but when I went to Build, I got that error. I tried un-Linking and re-Linking Assets, and checked all Menus. Nothing - just that error. Flushed Media Cache, and only the error. I posted here, with the details and asking for ideas.
    In the meantime, I just grabbed my "template" Project and Imported those same, unique Assets. Used my altered Menus from bad Project and did my linking, exactly (or so I thought) as I had just done. This time, the Build was successful and # 15 thru 17 went without a hitch.
    I had Saved that bad Project, and several folk offered suggestions. I tried them all, but never could get it to Build. I always got that error. I finally gave up testing and chalked it up to OE on my part, but I never figured out what I had done wrong, as I really thought that it was by the numbers.
    Based on my experience, I would just start a new Project, being careful in the workflow. That was the only thing that worked for me.
    Good luck,
    Hunt

  • Folder name already exists error when activating feature

    HI,
    I am creating a document library and adding folders to it using elements.xml in VS 2012.
    First time deployment of the item works fine, the folder is created. But further deployment or activation of feature from site features is throwing the error "Folder name already exists".
    Below is the elements.xml of List Instance, which was modified to add the folders.
    <ListInstance Title="TestLibrary" OnQuickLaunch="FALSE" TemplateType="101" FeatureId="Guid" Url="Lists/TestLibrary" Description="TEST Library List Instance">
    <Data>
    <Rows>
    <Row>
    <Field Name="ContentTypeId">0x0120004F994A3C0FF76546A528DA0D4B515898</Field>
    <Field Name="FileLeafRef">Test_One</Field>
    <Field Name="Title">Test_One</Field>
    <Field Name="FSObjType">1</Field>
    </Row>
    <Row>
    <Field Name="ContentTypeId">0x0120004F994A3C0FF76546A528DA0D4B515898</Field>
    <Field Name="FileLeafRef">Test_Two</Field>
    <Field Name="Title">Test_Two</Field>
    <Field Name="FSObjType">1</Field>
    </Row>
    </Rows>
    </Data>
    </ListInstance>
    How to fix this?
    Thanks

    Hi,
    According to your post, my understanding is that you got “Folder name already exists error when activating feature”.
    I had used the following code snippet to create a folder within a document library, it didn’t throw errors when reactive the feature.
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <ListInstance Title="LibTest"
    OnQuickLaunch="TRUE"
    TemplateType="10000"
    Url="Lists/LibTest"
    Description="My Lib Instance">
    </ListInstance>
    <Module Url="Lists/LibTest/Folder1" />
    </Elements>
    http://shareden.blogspot.com/2012/11/creating-feature-with-image-library.html
    Also, when you redeploy the project, it will give you a dialog which would promote to delete the existed list or not.
    If you click the “Resove Automatically”, the visual studio would delete the existed list automatically, and create a new list.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • Reg an Error: no function with name 'CURRENT_RECORD' exists in this scope

    Hi All,
    I am getting the following error when i try using Set_Item_Instance_Property for assigning a visual attribute to an item.
    This is the code. I have replaced Display_Item with Set_Item_Instance_Property for setting the visual attribute.
    --DISPLAY_ITEM(lv_cur_item, 'VA_CURRENT_BUTTON');
    SET_ITEM_INSTANCE_PROPERTY(lv_cur_item,CURRENT_RECORD,VISUAL_ATTRIBUTE,'VA_CURRENT_BUTTON');
    no function with name 'CURRENT_RECORD' exists in this scope
    Any suggestion regarding this.
    Regards,
    Prasad.

    L.Rajesh - :SYSTEM.CURRENT_RECORD global variable does not exist - use :SYSTEM.CURSOR_RECORD or :SYSTEM.TRIGGER_RECORD instead.
    Prasad - what version of Forms are you using? For Forms 6i and higher, CURRENT_RECORD property is a valid reference. (not sure about Forms 5 or earlier as I don't have access to these versions any longer :) ) Are you logged into a database when you compile your code? There might be a TYPO somewhere in your code that the PL/SQL compiler can't determine the cause and CURRENT_RECORD is the first recognizable term the compiler can find. Sometimes, I've had to log out, close Forms Builder and reopen the form I'm working on to eliminate these types of odd compilation errors.
    Hope this helps,
    Craig B-)
    If a response is helpful or correct, please mark it accordingly.

  • ORA-01801 does not exist in Oracle Errors Documentation

    Hi,
    <br>
    RMAN issed to me the following error: <br>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 06/18/2007 09:55:57
    RMAN-03999: Oracle error occurred while while converting a date: <b>ORA-01801</b>: date
    format is too long for internal buffer<br>
    Regardless of the error reason, when I looked up the ORA-01801 error in the following reference, I did not see the error number there:<br>
    Oracle Database Error Messages 10g Release 2 (10.2) A14219-01
    <br>
    <br>
    However, I saw it in Oracle 9i error documentation.
    <br>
    <br>
    Are there any obsolete errors? Why I don't see the error in 10g doc?
    Thanks in advance.

    You should report such thing into Documentation
    Nicolas.

  • Exact fetch returns more than requested number of rows oracle error ; unable to find where exactly throwing error in the below code.

    hi i am receiving "exact fetch returns more than requested number of rows oracle error". but i am not able to locate the error in the below code. Any help would be appreciated!!!
    CREATE OR REPLACE PROCEDURE load_scene_collection_item (
    --pdname                                  VARCHAR2,
    -- LOCATION TO ADD/CHANGE below!!!
    pITEM_TYPE_ID                      INTEGER,
    pSCENE_COLLECTION_ID        INTEGER,
    pCOLLECTION_ITEM_NAME     VARCHAR2,
    pCOLLECTION_ITEM_DESC      VARCHAR2,
    pDEFAULT_COORD_X      NUMBER,
    pDEFAULT_COORD_Y      NUMBER,
    pDEFAULT_COORD_Z      NUMBER,
    pDEFAULT_WIDTH            NUMBER,
    pDEFAULT_HEIGHT            NUMBER,
    pDEFAULT_ROTATION      INTEGER,
    pDEFAULT_ALPHA            INTEGER,
    pfname                                 VARCHAR2)    IS
    src_file BFILE;
    dst_file BLOB;
    lgh_file BINARY_INTEGER;
    BEGIN
    src_file := bfilename('BUSINESSBLOBSIMAGES', pfname);
    -- insert a NULL record to lock
    Insert into SCENE_COLLECTION_ITEM
       ( ITEM_TYPE_ID,
       SCENE_COLLECTION_ID,
       COLLECTION_ITEM_NAME,
       COLLECTION_ITEM_DESC,
        COLLECTION_ITEM_IMAGE,
       DEFAULT_COORD_X,
       DEFAULT_COORD_Y,
       DEFAULT_COORD_Z,
       DEFAULT_WIDTH,
       DEFAULT_HEIGHT,
       DEFAULT_ROTATION,
       DEFAULT_ALPHA,
        CREATE_USER,
        CREATE_DATE)
    Values    ( pITEM_TYPE_ID, pSCENE_COLLECTION_ID, pCOLLECTION_ITEM_NAME, pCOLLECTION_ITEM_DESC, EMPTY_BLOB(),   
       pDEFAULT_COORD_X,
       pDEFAULT_COORD_Y,
       pDEFAULT_COORD_Z,
       pDEFAULT_WIDTH,
       pDEFAULT_HEIGHT,
       pDEFAULT_ROTATION,
       pDEFAULT_ALPHA,  
    sys_context('USERENV', 'OS_USER'), 
    sys_extract_utc(systimestamp))
    RETURNING COLLECTION_ITEM_IMAGE INTO dst_file;
    -- LOCATIONs(2) TO ADD/CHANGE above!!!
    -- lock record
    SELECT COLLECTION_ITEM_IMAGE
    INTO dst_file
    FROM SCENE_COLLECTION_ITEM
    WHERE ITEM_TYPE_ID     = pITEM_TYPE_ID
    AND SCENE_COLLECTION_ID = pSCENE_COLLECTION_ID
    AND COLLECTION_ITEM_NAME= pCOLLECTION_ITEM_NAME
    AND COLLECTION_ITEM_DESC= pCOLLECTION_ITEM_DESC
    AND    pDEFAULT_COORD_X = DEFAULT_COORD_X
    AND   pDEFAULT_COORD_Y  = DEFAULT_COORD_Y
    AND   pDEFAULT_COORD_Z  = DEFAULT_COORD_Z
    AND   pDEFAULT_WIDTH    = DEFAULT_WIDTH
    AND   pDEFAULT_HEIGHT   = DEFAULT_HEIGHT
    AND   pDEFAULT_ROTATION = DEFAULT_ROTATION
    AND   pDEFAULT_ALPHA    = DEFAULT_ALPHA
    FOR UPDATE;
    -- LOCATION TO ADD/CHANGE above!!!
    -- open the file
    dbms_lob.fileopen(src_file, dbms_lob.file_readonly);
    -- determine length
    lgh_file := dbms_lob.getlength(src_file);
    -- read the file
    dbms_lob.loadfromfile(dst_file, src_file, lgh_file);
    -- update the blob field
    UPDATE SCENE_COLLECTION_ITEM
    SET COLLECTION_ITEM_IMAGE = dst_file
    WHERE ITEM_TYPE_ID     = pITEM_TYPE_ID
    AND SCENE_COLLECTION_ID = pSCENE_COLLECTION_ID
    AND COLLECTION_ITEM_NAME= pCOLLECTION_ITEM_NAME
    AND COLLECTION_ITEM_DESC= pCOLLECTION_ITEM_DESC
    AND    pDEFAULT_COORD_X = DEFAULT_COORD_X
    AND   pDEFAULT_COORD_Y  = DEFAULT_COORD_Y
    AND   pDEFAULT_COORD_Z  = DEFAULT_COORD_Z
    AND   pDEFAULT_WIDTH    = DEFAULT_WIDTH
    AND   pDEFAULT_HEIGHT   = DEFAULT_HEIGHT
    AND   pDEFAULT_ROTATION = DEFAULT_ROTATION
    AND   pDEFAULT_ALPHA    = DEFAULT_ALPHA
    -- LOCATION TO ADD/CHANGE above!!!
    -- close file
    dbms_lob.fileclose(src_file);
    END load_scene_collection_item;
    Thanks in advance!!!!

    Hi PaulHorth,
    Thanks for the quick reply.
    Actually, i am getting  error while updating the records.
    below is the error message:
    Error starting at line 1 in command:
    exec load_scene_collection_item(3,15,'2 Lane 4way Stop','4 Way Stop Intersection with 2 lanes in each direction',0,0,0,400,517,0,1,'2 Lane 4way Stop.PNG');
    Error report:
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at "DP_OWNER.LOAD_SCENE_COLLECTION_ITEM", line 55
    ORA-06512: at line 1
    01422. 00000 - "exact fetch returns more than requested number of rows"
    *Cause:    The number specified in exact fetch is less than the rows returned.
    *Action:   Rewrite the query or change number of rows requested

Maybe you are looking for

  • PNG Semi-Transparent background shows up with visual errors in code view in Dreamweaver CS5

    Hi, I am using an image as a visual divider between blocks of content for a template that I am making. The background is a PNG image with varying amounts of transparency. This background is set to be at the bottom of the div and creates a horizontal

  • MB01 ERROR M7022 PU Ordered quantity exceeded

    OMCQ - messages are as Worning, Set Tolerance Limits are either "Set Tolerance Limits" or "Set Tolerance Limits 99%". In PO I ordered 10 pce, but in MB01 (goods receipt) I change quantity into 12 pce. But I receive Error message (hard in program) - p

  • Start Windows in Mac OS X

    Is it possible to restart in windows from mac os x using boot camp? just like when you restart to mac os x while in windows.

  • Generic icon since update

    I have the same problem I've seen others have.  Since the last upgrade on Reader all of my PDF files have a generic icon. Any ideas of how to fix this?

  • E61 Sync via Bluetooth or WiFi?

    Using the Nokia PC Suite provided, I cannot seem to connect via Bluetooth. I CAN however connect from my PC to my e61 via Bluetooth, but cannot sync without the PC Suite software. Is there a solution to this problem? Is there any way of Syncing an e6