checkpoint doesn't work [message #660468] |
Fri, 17 February 2017 12:14 |
|
scania113
Messages: 2 Registered: February 2017
|
Junior Member |
|
|
hello,
I tried to test the checkpoint, so I set the value of the log_checkpoint_timeout parameter to 30 seconds, then I made a table update request, after waiting several minutes no changes were made to the table.
I then triggered a manual checkpoint by doing alter system chechpoint, still nothing on the table ....
And I would like to know if I forgot a step
thank you in advance.
|
|
|
|
|
|
|
Re: checkpoint doesn't work [message #660519 is a reply to message #660518] |
Mon, 20 February 2017 03:59 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
The article to which you have linked does not mention COMMIT. I think you are under the impression that COMMIT forces a write to the datafiles? It doesn't. This is not a SQL Server, you know; Oracle uses much cleverer algorithms to ensure data integrity without compromising performance.
Ypou hasve to read that Concepts Guide gazzag suggested.
|
|
|