Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Quick Oracle Web App Server question!

Quick Oracle Web App Server question!

From: Russell Fray <russ_at_u-net.net>
Date: Wed, 29 Jul 1998 13:49:47 GMT
Message-ID: <35bf27c6.190273503@news.u-net.com>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US