Hello all!
Does someone knows how I can change MIRRORLOGPATH db cfg parameter form something to nothing?
This is what I have.
$db2 get db cfg for mydb
Path to log files = /home/db2inst1/NODE0000/SQL00001/SQLOGDIR/
Overflow log path (OVERFLOWLOGPATH) =
Mirror log path (MIRRORLOGPATH) = /mydb_copy_logs/MYDB/NODE0000/
First active log file = S0001339.LOG
I want to set this parameter to "nothing" but when I do this I receive error:
$ db2 update db cfg using mirrorlogpath
SQL0104N An unexpected token "END-OF-STATEMENT" was found following
"MIRRORLOGPATH". Expected tokens may include: "<identifier>".
SQLSTATE=42601
I have to put some identifier, but which one?
DB2 v.8 , AIX
Thank you in advance...