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!

Running report in Unix command line

Jose ArósteguiMar 8 2022

Hi experts,
I'm just beginning a reports projects (Report Builder 11.1.2.1.0) and I have to create a batch program that creates pdf reports in saves them in a folder in the linux box. Worked a lot with forms/reports with Oracle EBS ( F&R rel 6.0) but not familiar yet with changes of 11gr2....
Is there any way to invoke via command line?
Trying:

[oracle@xxxxxx bin]$ rwrun
rwrun: error while loading shared libraries: libjvm.so: cannot open shared object file: No such file or directory

Also tried:

[oracle@xxxxxx/]$ ps -ef|grep -i PMON
oracle  2476   1 0 2021 ?    01:30:04 ora_pmon_RCU

[oracle@xxxxx /]$ ps auxwe |grep 2476
... to get absolute path of running process and environment variables....

--set environment
[oracle@xxxxx/]$ export ORACLE_HOME=/oracle/rcudb/product/11.2.0/dbhome_1
[oracle@xxxxx/]$ export JAVA_HOME=/usr/java/jdk1.7.0_17/bin
[oracle@xxxxx/]$ export LD_LIBRARY_PATH=/oracle/rcudb/product/11.2.0/dbhome_1/lib

-- issue is still there
[oracle@xxxxxx bin]$ rwrun
rwrun: error while loading shared libraries: libjvm.so: cannot open shared object file: No such file or directory

Thanks,
Jose.

Comments
Post Details
Added on Mar 8 2022
5 comments
436 views