Using java.lang.Math in Oracle [message #583168] |
Fri, 26 April 2013 08:20 |
manubatham20
Messages: 566 Registered: September 2010 Location: Seattle, WA, USA
|
Senior Member |
|
|
Hi,
I am trying to execute an xslt (for XML transformation) using xmltype.transform function.
I can't paste XSLT code here, but below is similar what I am doing.
http://stackoverflow.com/questions/2485874/lpx-00607-for-oracontains-in-java-but-not-sqlplus
I have used a reference of random() method of java.lang.Math in xslt file, and it's giving me below error.
ORA-31011: XML parsing failed
ORA-19202: Error occurred in XML processing
LPX-00607: Invalid reference: 'random'.
I doubt, it's because of "Math" class, which is not present in Oracle, can someone help, how to load standard java classes.
Many thanks,
Manu
|
|
|
|