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. Drag 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 Done. You will be told whether or not the order is correct. If you didn't get the order right, keep trying. The steps you have in the correct place will have green lights next to them. The steps that are not in the correct place will have red lights next to them. 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. )))