Did run_script option has been removed from the omnidbutil command?
Since when?
What is the alternative to running sql scripts in IDB?
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more
Did run_script option has been removed from the omnidbutil command?
Since when?
What is the alternative to running sql scripts in IDB?
No, still available. Example from 24.3:
C:\Temp>omnidbutil -run_script idbversion.sql -detail
release | revision | created_on | id
-----------+---------------+-------------------------------+----
8.0 | $Rev: 37111 $ | 2024-07-31 00:00:00+02 | 1
8.01 | $Rev$ | 2024-07-31 13:00:08.378709+02 | 2
8.10 | $Rev$ | 2024-07-31 13:00:08.470342+02 | 3
.......
24.2 | $Rev$ | 2024-07-31 13:00:12.570176+02 | 34
24.3 | $Rev$ | 2024-07-31 13:00:12.787347+02 | 35
(35 rows)
DONE!
C:\Temp>
Thanks Koen,
something went wrong with a first 24.3 installation.
After reinstall, it's working fine.
BR.