InterviewSolution
Saved Bookmarks
| 1. |
How Can You Find Out Whether A Database Is Primary Or Standby? |
|
Answer» You can query the V$database VIEW. The database_role column provides the RELEVANT information. You can query the v$database view. The database_role column provides the relevant information. |
|