Oracle Checkpoint | ||
| A checkpoint performs the following three operations:
Events that trigger a checkpoint The following events trigger a checkpoint.
While redo log switches cause a checkpoint, checkpoints don't cause a log switch. Time and SCN of last checkpoint The date and time of the last checkpoint can be retrieved through checkpoint_time in v$datafile_header The SCN of the last checkpoint can be found in v$database.checkpoint_change#. Size of redo log If the size of the redo log is to small, the performance of the checkpoint will not be optimal. This is the case if the alert.log contains messages like Thread .. cannot allocate new log.... |
Wednesday, April 18, 2007
checkpoint
excerpt from http://www.adp-gmbh.ch/ora/concepts/checkpoint.html
Subscribe to:
Post Comments (Atom)
Windows (powershell) counterparts of Linux commands
You may find Windows mostly powershell equivalent of frequently used Linux commands here. I will update this post, with newer ones by the ti...
-
Simple but very handy way of taking exports without knowing database password. expdp \'/ as sysdba\' DIRECTORY=DATA_PUMP_DIR DUMPFIL...
-
It seems an easy topic, I prefer being careful with the easy ones... so it is handy to have all you need, in one place and which will lead i...
-
This directory is created in the home directory of the oracle user, after making a local connection. I had tested it as follows: [oracle@geo...
No comments:
Post a Comment