Parallel Server   «Prev  Next»

Transparent Application Failover - Exercise

Configuring TAF in tnsnames.ora file

Objective: Place code lines in the correct order.

Exercise Scoring

This exercise is not scored. It is an opportunity for you to check your understanding of the material covered in the preceding lesson.

Instructions

Below are 12 lines of code required to configure Network Services for Transparent Application Failover, but they are presented out of order. Place the steps into the correct order, with the first step at the top of the list. When you think you have the steps in the correct order, click the Submit button. You will then see a results page with the correct solution.
When you are ready for an explanation, click the Submit button.
  1. net_service_name=
  2. (description=
  3. (address=
  4. (protocol=tcp)
  5. (host=Atlanta.houseopets.com)
  6. (port=1521))
  7. (connect_data="
  8. (service_name=Atlanta.houseopets.com)
  9. (failover_mode=
  10. (backup=Detroit.houseopets.com)
  11. S(type=session)
  12. (method=basic)
  13. )))