Is there a way to query what % of physical log is full.
i want to know in advance when 75% mark will be reached
soon to trigger checkpoint.
thanks.
thanks.
> thanks.
Informix handles to checkpoints through the Buffer settings.
You can monitor the % Full of Physical Log with the following query:
database sysmaster;
select pl_physize pl_size,
pl_phyused pl_used,
round ((pl_phyused * 100.0)/pl_physize,2) pl_pct
from sysplog;
This will match the value displayed in the Physical Logging section
of the onstat -l command.
Bill
Onstat -l will give it to you.
Is there a way to query what % of physical log is full.
i want to know in advance when 75% mark will be reached
soon to trigger checkpoint.
thanks.
Brice Avila
Minneapolis, Minnesota
> thanks.
> -----Original Message-----
> Sent: Friday, January 31, 2003 4:50 AM
> Subject: How to find what % of physical log is full
> Is there a way to query what % of physical log is full.
> i want to know in advance when 75% mark will be reached
> soon to trigger checkpoint.
> thanks.
Read this query:-
database sysmaster;
select pl_physize pl_size,
pl_phyused pl_used,
round ((pl_phyused * 100.0)/pl_physize,2) pl_pct
from sysplog;
example
By using this query
pl_size pl_used pl_pct
1000 0 0.00
look at Pl-pct is the % used it shows 0.00
after inserting some rows
pl_size pl_used pl_pct
1000 6 0.60
Like wise you have to monitor the percentage and use
onmode -c if it reaches 74%
regards
calyanarm
1. Full Recovery Mode and Physical Size of Transaction Log
Hi all,
I am using SQL Server 2000 and running a DB in Full recovery mode. I do
Full Backup and several Log BackUps for the DB.
I know the log is truncated after log backup is done but how can i reduce
the physical size of the log file?
I cannot use BackUp log <DB> with truncate only because i need to backup the
log for recovery.
Thanks
2. Does anyone know how to get rid of the window that...
3. Tempdb or log full-find victim
4. Seeking Paradox to Oracle connection
5. Physical restore failed - Bad log file configuration for log 1
6. Bit-Mapped Indexing.....(Beta Testers Wanted)
7. Physical Log and Logical Log
8. REPLICATION (MS 6.5 <--> Oracle 7.x and/or Sybase 11)
9. To which physical node i am connected to
10. Transaction log full / Filespace full problems
11. Physical device span when full?
12. NOT LOGGED INITIALLY & log is full