Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-21500 in SQLPlus 10.1.0.2.0

tillmann_cordesJun 29 2004 — edited Jul 13 2004
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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 10 2004
Added on Jun 29 2004
2 comments
711 views