Billing and Revenue Management (MOSC)

MOSC Banner

BRM Perl lib issue with pcmif

edited Jul 9, 2015 10:01AM in Billing and Revenue Management (MOSC) 2 commentsAnswered

Hi All,

We have wrote a simple perl (.pl) script to query the database to get some information of some account.using SQL select query

and parse the row and prepare the input flist to call the opcode.

In the beginning of my code I am using this libraries as

#!/home/pin2/opt/portal/ThirdParty/perl/5.18.2/bin/perl

use strict;

use warnings;

use DBI;

use pcmif;

when we run the script getting error like below

Can't load '/home/pin2/opt/portal/7.5/lib/pcmif.so' for module pcmif: /home/pin2/opt/portal/7.5/lib/pcmif.so: wrong ELF class: ELFCLASS32 at /home/oracle/app/oracle/product/11.2.0.3/db_home/perl/lib/5.10.0/x86_64-linux-thread-multi/DynaLoader.pm line 203.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center