You can find all standby databases for a primary database in data guard by using one of the queries below. [crayon-686fdd33a32d6340763495/] or [crayon-686fdd33a32db168063116/] Standby -> …
Read More »
You can find all standby databases for a primary database in data guard by using one of the queries below. [crayon-686fdd33a32d6340763495/] or [crayon-686fdd33a32db168063116/] Standby -> …
Read More »Check Data Guard Recovery Mode You can find database_mode, recovery mode and protection mode of your Data Guard as follows. [crayon-686fdd33a4147075108554/] Data Guard Recovery Modes …
Read More »This article contains scripts about checking Standby redo logs. You can use the below queries to check standby redo logs in Oracle. [crayon-686fdd33a4b65280408916/] or [crayon-686fdd33a4b69509003190/]
Read More »You can read this document to access the tables in the MSSQL database using the DBLINK architecture from the Oracle database. Please test in the …
Read More »When you create backups with rman in Oracle 12.2 databases, an “RMAN-10038: database session for channel d1 terminated unexpectedly” error occurs. You see the error …
Read More »You can run rman in debug mode to get more detailed information about Rman operations. In this way, we get more detailed information about a …
Read More »With the new feature that introduced with Oracle 18c, it is now possible to stop the running query in a session without terminating session. You …
Read More »In Oracle 12c and later versions, auditing is possible with Unified audit as well as standard auditing. This feature allows role-based auditing. It is possible …
Read More »With Oracle 12.2.0.1, SQL * Plus is capable of displaying the result of a query as CSV. Its use is as follows. [crayon-686fdd33a6a15807572716/] Options DELIMI[TER] …
Read More »This article contains information about Oracle User Operations like creating a new Oracle user, authorizing, changing password and dropping Oracle User. Create Oracle User CREATE …
Read More »