mv alert.log
I'm wondering if I can use the MV command on an alert.og that is in use by a 19c database on SolarisSparc. So, while the database runs, just:
mv alert_SID.log alert_SID.old.log
Does a new file needs to be touched ?
Can information be lost ?
I know log file cycling is a thing, but it may not be the same functionality as an OS command "mv".