Technical Info (only visible for developers) ORA-01403:

My Apex was working fine, but now when I create any application, and try to modify any record I face following error....???
Technical Info (only visible for developers)
is_internal_error: false
ora_sqlcode: 100
ora_sqlerrm: ORA-01403: no data found
component.type: APEX_APPLICATION_PAGE_PROCESS
component.id: 3049630242871846
component.name: Fetch Row from SL_AUTONUMBER
error_backtrace:ORA-06512: at line 1 ORA-06512: at "SYS.DBMS_SYS_SQL", line 1815 ORA-06512: at "SYS.WWV_DBMS_SQL", line 1064 ORA-06512: at "SYS.WWV_DBMS_SQL", line 1090 ORA-06512: at "APEX_040200.WWV_FLOW_DYNAMIC_EXEC", line 832 ORA-06512: at "APEX_040200.WWV_FLOW_DML", line 551 ORA-06512: at "APEX_040200.WWV_FLOW_PROCESS", line 333

The reason of  getting 'No data found' error..
In Table Primary Key is Cust_Code which contain data like ('13/1', '13/2'........ and so on)
If I remove '/' from data and use the flat numbers like 1,2,3......and so on, then there is no error.
But my data consist of with '/' , which is my requirement, how can i handle this type of data.......????

Similar Messages

  • Why are my emails only visible for @ six weeks then they disappear?

    Since I installed Lion on my IMAC I have noticed something strange with Mail - all of my emails only appear for about a period of six weeks and then they disappear. Currently I have no emails before 25 February.... I cannot see any setting that specifies this to happens - how can I restore so I see all emails?
    Many thanks, Gary

    gazzakot1 wrote:
    Dear Lanny, thanks for info - most of my email a/c ate with BT yahoo (says IMAP) on listing.... the snapshot of accounts / advanced is different but looks fine to me. It is different to what you listed but it does say 'keep copies of messages for offline viewing' .....
    They look different because the screens for POP3 and IMAP accounts are different. As I said in my first response, you didn't provide any information about the type of email that you were using in your original post.
    POP3:
    IMAP:
    Not providing enough information with your questions generally results in a waste of time for both the questioner and the responder, since one can only guess the details of the situation.

  • Technical info on labels for smartforms

    hi, I need info on the fields of the labels vda_4902 end odette. thanks

    Hi,
    What ichat does is this.
    Starting with a TCP login on port 5190 on TCP by default it connects to the AIM Servers.
    It gets info back on this and the UDP Protocol on port 5190 for the Buddy List. (I restated the Port number as you can change the login in port)
    So you have your Buddy List.
    Double clicking on a Buddy's Video icon send them the Visible Invite on port 5678
    As far as I can tell this bit is Peer-to-Peer..... But
    Almost at the same time iChat moves to port 5060 in ichat 3 and Earlier and contact the SNATMAP Server.
    In Leopard/iChat 4 this is done on port 16402 as first choice.
    The Buddy's iChat does the same thing (almost before they have accepted the invite).
    From here iChat 3 tells SNATMAP which 4 ports it is willing to use for the Audio Only or Video chat. (Starts at the lowest of 16384-16403 and uses them in groups of 4 ports meaning if the any of the first are not available it moves to the next for)
    The process it uses in "STUN-like" http://en.wikipedia.org/wiki/Simpletraversal_of_UDP_overNATs
    Apple claimed at one stage that they did not know about STUN and created their Own similar process.
    So basically SNATMAP "Negotiates" which ports both ends are willing to use and then connects them and then drops out leaving you Peer-to-Peer.
    In Leopard iChat 4 this is one port (16402 as first choice)
    Part of the reason for this is that Apple decided that iChat filled the criteria for a VoIP app when it first went A/V
    This at the time used the 4 SIP port (5060-5063 on UDP) which is why you need the STUN-like process.
    (At some point it will be technically possible that iChat and the iPhone could do full on SIP/VoIP connections as Apple's SNATMAP sever is a SIP server).
    As you note it can be difficult to encourage people to open up Log files as they pop up as they are not aware you can do both - read them and send them.
    I hope this is of some help.
    9:39 PM Thursday; June 19, 2008

  • ORA-01403: No data found (only affects 1 user)

    Hi
    We have an application that is used by 100+ users a day - 1 particular user however is unable to view the report and gets the following error message (no one else experiences this):
    failed to parse SQL Query
    ORA-01403: No data found
    For info all users sign-in automatically via a custom funtion for SSO and I have tried getting her to delete temporary internet files, accessing from the internal intranet (instead of a favourite etc) revoking her access etc but nothing has worked.
    Grateful for any suggestions you may have in resolving this for the user
    Cheers Jamie

    Hi,
    it is always good to mention which version you are using of APEX and the database version.
    Maybe this thread can give you some light: failed to parse SQL query: ORA-01403: no data found
    Herald ten Dam
    http://htendam.wordpress.com

  • Help with making JLabel visible for a few seconds only

    Hello guys,
    I need help with making a JLabel object visible for a few seconds only and disappear when a JButton has been clicked.
    Here is piece of code where I add mouse listener to the JButton object in my case is (jrbFigure1) and
    when is called sets icon and text to the JLabel jlbl object:
    jrbFigure1.addMouseListener(new MouseAdapter() {
    jrbFigure1.addMouseListener(new MouseAdapter() {
    public void mouseClicked(MouseEvent e) {
    jlbl.setIcon(cross);
    jlbl.setText(wrong);
    This piece of code is in a switch statement, the statement is in a method.
    The JLabel jlbl object is added in a panel in the constructor of the class.
    I really hope someone could help me on this issue.
    I would like to thank you in advance for any help or advice given.

    Bobson wrote:
    Sorry for posting my issue twice, I thought, I posted it in a wrong forum:)It's OK. We'll ask the mods to delete the other thread.
    I want the label to appear for X seconds when then button is pressed and disappear after that.Then a Swing Timer is what you want to use.
    I need to do this in a number of cases from a switch statement because I several buttons.Better to have several ActionListeners, one for each button or each type of button, rather than one ActionListener with a large switch statement, a so-called switch-board listener. They're messy to debug and upgrade.
    I tried to use Swing Timer, but I cannot set it properly.Go through the Sun Swing tutorial on Swing Timers. It's all outlined for you there: [http://java.sun.com/docs/books/tutorial/uiswing/misc/timer.html]

  • ORA-01403: no data found for default value

    I have the following pl/sql function body for setting the default value of a select list.
    DECLARE
    selected VARCHAR2(100);
    BEGIN
    select person_id into selected from ht_people
    where :app_user=flow_user;
    RETURN selected ;
    END;
    It works perfectly until the user who is logged in is not on the list and then I get:
    ORA-01403: no data found
    ERR-9131 Error in PLSQL function body for item default code, item=P7_IDENTIFIED_BY
    Is there an item property I can set to handle this or must this be done in PL/SQL?

    This will throw no error if user not found:
    DECLARE
       selected   VARCHAR2 (100);
    BEGIN
       FOR c IN (SELECT person_id
                   FROM ht_people
                  WHERE :app_user = flow_user)
       LOOP
          selected := c.person_id;
       END LOOP;
       RETURN selected;
    END;Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • TS1702 can't download apps because it only aske for states billing info not canada

    Just got a ipod touch want to download apps but when it asks for billing info only gives options for staes not Canada

    Turns out if you get this problem you make an account before your about to download it

  • HT201209 I have just put a $25 credit on my itunes acct. I previously had my credit charged one it doesn't acknowledge my $25 credit only asks for credit card info. Is there something I have to do to charge my gift card?

    II have just put a $25 credit on my itunes acct. I previously had my credit card charged  now it doesn't acknowledge my $25 credit only asks for credit card info. Is there something I have to do to charge my gift card?

    How much is the cost of what you wish to buy? The credit is used first and credit card info wouldbe requested for any outstanding balance. The US store prices do not reflect the local sales taxes that are added in the final steps of the purchase transaction.

  • Turn-Off tracing for ORA-01403 isnt Working

    Hi,
    I am using 10.2.0.4 on RHEL AS4.
    We received ORA-01403: no data found in the alert log file an the tracing was turned on.
    Now we want to turn off the tracing but both of following commands aren't working.
    alter system set events '1403 trace name errorstack off'
    alter system set events '1403 trace name context off';
    Any ideas please?
    regards

    Thanks for the reply, but my question is that how can I turn off the tracing.If tracing has not been ENABLED, then it make no sense to think it can be disabled.
    What do you see differently after actually
    alter system set events '1403 trace name context forever';
    Edited by: sb92075 on Feb 13, 2011 8:16 AM

  • HT5622 Do you have to enter credit card info to set up an apple id acct? even if I am only using for free downloads and never intend to purchase anything?

    Do you have to enter credit card info to set up an apple id acct? even if I am only using for free downloads and never intend to purchase anything?

    If you have already created the Apple ID, yes.  You can add the card - it will authorize $1.00 (USD) which will be released.  At that point, you can then change the payment method to None - Then done.
    If you would rather create a different appleID without a credit card, follow the instructions here: http://support.apple.com/kb/HT2534

  • ACE : Alternate configuration for NCI-TYPE-INFO only

    Hi,
    Is there a way to configure redirect type NCI-TYPE-INFO only - on the ACE devices ?
    I need this functionality to redirect the traffic when the servers at the primary site are down and the clients still hit the content at site 1
    The CSS config is
    service 1
    ip address a.a.a.a
    active
    service 2
    ip address a.a.a.b
    active
    service site2
    ip address Y.Y.Y.Y(Vip address of the remote site)
    type NCI-INFO-ONLY
    active
    content
    vip X.X.X.X
    add service 1
    add service 2
    primarysorryserver service site2
    active
    source group redirect
    vip address X.X.X.X
    add destination service site 2
    active
    and similar configuration at Remote CSS.
    Thanks in Advance.
    Raj

    Something like this should do
    rserver Site1-Server1
    ip address a.a.a.a
    inservice
    rserver Site1-Server2
    ip address a.a.a.b
    inservice
    rserver Site2-Server
    ip address Y.Y.Y.Y
    inservice
    serverfarm host Site1-SF
    probe ICMP
    rserver Site1-Server1
    inservice
    rserver Site1-Server2
    inservice
    serverfarm host Site2-SF
    probe ICMP
    rserver Site2-Server
    inservice
    policy-map type loadbalance first-match APP1-policy-map
    class class-default
    serverfarm Site1-SF backup Site2-SF
    nat dynamic 1095 vlan x serverfarm primary
    interface vlan x
    ip address
    access-group input ANYONE
    nat-pool 1095 x.x.x.x x.x.x.x netmask 255.255.255.0 pat
    service-policy input VLANX-VIPS
    no shutdown
    Syed Iftekhar Ahmed

  • Only error ora-01403 in REPORTS

    When I run a report with error, always occur the error ORA-01403, but not display the correct error.
    In Reports6i, the information error display correct.
    Exists some way to show the correct error ???

    When I run a report with error, always occur the error ORA-01403, but not display the correct error.
    In Reports6i, the information error display correct.
    Exists some way to show the correct error ???

  • Error (ORA-01403) saveing data form a report with apex_item items

    Hi all,
    I've a problem saveing data that's inserted into a report which I created using apex_item items. Reproducing the exact issue on apex.oracle.com will take me a lot of time, and I don't know if I really can reproduce this matter... So I hope I can explain my problem clearly enough, here...
    The global story of the application is that its an application used for measureing objects. For these objects there are templates, with default properties. When measureing an object, the user must fill in those properties for the object. The report is build dynamicly, becouse each object has different properties and each property could be of an other kind (number, text, list, counter [=number field with add and substract buttons], and date). Depending on the type of the property, the report has to show an other item to fill.
    The query for constructing this report is like this:
    select defprop.proptyp_id,
    apex_item.hidden(41,defprop.id) defprop_id,
    defprop.nam,
    decode(proptyp.id,
                    1, apex_item.text(p_idx=>42,p_value=>''||
                        decode(defprop.srt, 'CONSTANT', (select WRD
                                                                            from    measurement_prop
                                                                            where    defprop_ID = defprop.id
                                                                            AND        measurement_id IN
                                                                                (SELECT ID
                                                                                FROM measurement
                                                                                WHERE OBJ_ID = obj.id
                                                                                AND DAT IN
                                                                                    (SELECT latest_date
                                                                                    from object_instance
                                                                                    WHERE ID = obj.id)))
                     ||'' ,p_attributes=>'class=case5_num'),
                    2, apex_item.text(p_idx=>42,p_value=>''||
                        decode(defprop.srt, 'CONSTANT', (select WRD
                                                                            from    measurement_prop
                                                                            where    defprop_ID = defprop.id
                                                                            AND        measurement_id IN
                                                                                (SELECT ID
                                                                                FROM measurement
                                                                                WHERE OBJ_ID = obj.id
                                                                                AND DAT IN
                                                                                    (SELECT latest_date
                                                                                    from object_instance
                                                                                    WHERE ID = obj.id)))
                     ||''),
                    3, apex_item.select_list_from_query(p_idx=>42,p_value=>''||
                        decode(defprop.srt, 'CONSTANT', (select WRD
                                                                            from    measurement_prop
                                                                            where    defprop_ID = defprop.id
                                                                            AND        measurement_id IN
                                                                                (SELECT ID
                                                                                FROM measurement
                                                                                WHERE OBJ_ID = obj.id
                                                                                AND DAT IN
                                                                                    (SELECT latest_date
                                                                                    from object_instance
                                                                                    WHERE ID = obj.id)))
                     ||'', p_query=> 'select wrd, id from property_typewrd where proptyp_id = ' || proptyp.id ||' order by vlgnum', p_show_null=> 'NO'),
                    4, apex_item.text(p_idx=>42,p_value=>''||
                        decode(defprop.srt, 'CONSTANT', (select WRD
                                                                            from    measurement_prop
                                                                            where    defprop_ID = defprop.id
                                                                            AND        measurement_id IN
                                                                                (SELECT ID
                                                                                FROM measurement
                                                                                WHERE OBJ_ID = obj.id
                                                                                AND DAT IN
                                                                                    (SELECT latest_date
                                                                                    from object_instance
                                                                                    WHERE ID = obj.id)))
                     ||'',p_attributes=>'class=case5_num')
                    || '<a name="add_f02" href="#"><img alt="add" src="#WORKSPACE_IMAGES#plusBig.gif"/></a>    '
                    || '<a name="sub_f02" href="#"><img alt="sub" src="#WORKSPACE_IMAGES#minusBig.gif"/></a>',
                    5, apex_item.date_popup(p_idx=>42, p_value=>''||
                        decode(defprop.srt, 'CONSTANT', (select WRD
                                                                            from    measurement_prop
                                                                            where    defprop_ID = defprop.id
                                                                            AND        measurement_id IN
                                                                                (SELECT ID
                                                                                FROM measurement
                                                                                WHERE OBJ_ID = obj.id
                                                                                AND DAT IN
                                                                                    (SELECT latest_date
                                                                                    from object_instance
                                                                                    WHERE ID = obj.id)))
                     ||''),
                    oms
                ) waarde
    from default_property defprop,
    object_instance obj,
    property_type proptyp
    where defprop.stdobjver_id = obj.stdobjver_id
    and defprop.proptyp_id = proptyp.id
    and obj.id = :P2200_ID_INVThis report works fine. Depending on the type of the property it shows a numberic field, text field, selectlist (with right values), counter field or date field.
    If the default property is set to a 'CONSTANT' value, the last known value is filled in.
    With a javascript I check the numberic field value and achieve the counterfield to add or substract values when 'plus' or 'minus' is clicked.
    This javascript is placed in the field 'Execute when Page Loads' in the page properties in APEX. Here is the code:
    /*Execute when page loads*/
    /*Allow only numbers */
    number_elem = $('input[name=f42].case5_num');
    number_elem.keypress(function(event) {
      if (event.which && (event.which < 46 || event.which > 57 || event.which == 47) && event.keyCode != 8) {
          event.preventDefault();
      if (event.which == 46 && $(this).val().indexOf('.') != -1) {
          event.preventDefault();
    //for mouse events, remove any non numeric characters
    number_elem.bind('mouseup mousedown mouseleave', function(event) {
       this.value = this.value.replace(/[^0-9]/g, '');
    /* Subtract Button */
    $('a[name="sub_f42"]').click( function() {
      number_elem = $(this).siblings('input[name=f42].case5_num');
      currVal = number_elem.val();
    if ( isNaN( currVal) ){
       elemVal = 0;
    else {
       elemVal = Number(currVal);
    if (elemVal > 0)
         number_elem.val(elemVal-1);
    else
    { elemVal = 0; }
    /* Add Button */
    $('a[name="add_f02"]').click( function() {
      number_elem = $(this).siblings('input[name=f42].case5_num');
      currVal = number_elem.val();
    if ( isNaN( currVal) ){
       elemVal = 0;
    else {
       elemVal = Number(currVal);
    number_elem.val(elemVal+1);
    });Those two codes makes my report works fine. So far I'm happy. But now I want the data, which the user fills in the items, to be saved.
    So I created a process that should do this for me (it wil run after the user hits a button), here is the code:
    declare
         v_objmet_id number := 0;     
    begin
         select measurment_seq.nextval
         into v_objmet_id
         from dual;
         insert into measurment
         ( id
         , obj_id
         , dat
         values
         ( v_objmet_id
         , :P2200_ID_INV
         , :P2200_METDAT_INV
         /*Loop trough the values (g_f42 holds the value of the property)*/     
         for i in 1 .. apex_application.g_f42.count loop
              /*g_f41 holds the key to the default property*/
              if apex_application.g_f41(i) is not null and
                   apex_application.g_f41(i) > 0 then
                   insert into measurment_prop
                   ( measrument_id
                   , defprop_id
                   , wrd)
                   values
                   ( v_objmet_id
                   , apex_application.g_f41(i)
                   , apex_application.g_f42(i)
              end if;
         end loop;
    end;After running this process, the application branches back to the page, clearing the cache and set some items I use for filtering an other report with their own values.
    Both the process and the branche have a 'when button pressed' condition, where the same button is filled in. The branche fires on submit: after processing.
    When I hit the button to save the data, I get an error: ORA-01403: no data found
    In the debug info I can find there is encountered an unhandeled exception in the process, but I don't know what's going wrong...
    I thought it could be something with the date field, I want to save, so I put it in a to_date() with the right format, but I still got the error...
    I've also checked if the query which fetches the nextval of the sequence is correct, and it is, no typeing error in the sequence name, or something.
    I'm using APEX 4.0.2
    Edited by: Mir on 28-jun-2011 10:25
    Changed some code of the javascript, it directed to the wrong item ID, now its correct

    My problem is solved. The error occured when application item g_f41 was accessed, so my application couldn't find the data, the user putted in there. I now pasted this part of the sql, to the other apex_item field, so it became one field and now it works correctly:
    select [...]
    apex_item.hidden(41,defprop.id) ||
    decode(proptyp.id,
                    1, apex_item.text(p_idx=>42,p_value=>''||
                        decode(defprop.srt, 'CONSTANT', (select WRD
                                                                            from    measurement_prop
                                                                            where    defprop_ID = defprop.id
                                                                            AND        measurement_id IN
                                                                                (SELECT ID
                                                                                FROM measurement
                                                                                WHERE OBJ_ID = obj.id
                                                                                AND DAT IN
                                                                                    (SELECT latest_date
                                                                                    from object_instance
                                                                                    WHERE ID = obj.id)))
    [... etc ...]

  • ORA-01403: no data found  .  Error Unable to fetch row

    Hi
    I have a form that, when inserting a new record, should submit the form but remain in the same page with the same info. I have set up the "after processing" branch (unconditional) to redirect to that specific page (page 5), the "reset pagination for this page" option selected and "clear cache" option empty. What happens is that, when inserting a new record, i get error ORA-01403 indicating that it's unable to fetch the record. Although i get this error, the new record is inserted in the DB... I have also selected option "Only when current value in session state is null" for source used for all fields of form. What am i doing wrong? I thank in advance all replies!

    Hi again
    Because you have a trigger on the table that selects the current max(ID)+1, when creating the form you should have used "Existing Trigger"when defining the source for the primary key, not "Existing Sequence". You should also change the trigger to use the sequence.NEXTVAL for the ID.
    When you created the form using "Exisitng Sequence", Apex would have created a "Get PK" process which gets the primary key value from the sequence before passing control to the DML process. You should delete the Get PK process and let the database trigger do it's job.
    In the DML process, set "Item Containing Primary Key Column Value" to the page item name e.g. "P5_ID", and set "Primary Key Column" to "ID" (the name of your table column).
    That should do the trick.
    Cheers
    Richard
    Message was edited by:
    Richard.

  • ORA-01403 - Logical Standby Apply ends on delete/update statement

    - This thread is relocated to this forum; advice from Daniel Roy -
    After implementing 2 logical standby databases and running pretty smooth for a while 'strange' errors occur which puzzle me. Sometimes I skip a transaction or exclude a schema from replication and hold my breath for what next roars its ugly head.
    Despite fulfilling all logical standby prerequisites and maintaining primary keys on tables I now run into ORA-01403 errors. The updated table only contains 1 row and has a foreign key to another small table.
    I could instantiate these tables, but I want to understand why these errors occur and prevent them form happing or learn how to resolve them best.
    Anyone around who dealt with these matters and won?
    I'm running this implementation with Oracle 9.2.0.7 on Tru64 51.b
    I'm able to create the logical standby databases manually and with aid of the Data Guard Creation Wizard (EM10g 10.1).
    Can anyone also help me out with refining the faulty transaction from e.g. V$LOGMNR_CONTENTS? (Without disrupting the data guard setup).
    I've already retrieved redo info from archivelogs, but there must be an easy way.
    Regards,
    Erik

    Any way for you to turn tracing on for the DB where you see this ORA-01403 error? We could then probably find out exactly what goes wrong. It's very hard for us to know exactly what might be wrong, since we don't know your exact setup (except for this table). Let me know if that's not possible, and I could construct a logical DB setup to test (even tho it would be on Windows, I don't have Tru64).
    Daniel

Maybe you are looking for

  • Spool command in SQL Developer 3.1

    Hi, I am using sqldeveloper-3.1.05.97 . There are few scripts that I need to run on a EBS sandbox to generate txt files for a analysis tool input . The script is meant to be run with SQL * Plus but I am getiing a TNS listener error due to which I wan

  • 10.4.11 crashes games

    I hadn't played Quake 4 in quite a while (nor many other games for that matter), but a couple of days ago I tried and after a couple of minutes..kernel panic..I went and upgraded the game thinking maybe it was a compatibility prob. and same thing...I

  • Error during Initial Setup

    Hello All, when I click on Managed System configuration in solman_setup I get following error ========================================================================================= Error when processing your request What has happened? The URL http

  • Using authorisation object in web services

    HI , I create a WS proxy via ESR and I want to avoid malicious attack , do i need to use the Following authorization object ? AUTHORITY-CHECK OBJECT 'S_ICF'         ID 'ICF_FIELD' FIELD 'PROXY'         ID 'ICF_VALUE' FIELD 'PROXY_NAME'. Regards James

  • Help with DTT3500/Vistax64/Live!24-bit

    Hi I have just downloaded the latest Vista 64-bit drivers and I have sound (Yay!)?OK, my setup is:* Vista x64 Ultimate* Onboard Live! 5.1 24-bit* connected through optical cable* to DTT3500 So, Creative card (well sound chip), optical cable, creative