Program Window for functions showing strange text on View

Chris K

Member
Hello,

I'm getting some strange behaviour on clicking View for a function to see the code

I get text mixed in with the function description such as

abcd
abcd
abcd
abcd
abcd
abcd
abcd
abcd
.....

after CREATE OR REPLACE FUNCTION.....

and what looks like hex at the end.

Is there a way to configure the system to display the function code correctly?

 
Hi,

it seems that the code is wrapped by your software-vendor/developer.

CREATE OR REPLACE PACKAGE ...
wrapped
a000000
1f
abcd
abcd...

So the code is correctly (hidden) shown.
 
Back
Top