Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.Server Process,”Oracle creates server processes[…]
Read moreCategory: Database
PMON or Process monitorback,”Monitors the other background processes and performs process recovery when a server or dispatcher process terminates abnormallyPMON periodically performs cleanup of all the following:*Processes that died abnormally*Sessions that were killedtimeout*Detached network connections which have exceeded their idle timeoutIn addition, PMON monitors, spawns
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.PMON or Process monitorback,”Monitors the[…]
Read moreDuplexed Archived Logs
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.Duplexed Archived Logs …
Read more“Process, Job, task”
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.“Process, Job, task” A Thread[…]
Read moreSMON or System Monitor Processback,”Performs critical tasks such as instance recovery and dead transaction recovery, and maintenance tasks such as temporary space reclamation, data dictionary cleanup, and undo tablespace managementSMON performs many database maintenance tasks, including the following:* Creates and manages the temporary tablespace metadata* Reclaims space used by orphaned temporary segments* Maintains the undo tablespace by onlining, offlining, and shrinking the undo segments based on undo space usage statistics* Cleans up the data dictionary when it is in a transient and inconsistent state* Maintains the SCN to time mapping table used to support Oracle Flashback featuresIn an Oracle RAC database
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.SMON or System Monitor Processback,”Performs[…]
Read moreFlashback logs
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.Flashback logs …
Read moreDatabase Listener
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.Database Listener The listener is[…]
Read moreSnn or Shared Server Processback,”Handles client requests in the shared server architecture.In the shared server architecture, clients connect to a dispatcher process, which creates a virtual circuit for each connection. When the client sends data to the server, the dispatcher receives the data into the virtual circuit and places the active circuit on the common queue to be picked up by an idle shared server. The shared server then reads the data from the virtual circuit and performs the database work necessary to complete the request. When the shared server must send data to the client, the server writes the data back into the virtual circuit and the dispatcher sends the data to the client. After the shared server completes the client request, the server releases the virtual circuit back to the dispatcher and is free to handle other clients.Several initialization parameters relate to shared servers. The principal parameters are: DISPATCHERS, SHARED_SERVERS, MAX_SHARED_SERVERS, LOCAL_LISTENER
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.Snn or Shared Server Processback,”Handles[…]
Read moreSGA
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.SGA System Global Area –[…]
Read moreBuffer,”In the phrase database buffer cache the term buffer refers to database blocks.A buffer, also called buffer memory, is a portion of a computer’s memory that is set aside as a temporary holding place for data that is being sent to or received from an external device, such as a hard disk drive (HDD)
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.Buffer,”In the phrase database buffer[…]
Read more