Select to view content in your preferred language

pctfree and tablespace

3447
5
10-10-2014 05:08 AM
jayasudha
Emerging Contributor


Hello expert

What are the parameters to set pctfree and tablespace in dbtune table so that i can use this when feature class and index are created.

Thanks

0 Kudos
5 Replies
VinceAngelo
Esri Esteemed Contributor

The answers depend on the nature of the data and how your database is configured.  You'd need to at least make a statement about the nature of the table to be created (how many rows it will contain, how it will be edited, how often it will be edited, and how much will change or be added on a monthly basis) and the available tablespaces.

- V

PS: Please update your question to contain at least one tag, for the database involved; Editing the question to include that would be useful as well.

0 Kudos
jayasudha
Emerging Contributor

Vince


Working with Oracle 11g, feature classes stored in Oracle spatial SDO_GEOMETRY, registered with ESRI geodatabase.

There are 20 feature classes in the schema, some feature classes contain rows several thousands and may reach million in future, some feature classes are limited to thousands.

All the rows deleted and new data is inserted in schema-1 by using geoprocessing tools once in a month.

New loaded data is updated based on requirement once in a month in schema-2 after copy from schema-1.

I want to store feature classes in one tablespace (TBS1) and indexes in another tablespace (TBS2).

I want to know the following.

(1) How to set PCTFREE, INITRANS, MAXTRANS by using SDEDBTUNE for both feature classes and indexes ?

(2) What values would be suitable or recommended ?

Thanks

JS

0 Kudos
VinceAngelo
Esri Esteemed Contributor

I have NEVER changed those default Oracle DBTUNE parameters without harming performance.  I'd only change them if Oracle instructed you to do so.

- V

0 Kudos
jayasudha
Emerging Contributor

Thanks Vince for your suggestion.

Please inform me how to change these parameters by using SDEDBTUNE if required in future.

For DEFAULT keyword, what parameters should be used to set the values.

0 Kudos
VinceAngelo
Esri Esteemed Contributor

The best I can do is point you to the documentation.  The default configuration parameters for any RDBMS can be found in the installation dbtune.sde file inside $SDEHOME/etc of the application server install.

- V