Hello,
I am currently working with SAP DB 7.3 on AIX 4.3.3 and Database Manager 7.5.
Through Database Manager 7.5 I can set the LOG AUTO OVERWRITE by menu: Instance -> Configuration -> Log Settings.
However I need to do this by dbmcli.
I have tried the following:
dbmcli -d <database> -u dbm,<password> -uUTL -c util_execute set log auto overwrite on
Then I receive the following error:
ERR
-24988,ERR_SQL: sql error
-3008,Invalid keyword or missing delimiter
Any ideas or suggestions?
Thanks,
David