Go Back   Wiki NewForum | Latest Entertainment News > Career Forum & Tips > Tech Forum & Tutorial > Oracle Database, SQL, Application, Programming


What is locking, advantages of locking and types of locking in oracle?


Reply
Views: 1777  
Thread Tools Rate Thread
  #1  
Old 05-27-2009, 07:00 AM
bholus7
Guest
 
Posts: n/a
Default What is locking, advantages of locking and types of locking in oracle?

What is locking, advantages of locking and types of locking in oracle?

Answer
Locking protect table when several users are accessing the same table. Locking is a concurrency control technique in oracle. It helps in data integrity while allowing maximum concurrency access to data. Oracle offers automatic locking whenever situation requires. This is called implicit locking.
Types of locking
Shared Lock
This type is placed on a record when the record is being viewed.
Exclusive lock
This is placed when Insert, Update or Delete command is performed. There can be only one exclusive lock on a record at a time.

Reply With Quote
  #2  
Old 05-27-2009, 07:03 AM
bholus7
Guest
 
Posts: n/a
Default What are background processes in oracle?

What are background processes in oracle?

Answer
Oracle uses background process to increase performance.
Database writer, DBWn
Log Writer, LGWR
Checkpoint, CKPT
System Monitor, SMON
Process Monitor, PMON
Archiver, ARCn
Reply With Quote
Reply

New topics in Oracle Database, SQL, Application, Programming





Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
WikiNewForum)