Officially the Oracle AS 10.1.2 is not yet certified with SLES 10 and therefor Reports 10.1.2. is not certified. Nevertheless the Oracle AS 10.1.2 is installable on SLES 10, but if you try to run a Report you are receiving an error.
The corresponding logfile $ORACLE_HOME/opmn/logs/OC4J~OC4J_BI_Forms~default_island~1 shows following error stack:
java.lang.UnsatisfiedLinkError:
/u00/app/oracle/product/as-fr-10.1.2/lib/librwu.so:
/usr/X11R6/lib/libXm.so.2: undefined symbol: _Xsetlocale
To resolve this problem perform following steps:
- su - root
- cd /usr/X11R6/lib
- mv -f libXm.so.2 libXm.so.2.backup
- ln -s libXm.so.3 libXm.so.2
After that stop and restart the OC4J Instance OC4J_BI_Forms as oracle user:
- opmnctl stopproc process-type=OC4J_BI_Forms
- opmnctl startproc process-type=OC4J_BI_Forms