Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
            ^
x.vmesniki.frkws.X.runtime.XX_LiteralSerializer:32: cannot find symbol
symbol  : class CombinedSerializer
location: class x.vmesniki.frkws.X.runtime.XX_LiteralSerializer
    private CombinedSerializer myns2_string__java_lang_String_String_Serializer;
            ^
x.vmesniki.frkws.X.runtime.XX_LiteralSerializer:45: cannot find symbol
symbol  : class InternalTypeMappingRegistry
location: class x.vmesniki.frkws.X.runtime.XX_LiteralSerializer
    public void initialize(InternalTypeMappingRegistry registry) throws Exception {
                           ^
x.vmesniki.frkws.X.runtime.XX_LiteralSerializer:50: cannot find symbol
symbol  : class XMLReader
location: class x.vmesniki.frkws.X.runtime.XX_LiteralSerializer
    public java.lang.Object doDeserialize(XMLReader reader,
                                          ^

when i try to load java in sql i get this errors. If DB is 10g then works but if is 11g not. What can be different? Google said that package is not installed in 11g database.

share|improve this question

1 Answer

up vote 1 down vote accepted

Looks like the jar containing XMLReader and friends have not been loaded into Oracle yet.

share|improve this answer
I don't know. Perhaps you should talk to the DBA and ask if the appropriate package was included when installing Oracle? – Thorbjørn Ravn Andersen Jun 20 '11 at 15:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.