Need to change maxextent clause on a object type colomn stocked in lob segment
Hi all,
** Oracle is investigating this issue, but in parallel is opening the topic to the Community so that Community
members can add their perspective, experience or knowledge. This will further enhance all knowledge bases
including My Oracle Support and My Oracle Support Communities; assisting all Community members and enabling
richer solution searches.**
The table :
DBMS_METADATA.GET_DDL('TABLE','JTF_PF_REPOSITORY')
--------------------------------------------------------------------------------
CREATE TABLE "APPS"."JTF_PF_REPOSITORY"
( "PAGEOBJECT" "APPS"."JTF_PF_PAGE_OBJECT" ,
"OBJECT_VERSION_NUMBER" NUMBER NOT NULL ENABLE,
"CREATED_BY" NUMBER(15,0) NOT NULL ENABLE,
"CREATION_DATE" DATE NOT NULL ENABLE,
"LAST_UPDATED_BY" NUMBER(15,0) NOT NULL ENABLE,
DBMS_METADATA.GET_DDL('TABLE','JTF_PF_REPOSITORY')
--------------------------------------------------------------------------------
CREATE TABLE "APPS"."JTF_PF_REPOSITORY"
( "PAGEOBJECT" "APPS"."JTF_PF_PAGE_OBJECT" ,
"OBJECT_VERSION_NUMBER" NUMBER NOT NULL ENABLE,
"CREATED_BY" NUMBER(15,0) NOT NULL ENABLE,
"CREATION_DATE" DATE NOT NULL ENABLE,
"LAST_UPDATED_BY" NUMBER(15,0) NOT NULL ENABLE,
0