Altering SERVER_CONFIG parameters after the geodatabase is created

Use the sdeconfig command to change the values of parameters in the SERVER_CONFIG (sde_server_config in PostgreSQL and SQL Server databases) after the geodatabase has been created.

To alter the value of one parameter, use the alter operation.

Steps:
  1. At an MS-DOS command prompt (Windows) or shell prompt (UNIX or Linux), type the sdeconfig command with the alter operation. Specify the parameter name and new value using the –v option.
    sdeconfig -o alter -v RASTERBUFSIZE=350000 -i 2222 -s myserver -D mygdb -u sde

8/19/2013