Hi,
I have been using EM to practice database restores.
One of the options available under "Recovery Completion State" is: "Leave database read-only and able to restore additional transaction logs".
Is this the SQL equivalent of:
RESTORE DATABASE mydb
blah blah
STANDBY = standby name
And if so, how does this differ from just plain old "READ-ONLY"? That is, a standby database is always read-only, but is a read-only database always standby database?
Thanks
I have been using EM to practice database restores.
One of the options available under "Recovery Completion State" is: "Leave database read-only and able to restore additional transaction logs".
Is this the SQL equivalent of:
RESTORE DATABASE mydb
blah blah
STANDBY = standby name
And if so, how does this differ from just plain old "READ-ONLY"? That is, a standby database is always read-only, but is a read-only database always standby database?
Thanks