[log4plsql] Oracle 9i Forms
Brought to you by:
gmoulard
From: <log...@li...> - 2004-03-17 13:39:23
|
How can I use this in Client Side PL/SQL in Oracle 9i Forms? I'm new to both Forms and Log4PlSql. Do I need to somehow create a Forms PL/SQL Library for PLOG? For now I'm able to make calls to the plog.debug, etc. procedures that make use of the default context. However when I try to reference plog.LALL I get an error in Forms Builder: Implementation Restriction: 'PLOG.LALL': Cannot directory access remote package variable or cursor. I assume this error will occur for the other Level package variables. |