You define the path and the name of the file where all the Database Manager output is to be written.
-o <file_name>
Option |
Description |
---|---|
<file_name> |
Name and path of the output file |
Log on to Database Manager CLI as operator OLEG with the password MONDAY, connect to the DEMODB database, execute the DBM commands contained in the input.dbm input script in the C:\test\scripts directory, and output the answers to the DBM commands in the C:\test\outfiles\output.txt file:
>dbmcli -u OLEG,MONDAY -d DEMODB -i C:\test\scripts\input.dbm -o C:\test\outfiles\output.txt
OK