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 (ADM)
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>
Koen Verbelen
Although I am an OpenText employee, I am speaking for myself and not for OpenText.
If you found this post useful, give it a “Like” or click on "Verify Answer" under the "More" button.
You may also be interested in my Data Protector Support Tips listed per category
Thanks Koen,
something went wrong with a first 24.3 installation.
After reinstall, it's working fine.
BR.