Difference between post and Commit

Showing Answers 1 - 9 of 9 Answers

Taj_N

  • Jul 17th, 2007
 

when you enter commit, oracle database made these change permanent in redo log file, there is no post command in oracle

  Was this answer useful?  Yes

Mohammed Abdul Afroze

  • Oct 30th, 2007
 

The Difference between post and commit are as follows:

Post:In oracle we never find such command post.
Commit:The changes will be made permenently from the redo log buffers to the redo log files.

  Was this answer useful?  Yes

ArafatZG

  • Sep 28th, 2017
 

POST will temporary save data in the relevant table.
If you do not use COMMIT after POST then the temporary saved data will be lost.
COMMIT permanently Save Data in the table

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions