What are the options available in SHUTDOWN which one can use for taking closed database backup?

Showing Answers 1 - 6 of 6 Answers

raj kannan

  • Apr 5th, 2007
 

1. shutdown  
(server waits until all transaction commit + wait until all sessions close)

2. shutdown transaction (servers commit transaction + disconnect the users sessions)

3. shutdown immediate (servers uncommit all transaction + rollback transaction + disconnect the users sessions)

4. shutdown abort ( all transaction + disconnect all users session)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions