|
-
Get "Not Found" error message when use varray
Hi,
I would say that it is really strange, I declared my varray as below:
type late_arr is varray(14) of number;
cur_late late_arr := late_arr();
when I try to assign value to the array using for loop it caused problem. This is the error msg.
Not Found
The requested URL /pls/prod_portal30/PORTALDEV.SAM_REPORT.show was not found on this server.
I tried to use
cur_late(1) := 2;
also generate same error.
Pls help.
p/s: I'm using the PL/SQL to create application in the Oracle Portal
and the Application Component item type is Dynamic Page.
Last edited by charon; 01-19-2004 at 11:27 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|