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!

Compiling Oracle reports

user5108636Nov 29 2019 — edited Dec 4 2019

I am trying to compile the ORacle reports (rdf file) to generate a rep file. Using the Oracle Forms and Reports 12c

However, getting this error

/app/oracle/middleware/bin/rwconverter.sh: line 9: 28983domain_home28983/reports/bin/reports.sh: No such file or directory

Please advise

Comments

Holger.Lehmann

Usually this kind of errors is because the Environment is not properly set, as LD_LIBRARY_PATH, PATH, ORACLE_HOME, ORACLE_SID and so on, you may use the Environments appropiated for you OS type. As well you can try to check rwconverter.sh on line 9 to see for what is it looking for.

I think something during configuration was going wrong.

Suresh Sangaran-Oracle

Ensure you have set DOMAIN_HOME, ORACLE_HOME, LD_LIBRARY_PATH variables.

Use the rwconverter.sh from DOMAIN_HOME/reports/bin

1 - 2

Post Details

Added on Nov 29 2019
2 comments
3,623 views