OBEROn - Bug Trace - Oberon Platform
Viewing Issue Advanced Details
105 OOQL language feature always 2013-07-28 23:50 2013-07-29 00:02
administrator  
administrator  
normal  
resolved 4.0 - DB build 0070  
fixed  
none    
none 4.1 - DB build 0071  
0000105: Add a tool for executing OOQL commands from a script file
At the moment it is possible to run only a single ooql command from command line by using the ooql.bat/sh tool. A way to execute a sequence of ooql commands written into a file is required.
Issue History
2013-07-28 23:50 administrator New Issue
2013-07-29 00:02 administrator Note Added: 0000167
2013-07-29 00:02 administrator Status new => resolved
2013-07-29 00:02 administrator Fixed in Version => 4.0.2 - DB build 0070
2013-07-29 00:02 administrator Resolution open => fixed
2013-07-29 00:02 administrator Assigned To => administrator
2013-07-29 00:03 administrator Note Edited: 0000167

Notes
(0000167)
administrator   
2013-07-29 00:02   
(edited on: 2013-07-29 00:03)
ooql.bat / .sh

Usage:
OOQL [-silent] [-verbose] [-conf confFile] [-script ooqlFile] [-command ooqlCommand] [-user userName] [-password userPwd]

-silent ----> disable any console output
-verbose ----> show detailed information on console
-conf confFile ----> is the name of the .ini file
-script ooqlFile ----> is the full path of ooql script files
-command ooqlCommand ----> ooql command to execute on the fly
-user / -password ----> use the account when not specified into the .ini file