| René Nyffenegger's collection of things on the web | |
|
René Nyffenegger on Oracle - Most wanted - Feedback
|
Lob partition storage clause [Oracle SQL] | ||
partition partition-name
[
{ lob-storage-clause-1 | varray-col-properties-1 }
[ { lob-storage-clause-n | varray-col-properties-n } ... ]
]
[ subpartition subpartition-name
[
{ lob-storage-clause-1 | varray-col-properties-1 }
[ { lob-storage-clause-n | varray-col-properties-n } ... ]
]
The lob partition storage clause appears as part in the column properties clause.
|