After creating the data files, modify the DBTUNE to include a new configuration keyword. Based on this new keyword, the data and database objects will be stored in the tablespace location that was previously defined. The DBTUNE table is stored in the geodatabase in Oracle. To modify the DBTUNE, it's necessary to export the DBTUNE into a text file and make modifications in the text file. After the updates to the text file are made, import the new DBTUNE from the text file.
- Export the dbtune file before making any modifications.
- Start ArcCatalog.
- Click the ArcToolbox button
on the Standard toolbar.
- Expand Data Management Tools > Geodatabase Administration.
- Double-click Export Geodatabase Configuration Keywords.
The Export Geodatabase Configuration Keywords dialog box appears.
- Click the browse folder for the Input Database Connection parameter and browse to the connection file for the enterprise geodatabase you want to export.
- Click the browse folder for the Output File parameter and browse to the path where the file will be exported.
- Name the file dbtune_exp.txt and click Save.
- Click OK on the Export Geodatabase Configuration Keywords dialog box.
- Copy dbtune_exp.txt to dbtune_<Database Name>.txt.
- Using a file-based editor, modify the ##DEFAULTS configuration keywords to control in which FileGroup the tables and indexes will be created.
dbtune_nis.sde ##DATA_DICTIONARY ATTRIBUTE_BINARY "BLOB" B_STORAGE "PCTFREE 0 INITRANS 4 TABLESPACE NIS_SDEDICT STORAGE (INITIAL 40K)" B_INDEX_ROWID "PCTFREE 0 INITRANS 4 TABLESPACE NIS_SDEDICTINDEX STORAGE (INITIAL 40K) NOLOGGING" B_INDEX_USER "PCTFREE 0 INITRANS 4 TABLESPACE NIS_SDEDICTINDEX STORAGE (INITIAL 40K) NOLOGGING" STATES_TABLE "INITRANS 4 TABLESPACE NIS_SDEDICT STORAGE (INITIAL 1M)" STATES_INDEX "INITRANS 5 TABLESPACE NIS_SDEDICTINDEX STORAGE (INITIAL 128K) NOLOGGING" STATE_LINEAGES_TABLE "PCTFREE 0 INITRANS 4 TABLESPACE NIS_SDEDICT STORAGE (INITIAL 7M)" STATE_LINEAGES_INDEX "PCTFREE 0 INITRANS 4 TABLESPACE NIS_SDEDICTINDEX STORAGE (INITIAL 5M) NOLOGGING" VERSIONS_TABLE "INITRANS 4 TABLESPACE NIS_SDEDICT STORAGE (INITIAL 256K)" VERSIONS_INDEX "INITRANS 4 TABLESPACE NIS_SDEDICTINDEX STORAGE (INITIAL 128K) NOLOGGING" MVTABLES_MODIFIED_TABLE "INITRANS 4 TABLESPACE NIS_SDEDICT STORAGE (INITIAL 2M)" MVTABLES_MODIFIED_INDEX "INITRANS 4 TABLESPACE NIS_SDEDICTINDEX STORAGE (INITIAL 2M) NOLOGGING" XML_INDEX_TAGS_TABLE "INITRANS 4 TABLESPACE NIS_SDEDICT STORAGE (INITIAL 1M)" XML_INDEX_TAGS_INDEX "INITRANS 5 TABLESPACE NIS_SDEDICTINDEX STORAGE (INITIAL 1M)" END ##DEFAULTS GEOMETRY_STORAGE "ST_GEOMETRY" ST_GEOM_LOB_STORAGE " STORE AS (TABLESPACE NIS_FDATA ENABLE STORAGE IN ROW CHUNK 8K RETENTION CACHE INDEX (TABLESPACE NIS_FINDEX)) " ATTRIBUTE_BINARY "BLOB" RASTER_STORAGE "BLOB" B_STORAGE "PCTFREE 0 INITRANS 4 TABLESPACE NIS_BDATA" B_INDEX_ROWID "PCTFREE 0 INITRANS 4 TABLESPACE NIS_BINDEX NOLOGGING" B_INDEX_USER "PCTFREE 0 INITRANS 4 TABLESPACE NIS_BINDEX NOLOGGING" B_INDEX_XML "PCTFREE 0 INITRANS 4 TABLESPACE NIS_BINDEX NOLOGGING" B_INDEX_RASTER "PCTFREE 0 INITRANS 4 TABLESPACE NIS_BINDEX NOLOGGING" B_INDEX_TO_DATE "PCTFREE 0 INITRANS 4 TABLESPACE NIS_BINDEX NOLOGGING" S_STORAGE "PCTFREE 0 INITRANS 4 TABLESPACE NIS_SDATA" S_INDEX_ALL "PCTFREE 0 INITRANS 4 TABLESPACE NIS_SINDEX NOLOGGING" A_STORAGE "PCTFREE 0 INITRANS 4 TABLESPACE NIS_ADATA" A_INDEX_ROWID "PCTFREE 0 INITRANS 4 TABLESPACE NIS_AINDEX NOLOGGING" A_INDEX_SHAPE "PCTFREE 0 INITRANS 4 TABLESPACE NIS_AINDEX NOLOGGING" A_INDEX_STATEID "PCTFREE 0 INITRANS 4 TABLESPACE NIS_AINDEX NOLOGGING" A_INDEX_USER "PCTFREE 0 INITRANS 4 TABLESPACE NIS_AINDEX NOLOGGING" A_INDEX_XML "PCTFREE 0 INITRANS 4 TABLESPACE NIS_AINDEX NOLOGGING" A_INDEX_RASTER "PCTFREE 0 INITRANS 4 TABLESPACE NIS_AINDEX NOLOGGING" D_STORAGE "PCTFREE 0 INITRANS 4 TABLESPACE NIS_DDATA" D_INDEX_STATE_ROWID "PCTFREE 0 INITRANS 4 TABLESPACE NIS_DINDEX NOLOGGING" D_INDEX_DELETED_AT "PCTFREE 0 INITRANS 4 TABLESPACE NIS_DINDEX NOLOGGING" UI_TEXT "User Interface text for DEFAULTS" XML_DOC_UNCOMPRESSED_TYPE "CLOB" XML_IDX_TEXT_UPDATE_METHOD "NONE" XML_DOC_MODE "COMPRESSED" XML_DOC_LOB_STORAGE "NOCACHE NOLOGGING CHUNK 4K PCTVERSION 5 DISABLE STORAGE IN ROW TABLESPACE NIS_XMLDOC" XML_DOC_VAL_LOB_STORAGE "NOCACHE NOLOGGING CHUNK 4K PCTVERSION 5 DISABLE STORAGE IN ROW TABLESPACE NIS_XMLDOC" XML_DOC_STORAGE "PCTFREE 0 INITRANS 4 TABLESPACE NIS_XMLDOC" XML_DOC_INDEX "PCTFREE 0 INITRANS 4 TABLESPACE NIS_XMLINDEX NOLOGGING" XML_IDX_STORAGE "PCTFREE 0 INITRANS 4 TABLESPACE NIS_XMLINDEX" XML_IDX_TEXT_TAG_STORAGE "" XML_IDX_INDEX_PK "PCTFREE 0 INITRANS 4 TABLESPACE NIS_XMLINDEX NOLOGGING" XML_IDX_INDEX_ID "PCTFREE 0 INITRANS 4 TABLESPACE NIS_XMLINDEX NOLOGGING" XML_IDX_INDEX_TEXT "" XML_IDX_TEXT_UPDATE_MEMORY "" XML_IDX_INDEX_TAG "PCTFREE 0 INITRANS 4 TABLESPACE NIS_XMLINDEX NOLOGGING" XML_IDX_INDEX_DOUBLE "PCTFREE 0 INITRANS 4 TABLESPACE NIS_XMLINDEX NOLOGGING" XML_IDX_INDEX_STRING "PCTFREE 0 INITRANS 4 TABLESPACE NIS_XMLINDEX NOLOGGING" END
- Import the modified dbtune_<Database Name>.txt file using ArcCatalog or ArcMap.
- In the ArcToolbox window, expand Data Management Tools > Geodatabase Administration.
- Double-click the Import Geodatabase Configuration Keywords tool.
The Import Geodatabase Configuration Keywords dialog box appears.
- Click the browse button next to the Input Database Connection parameter and browse to the connection file for the enterprise geodatabase from which to import.
- Click the browse folder for the Input File parameter and browse to the path where the file will be imported.
- Name the file dbtune_<Database Name>.txt and click Open.
- Click OK on the Import Geodatabase Configuration Keywords dialog box.