ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Modifying configuration keywords for the NIS workspace in Oracle

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.

Note:

Copying and pasting the examples may cause syntax errors.

  1. Export the dbtune file before making any modifications.
    1. Start ArcCatalog.

      Tip:

      You can also export using ArcMap.

    2. Click the ArcToolbox button ArcToolbox on the Standard toolbar.
    3. Expand Data Management Tools > Geodatabase Administration.
    4. Double-click Export Geodatabase Configuration Keywords.

      The Export Geodatabase Configuration Keywords dialog box appears.

    5. Click the browse folder for the Input Database Connection parameter and browse to the connection file for the enterprise geodatabase you want to export.
    6. Click the browse folder for the Output File parameter and browse to the path where the file will be exported.
    7. Name the file dbtune_exp.txt and click Save.
    8. Click OK on the Export Geodatabase Configuration Keywords dialog box.
  2. Copy dbtune_exp.txt to dbtune_<Database Name>.txt.
  3. Using a file-based editor, modify the ##DEFAULTS configuration keywords to control in which FileGroup the tables and indexes will be created.
    Note:

    If your geodatabase only stores the NIS workspace, the dbtune_<Database Name>.txt file can be opened in a text editor where you can manually edit the ##DEFAULTS configuration keyword; otherwise, create a new configuration keyword using the following example.

    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
    
  4. Import the modified dbtune_<Database Name>.txt file using ArcCatalog or ArcMap.
    1. In the ArcToolbox window, expand Data Management Tools > Geodatabase Administration.
    2. Double-click the Import Geodatabase Configuration Keywords tool.

      The Import Geodatabase Configuration Keywords dialog box appears.

    3. 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.
    4. Click the browse folder for the Input File parameter and browse to the path where the file will be imported.
    5. Name the file dbtune_<Database Name>.txt and click Open.
    6. Click OK on the Import Geodatabase Configuration Keywords dialog box.

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Esri Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2020 Esri. | Privacy | Legal