Command Line

From DB Optimizer
Jump to: navigation, search

Command Line Options

The command line options


Profiling

dboptimizer.exe profile ds: duration:< minutes> tofile:<file.oar> <overwrite>

Example

dboptimizer.exe profile ds:romlaborcl8i_1 duration:120 tofile:c:\testtest.oar overwrite
NOTE: duration was measured in seconds in DB Optimizer 1.5. Starting in DB Optimizer 1.5.1 it is measured in minutes

Tuning

dboptimizer.exe tune ds: sqlfile:<path to sql file> tofile:<tuning job save file.tun> <overwrite>

Example

dboptimizer.exe tune ds:romlaborcl8i_1 sqlfile:c:\sqlfile.sql tofile:c:\testtest.tun overwrite

Requirements

  • The specified data source has to be already registered, with correct credentials.
  • There has to be a previous workspace for the DBOptimizer.
  • The files have to be correct. If the overwrite option is in the script, the save file will be overwritten.
NOTE: command line mode starts a task DBO but DBO remains active after after the task has been finished, so if DBO is being run multiple times to profile a database, the successive executions will fail unless someone has made the previous execution exit by hand.

Add command line options is planned to optionally have DBO exit automatically after the task is finished.

Launching DB Optimizer from Performance Center