Home » SQL & PL/SQL » SQL & PL/SQL » HTTP-400 Bad name in the request: not a legal PLSQL identifer (9i)
HTTP-400 Bad name in the request: not a legal PLSQL identifer [message #292742] Wed, 09 January 2008 15:24 Go to next message
fwu888
Messages: 2
Registered: January 2008
Location: NYC
Junior Member
I call a procedure from a form "myform"

HTP.formopen ('/pls/'||owa_util.get_cgi_env('DAD_NAME')||
'/yuhousingapp.hid_translate','POST', cattributes => 'name=" myform" onSubmit="return submitform()"');

building||room loop
for x in 1..14 loop
htp.p('<input type ="text" size="1" maxlength="1" name = "') ;
htp.p(q.building_code||'_'||y.room_code||'_b">');
end loop;
end building||room loop

and I passed parameters as owa_util.ident_arr type into procedure hid_translate and it gave me error say:
HTTP-400 Bad name in the request: not a legal PLSQL identifer

Please help!

Thank you!



Re: HTTP-400 Bad name in the request: not a legal PLSQL identifier [message #292800 is a reply to message #292742] Wed, 09 January 2008 21:48 Go to previous messageGo to next message
vamsi kasina
Messages: 2112
Registered: October 2003
Location: Cincinnati, OH
Senior Member
What is this?
Quote:

building||room
By
Vamsi
Re: HTTP-400 Bad name in the request: not a legal PLSQL identifier [message #292992 is a reply to message #292800] Thu, 10 January 2008 08:02 Go to previous message
fwu888
Messages: 2
Registered: January 2008
Location: NYC
Junior Member
It is just name of a variable, in fact, in the procedure, it is
building_code_room_code owa_util.ident_arr type.
Thank you!
Previous Topic: plzz help
Next Topic: Array Need to catch if out of range
Goto Forum:
  


Current Time: Tue Feb 11 16:07:14 CST 2025