XML Database (MOSC)

MOSC Banner

Migrating xml schemas from 10.2.0.3 to 11.2.0.2

edited Apr 23, 2012 10:09AM in XML Database (MOSC) 4 commentsAnswered
All,

We are doing regular exports and imports trying to migrate these xml schemas. 

SQL>SELECT OWNER, LOCAL, SCHEMA_URL FROM DBA_XML_SCHEMAS where owner = 'COR_OWNER';

OWNER                  LOC             SCHEMA_URL
----------------------------------------------------------------------------------------------------
COR_OWNER                      NO
http://myurl/schemas/cor/globalmetadataschema

COR_OWNER                      NO
http://myurl/schemas/cor/globalrrschema

*******  You can see the tables are in the xml schema

SQL>SELECT TABLE_NAME FROM DBA_XML_TABLES
  2    WHERE XMLSCHEMA = 'http://myurl/schemas/cor/globalrrschema';

TABLE_NAME
------------------------------
LOGIN605_TAB
NAME606_TAB
OPTIONAL603_TAB
POST_SUBMISSION609_TAB
PUBLIC_KEY608_TAB
SUBMISSION_INFO615_TAB
HASH600_TAB
IMAGE604_TAB
EMAIL599_TAB
COMPUTER_IP594_TAB

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center