Begin
Insert Into Visitor_info (
user_id,
login_datetime,
ip_address
) Values (
:app_user,
Sysdate,
owa_util.get_cgi_env('X-FORWARDED-FOR')
);
Exception
When Others Then
Null;
End;
About Vikas Pandey
This post is written by Vikas Pandey ( Oracle APEX Developer). We as a team Learn, develop, document and share at Ontoor Solutions
APEX_IR The APEX_IR package provides utilities you can use when programming in the…
No comments:
Post a Comment
Please do not add any spam links or abusive comments.