I just had someone call about this.
SELECT DBMS_XMLSCHEMA.generateschema('your_schema','your_type') FROM DUAL;
gives ORA-22303: type "your_schema"."your_type" not found
ora-21700
ora-06512
Just upper case your_schema and your_type -- YOUR_SCHEMA and YOUR_TYPE.
Hope this helps.
Friday, July 18, 2008
Subscribe to:
Post Comments (Atom)

3 comments:
Thanks...
It worked well for me..
changed the case still have the same error code. I can do a desc on it and see the Schema name and table name! Driving me nuts!
Don't worry about me previous post - fixed it.
Post a Comment