Skip to Main Content

DevOps, CI/CD and Automation

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!

Encoding data using IDAUTOMATION.C128

638003Nov 10 2009 — edited Nov 30 2009
Hi Gurus,

We have a requirement to encode a data string using reports 6i.

We have tried to encode the data in Oracle Reports with the ID-Automation PL/SQL Barcode Library.
Here is the link that describes using Barcode plls in Oracle Reports.
http://www.ozgrid.com/Services/oracle-reports-barcode.htm

we have hard coded data in sql query(in data model), created a formula column and used the IDAUTOMATION.CODE128 to encode the data
After creating RDF we registered it in application and tested for two different data.

Data used in RDF: (01)14013994672583(17)121200(10)1651958
Output for program after running from application: (01).!G~c9s(17),,(10)0S8E

Data used in RDF: Ê0114013994672583Ê17121200Ê101651958
Output for program after running from application: !.!G~c9s1,,*0S8

Expected output: ÍÊ!.!G~c9sÊ1,,ÂÊ*0SÃÈ8"Î

From the above outcomes we could say that special symbols are printed when the report is registered in application.

Can anyone suggest how these special characters be printed/identified in the report?

Any help is highly apprecialted.

Thank you
Venkat
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 28 2009
Added on Nov 10 2009
5 comments
3,104 views