Hi all,
we need to reload every other day one of our databases as there is an odd effect (potentially bug) that is solved by unloading the db and then reloading it into memory.
The effect is that analytical functions will not have results although they should.
Now we would like, as part of our daily routine unload the database from memory and reload it. We need the reload step as, there being big databases, they take a few minutes to load. We don't want the users, that open board the first time in the day to wait unnecessarily.
Is there a possibility to do this
- via procedure step
- via command line
- any other way?
BR, Ray