Dear All,
Is there any parameter called F_STORAGE(and some more listed below) in DEFAULTS keyword in 10.1
I found them in SDELOB keyword.
B_INDEX_SHAPE "PCTFREE 0 INITRANS 4
# TABLESPACE <default index tablespace name>
NOLOGGING"
F_STORAGE "PCTFREE 0 INITRANS 4
# TABLESPACE <default feature table tablespace name>
LOB (POINTS) STORE AS (
# TABLESPACE <lob segment tablespace_name>
ENABLE STORAGE IN ROW CHUNK 8K RETENTION CACHE)"
F_INDEX_FID "PCTFREE 0 INITRANS 4
# TABLESPACE <default index tablespace name>
NOLOGGING"
F_INDEX_AREA "PCTFREE 0 INITRANS 4
# TABLESPACE <default index tablespace name>
NOLOGGING"
F_INDEX_LEN "PCTFREE 0 INITRANS 4
# TABLESPACE <default index tablespace name>
NOLOGGING"
S_INDEX_SP_FID "PCTFREE 0 INITRANS 4
# TABLESPACE <default index tablespace name>
NOLOGGING"
My Questions are
1. As we are using the SDEBINARY Geometry type. Do i need to copy them to default ?
2. F_STORAGE parameter has entry LOB(POINTS). as it seems specific for SDELOB ? what could be F_STORAGE for SDEBINARY ?
Thanks in advance
-Abdullah Saleh
Is there any parameter called F_STORAGE(and some more listed below) in DEFAULTS keyword in 10.1
I found them in SDELOB keyword.
B_INDEX_SHAPE "PCTFREE 0 INITRANS 4
# TABLESPACE <default index tablespace name>
NOLOGGING"
F_STORAGE "PCTFREE 0 INITRANS 4
# TABLESPACE <default feature table tablespace name>
LOB (POINTS) STORE AS (
# TABLESPACE <lob segment tablespace_name>
ENABLE STORAGE IN ROW CHUNK 8K RETENTION CACHE)"
F_INDEX_FID "PCTFREE 0 INITRANS 4
# TABLESPACE <default index tablespace name>
NOLOGGING"
F_INDEX_AREA "PCTFREE 0 INITRANS 4
# TABLESPACE <default index tablespace name>
NOLOGGING"
F_INDEX_LEN "PCTFREE 0 INITRANS 4
# TABLESPACE <default index tablespace name>
NOLOGGING"
S_INDEX_SP_FID "PCTFREE 0 INITRANS 4
# TABLESPACE <default index tablespace name>
NOLOGGING"
My Questions are
1. As we are using the SDEBINARY Geometry type. Do i need to copy them to default ?
2. F_STORAGE parameter has entry LOB(POINTS). as it seems specific for SDELOB ? what could be F_STORAGE for SDEBINARY ?
Thanks in advance
-Abdullah Saleh