Wrox Programmer Forums
|
Oracle General Oracle database discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Oracle section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 17th, 2011, 06:35 AM
Registered User
 
Join Date: Jan 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default ORA-20505

Can anyone please help me, id dont know why i keep getting this error while updating a form in apex.

ORA-20505: Error in DML: p_rowid=1179950, p_alt_rowid=ID, p_rowid2=, p_alt_rowid2=. ORA-01403: no data found
Error Unable to process row of table COM_ADVERT_TB.
OK

I have a automatic DML process, and a get pk process with the following:

declare
function get_pk return varchar2
is
begin
for c1 in (select COM_ADVERT_SEQ.nextval next_val
from dual)
loop
return c1.next_val;
end loop;
end;
begin
:P5_ID := get_pk;
end;

my cancel button has a condition id is null, and my apply changes has a condition id is not null.

CAn anyone please help me?





Similar Threads
Thread Thread Starter Forum Replies Last Post
DBLink ORA-12154 nkrust Oracle 2 May 20th, 2007 11:54 PM
ORA-14100 auxiora_nemesis Oracle 0 April 6th, 2007 04:25 AM
ORA-0134 db009 Oracle 0 February 23rd, 2007 06:04 AM
[Oracle][ODBC][Ora][ORA-01013 Corey Access 1 December 15th, 2006 10:29 AM
ORA-01006 ahrv Java Databases 1 September 20th, 2003 05:45 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.