Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I have to use a XML parser with PL/SQL on a AIX System, but on the oracle donwload site there is no one version for AIX. Could I use one of the other Unix Versions like the Solaris one?

0
Posted

I have to use a XML parser with PL/SQL on a AIX System, but on the oracle donwload site there is no one version for AIX. Could I use one of the other Unix Versions like the Solaris one?

0

Basically you can use our PL/SQL XML parser because it is based on Java. But there a known problem for JIT (Just In Time Compiler) under AIX . Please turn of the JIT and run the program by: 1/ set enviroment variable setenv JAVA_COMPILER NONE or 2/ run java with -D option, like: java -Djava.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123