The transaction log file of a SAP IQ database can grow to undesirable size. It is recommended to truncate it frequently.
Here is a simple method to truncate the transaction log file when no backup is need. No downtime is necessary. Please note that there are other methods to backup and control grow of the transaction log file.
This procedure has been tested on SAP IQ 15 and IQ 16 on Solaris10.
which dbbackup
/IQ/Server/IQ-16SP8/IQ-16_0/bin64/dbbackup
dbbackup -c 'eng=SAPIQSrvr;dbn=SAPIQDb;uid=myUser;pwd=myPassword' -xo
SQL Anywhere Backup Utility Version 16.0.0.807
Transaction log truncation completed
Done!
This post was first published on my personal blog at SAP IQ: Truncate the Transaction Log | ARBIME
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
9 | |
7 | |
6 | |
6 | |
6 | |
5 | |
4 | |
4 | |
4 |