BASE_CONVERT Package Body
237992Apr 23 2009 — edited Apr 24 2009I have a few Pro*C files that contain a call to base_convert.oct_to_dec(). I just recently moved my application to a different machine and the results are not good.
When I execute
select object_name, object_type, owner, status from dba_objects where object_name = 'BASE_CONVERT';
The result set contains a synonym and package only, no package body. How do I create the base_convert package body.
The database is version 9.2.0.5.
Thanks,
WES
Edited by: Ed Sears on Apr 23, 2009 3:55 PM