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.