SQLTXPLAIN is a great tool designed to help with SQL tuning problems, but its effectiveness is limited when the database is a read-only Data Guard physical standby database. Read only databases like Data Guard physical standby databases cannot be written to utilities such as SQLTXPLAIN. In this chapter we explore the special tools created just to deal with Data Guard.
Data Guard Physical Standby Database
Data Guard is a piece of technology, developed by Oracle in response to a “what if” scenario. What if my data ...