apache > db
Apache DB Project
 
Font size:      

logDevice=logDirectoryPath

logDevice=logDirectoryPath

Function

The logDirectoryPath specifies the path to the directory on which to store the database log during database creation or restore. Even if specified as a relative path, the logDirectoryPath is stored internally as an absolute path.

Combining with Other Attributes

Use in conjunction with create=true, createFrom, restoreFrom, or rollFowardRecoveryFrom.

Example

jdbc:derby:newDB;create=true;logDevice=d:/newDBlog


Previous Page
Next Page
Table of Contents
Index