Home » RDBMS Server » Server Administration » Re: blob fields tablespace
Re: blob fields tablespace [message #369154] |
Thu, 30 March 2000 05:52 |
jayashree s
Messages: 2 Registered: March 2000
|
Junior Member |
|
|
When defining LOBs in a table, you can explicitly indicate the tablespace and storage characteristics for each internal LOB.
Example:
CREATE TABLE lob_tab(col1 BLOB, col2 CLOB)
STORAGE (INITIAL 512 NEXT 256)
LOB (col1, col2) STORE AS
(TABLESPACE lob_seg_ts
INDEX TABLESPACE lob_index_ts);
|
|
|
Goto Forum:
Current Time: Sat May 03 15:53:11 CDT 2025
|