Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: strange problem ??!!
How does the app calls this procedure?
-----Original Message-----
Sent: Thursday, June 12, 2003 5:26 PM
To: Multiple recipients of list ORACLE-L
Hi,
I got a very strange problem (9.2 on Linux Red Had, 9iAS).
I have a package which works fine, I added a new procedure in that package, if the procedure's name starts with order_, (the pkg has some procedure starts with order) the pkg compiles, and app runs fine. if I rename it something else, pkg compiles, but when runs the app, I got:
[Thu Jun 12 14:52:52 2003] [error] mod_plsql:
/prv/html_rpt.LIS_count HTTP-404
html_rpt.LIS_count: SIGNATURE (parameter names)
MISMATCH
VARIABLES IN FORM NOT IN PROCEDURE:
NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM:
NUM_ENTRIES,NAME_ARRAY,VALUE_ARRAY,RESERVED
I renamed the LIS_count into order_LIS_count, (change
in header, body and calling procedure) no parameters
changes at all, and app runs!
???
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Jun 12 2003 - 16:49:29 CDT