Answer Posted / mohapatra.gouranga@gmail.com
Data Guard Redo Transport Services coordinate the
Log Network Server (LNS);
transmission of redo from the primary database to the
standby database, at the same time the LGWR is processing
redo, a separate Data Guard process called the Log Network
Server (LNS) is reading from the redo buffer in the SGA and
passes redo to Oracle Net Services from transmission to a
standby database, it is possible to direct the redo data to
nine standby databases, you can also use Oracle RAC and
they don't all need to be a RAC setup. The process Remote
File Server (RFS) receives the redo from LNS and writes it
to a sequential file called a standby redo log file (SRL),
the LNS process support two modes synchronous and
asynchronous.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What authentication modes does sql server support? : sql server DBA
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
Explain about your sql server dba experience? : sql server DBA
Why does Oracle not permit the use of PCTUSED with indexes?
How would you best determine why your MVIEW couldn't FAST REFRESH?
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
how can you enable flashback feature?
What happens on checkpoint? : sql server DBA
What would you do with an "in-doubt" distributed transaction?
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
What is dbcc? : sql server DBA
What is the default fill factor value? : sql server DBA
What is transparent data encryption? : sql server DBA
Where would you look for errors from the database engine?
What are the recovery models for a database? : sql server DBA