InterviewSolution
Saved Bookmarks
| 1. |
What Is Scn And Which Process Writes That? |
|
Answer» SCN is a unique number assigned to a transaction which modifies data in the DATABASE. CKPT process will ALWAYS update this SCN to both datafiles HEADER and control FILE. SCN is a unique number assigned to a transaction which modifies data in the database. CKPT process will always update this SCN to both datafiles header and control file. |
|