What would you do if a database crashes in production?
• Identify the issue using database logs.
• Restore from the latest backup.
• If replication is enabled, switch to a replica database.
• Check for corrupt data and perform integrity checks.
• Implement monitoring tools to prevent future crashes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
does Oracle has only one table space?
How to list all indexes in your schema?
What is Partitions in Table ?
how to make an oracle object
What is sequence?
What is the data type of dual table?
How to set up autotrace for a user account?
what is primary key?
what is trigger?
How to rollback the current transaction in oracle?
How to use attributes of the implicit cursor in oracle?