Contents Index Managing log files using the dblog command-line utility The Uncompression utility

ASA Database Administration Guide
  Database Administration Utilities
    The Transaction Log utility
      Managing log files using the dblog command-line utility

Transaction log utility options

Specify encryption key (-ek)    This option allows you to specify the encryption key for strongly encrypted databases directly in the command. If you have a strongly encrypted database, you must provide the encryption key to use the database or transaction log in any way. For strongly encrypted databases, you must specify either -ek or -ep, but not both. The command will fail if you do not specify a key for a strongly encrypted database.

Prompt for encryption key (-ep)    This option allows you to specify that you want to be prompted for the encryption key. This option causes a dialog box to appear, in which you enter the encryption key. It provides an extra measure of security by never allowing the encryption key to be seen in clear text. For strongly encrypted databases, you must specify either -ek or -ep, but not both. The command will fail if you do not specify a key for a strongly encrypted database.

Set the generation number (-g)    Use this option if you are using the Log Transfer Manager to participate in a Replication Server installation. It can be used after a backup is restored, to set the generation number. It performs the same function as the following Replication Server function:

dbcc settrunc( 'ltm', 'gen_id', n )

For information on generation numbers and dbcc, see your Replication Server documentation.

Ignore the LTM truncation offset (-il)    Use this option if you are using the Log Transfer Manager to participate in a Replication Server installation. It performs the same function as the following Replication Server function:

dbcc settrunc( 'ltm', 'ignore' )

For information on dbcc, see your Replication Server documentation.

Ignore the SQL Remote truncation offset (-ir)    Use this option if you are using the Log Transfer Manager to participate in a Replication Server installation and a SQL Remote installation. It resets the offset that is kept for the DELETE_OLD_LOGS option, allowing transaction logs to be deleted when they are no longer needed.

Set the name of the transaction log mirror file (-m)    This option sets a filename for a new transaction log mirror. If the database is not currently using a transaction log mirror, it starts using one. If the database is already using a transaction log mirror, it changes to using the new file as its transaction log mirror.

No longer use a transaction log (-n)    Stop using a transaction log, and stop using a mirror log. Without a transaction log, the database can no longer participate in data replication or use the transaction log in data recovery.

Log output messages to file (-o)    Write output messages to the named file.

Operate quietly (-q)    Do not display output messages. This option is available only when you run this utility from the command prompt.

No longer use a transaction log mirror (-r)    For databases that maintain a mirrored transaction log, this option changes their behavior to maintain only a single transaction log.

Set the name of the transaction log file (-t)    This option sets a filename for a new transaction log. If the database is not currently using a transaction log, it starts using one. If the database is already using a transaction log, it changes to using the new file as its transaction log.

Set the current log offset (-x)    For use when reloading a SQL Remote consolidated database. This option resets the current log offset so that the database can take part in replication.

For information on how to use this option, see Unloading and reloading a database participating in replication.

Set the starting log offset (-z)    For use when reloading a SQL Remote consolidated database. This option resets the starting log offset so that the database can take part in replication.

For information on how to use this option, see Unloading and reloading a database participating in replication.


Contents Index Managing log files using the dblog command-line utility The Uncompression utility