Extended Data Types and XML
Hello all,
Have some questions/ issues with XML tables and index creation.
I dont know a lot about XML but a developer is having an issue with index creation after we changed to Extended Data Types. They created fine prior to converting.
Does oracles tables use the extended block size? I ask because at the very bottom i have the code that works creating the index. If you cast it creates fine
the info 19c asm all the below worked fine on 12c standard data type and 19c standard data type
CREATE TABLE MASTER_ITEM_TEST
( MASTER_ITEM_ID NUMBER(10) NOT NULL,