My Oracle Support Banner

How to move XMLType table from a smallfile tablespace to a bigfile tablespace? (Doc ID 3071791.1)

Last updated on FEBRUARY 13, 2025

Applies to:

Oracle Database - Enterprise Edition - Version 19.24.0.0.0 and later
Information in this document applies to any platform.

Goal

How to move XMLType table from a smallfile tablespace to a bigfile tablespace?

Below is the DDL for the table.

CREATE TABLE Test.OUTBOUND_STAGE OF SYS.XMLTYPE
TABLESPACE SHARED_DATA
PCTFREE 0
INITRANS 1
MAXTRANS 255
STORAGE (
  INITIAL 160K
  NEXT 1M
  MINEXTENTS 1
  MAXEXTENTS UNLIMITED
  PCTINCREASE 0
  BUFFER_POOL DEFAULT
  )
NOLOGGING
NOCOMPRESS
NOCACHE;
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.