XML Database (MOSC)

MOSC Banner

Online Redefinition

edited Sep 13, 2018 5:05AM in XML Database (MOSC) 1 commentAnswered

Hello all,

We are shrinking some tables using online redefinition package. These tables have XMLTYPE columns stored as CLOB.

I created the interim table using create table as select and completed the online redefinition. The new XMLTYPE column now is stored as SECUREFILE BINARY XML woth ALLOW NONSCHEMA & DISALLOW ANYSCHEMA attributes.

Why did the CTAS change the xml storage type? and how will that affect the DML queries that will be running on the redefined table?

The original table DDL:

CREATE TABLE T24.FBNK_ACCO018_INT

(

  RECID      VARCHAR2(255 BYTE),

  XMLRECORD  SYS.XMLTYPE

)

XMLTYPE XMLRECORD STORE AS CLOB LOB_FBNK_ACCO018 (

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