Contents Index Database engine/server Service creation utility

SQL Anywhere Studio Security Guide
  Restricted Syntax

Initialization utility


This page describes operation of Adaptive Server Anywhere in a manner equivalent to a C2-security-certified configuration. It does not provide general-purpose information on the topic.

Syntax 

dbinit -i [ optional-switches ] c2-database-folder\filename

Required switches: 
Switch Description Reason
-i Do not install jConnect support jConnect uses TCP/IP to communicate, which is not supported in the certified configuration.
Optional switches: 
Switch Description Restrictions
-b Blank padding of strings for comparisons
-c Case sensitivity on all string comparisons
-e Encrypt database
-m name Set transaction log mirror name Full path must be specified; file must reside in your C2 database folder.
-o file Log output messages to file
-p size Set page size
-q Quiet: do not print messages
-t name Transaction log file name Full path must be specified; file must reside in your C2 database folder.
-z cs Specify collation sequence

Contents Index Database engine/server Service creation utility