hcidbinit
This command reinitializes the databases. This initializes the SQLite error database file, not the Raima error database files.
hcidbinit [-A] [-r] [-e] [-i] [-m [-s threadName]] [-t] [-C] [-f]
-
-A
initializes all databases. -r
initializes the recovery database.-
-e
initializes the error database. -
-i
initializes the ICL registry database. -m
initializes the Message Archiving database cache.-s
initializes a Message Archive database cache for a thread.-
-t
initializes the Message Tracing database cache. -C
cleans control files.-f
forces running and skips query.
Note: If all the databases are
initialized with the
-A
flag, then also use the -C
option. Using the -A
option continues to initialize all databases, including the message archive database.