Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Conditional Compilation

477385Jan 22 2006 — edited Jan 23 2006
I am trying to use conditional compilation.

I have the code fragment:

$if bitand(left => i_trace$pc.c_trace_mask_procedure_low
,right => i_installation$h.c_system_trace_mask) != i_trace$pc.c_trace_mask_none $then null;
$end


and I am getting the error

Error: PLS-00174: a static boolean expression must be used
Line: 17
Text: $if bitand(left => i_trace$pc.c_trace_mask_procedure_low


Apparently bitand is not considered static.

This is frustrating. I don't suppose there is a work around?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 20 2006
Added on Jan 22 2006
6 comments
490 views