derby.database.noAutoBoot The derby.database.noAutoBoot property specifies that a database should not be automatically booted at startup time. derby.database.noAutoBoot property databasesconfiguring autobooting

When this property is set to true, this database is booted only on the first connection. Otherwise, the database is booted at startup if the property is set to true.

Default

False.

Example -- database-level property CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY( 'derby.database.noAutoBoot', 'true')
Scope

database-wide

Dynamic or static

This property is static; if you change it while is running, the change does not take effect until you reboot.