Thanks Gaurav,
You are correct.
Previously I mistakenly allocated another 3GB to saptools db
I reclaimed 3GB from saptools DB:
alter database saptools log off on SY1_log_001 = "3072M"
And allocated 3GB to SY1 DB:
alter database SY1 log on SY1_log_001 = "3072M"
Now Database SY1 log become 4GB:
Regards,
Fadzly Iqbal

