ORA-21500 in SQLPlus 10.1.0.2.0
Hi,
i get an error in SQLPlus 10.1.0.2.0 with the following statement:
SELECT EXTRACT(VALUE(x),'/Rosetta') FROM rml_emil x;
rml_emil is based on a registered xsd-schema and was cerated with:
CREATE TABLE rml_emil OF XMLType
XMLSCHEMA "ProtocolEmil.xsd"
ELEMENT "Rosetta";
The error:
ORA-21500: Interner Fehlercode, Argumente: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s]
I heard about early incompabilities with SQLPlus 9.x but never with 10.x. What is wrong?
Thanks in advance!
Tillmann Cordes