Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Quick Oracle Web App Server question!
Hi,
In the following example, owa_sec.get_client_ip doesn't work as the data type is obviously not a text field. What do I need to do (to_char??) to get the IP address in to a printable text field?
Please cc replies to russ_at_u-net.net
Thanks,
Russ.
htp.print('Your hostname is : ' || owa_sec.get_client_hostname || '<br>');
htp.print('Your IP is : ' || owa_sec.get_client_ip || '<br>');
htp.print('Your username is : ' || ipadd || '<br>'); htp.print('Your password is : ' || owa_sec.get_password ||'<br>'); Received on Wed Jul 29 1998 - 08:49:47 CDT
![]() |
![]() |