by issuing "alter tablespace begin backup;" what happens to
tablespace?
Answer Posted / ravindra
When alter tablespace begin backup?
Ans:Oracle will write all changes to the datafile by rising
checkpoint and freezes the datafile header with latest SCN.
and backup will take upto latest SCN and transactions are
updating to datafiles also changes will be generate many
archivelogs because all changed transactions information
written to Redologs.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
What are the high-availability solutions in sql server and differentiate them briefly? : sql server DBA
how can you find out if a table can be redefined?
which background process invoke at the time of upgradation tell me???
What purpose does the model database server? : sql server DBA
how can you process messages in order asynchronously?
how can you schedule a job in database?
How do you troubleshoot errors in a sql server agent job? : sql server DBA
what is ora 24313?what is the procedure to exclude that error?
What are the steps you will take to improve performance of a poor performing query?
What is a correlated sub-query? : sql server DBA
when we login sql editor using username and password then it says this error "could not resolve service name" then what can we do at client side.( here thing is tnsnames.ora file is ok till yesterday and worked well, but now it giving error.
Explain materialized views and how they are used.
what is logical system in sap basis
What are the different types of database compression introduced in sql server 2008? : sql server DBA