Skip to Main Content

Oracle Database Discussions

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!

BASE_CONVERT Package Body

237992Apr 23 2009 — edited Apr 24 2009
I 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
This post has been answered by 591186 on Apr 23 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 22 2009
Added on Apr 23 2009
4 comments
438 views