بتاريخ: 20 مايو 200916 سنة comment_157514 مرحبا أريد تطبيق ال failover في معمل يحتوي على ثلاثة أجهزة واحد client و إثنان server يحتويان على إثنان database هل يمكنكم المساعدة وتزويدى بالخطوات كلة من البداية حتى النهاية لتطبيق ال failover أرجوكم أريد المساعدةمع السلامة تقديم بلاغ
بتاريخ: 20 مايو 200916 سنة comment_157535 what is the server name and database name for each database of the 2 databases will be used in the failover environment تقديم بلاغ
بتاريخ: 21 مايو 200916 سنة كاتب الموضوع comment_157622 مرحبا أريد تطبيق ال failover في معمل يحتوي على ثلاثة أجهزة واحد client و إثنان server يحتويان على إثنان database هل يمكنكم المساعدة وتزويدى بالخطوات كلة من البداية حتى النهاية لتطبيق ال failover أسم ال SERVER الأول SERVER1 و ال IP الخاص بة 201.201.201.20 وأسم ال database الخاصة ب SERVER الأول orc1 .وأسم الSERVER الثانى SERVER2 و ال IP الخاص بة 201.201.201.21 وأسم ال database الخاصة ب SERVER الثانى orc2أرجوكم أريد المساعدةمع السلامة تقديم بلاغ
بتاريخ: 21 مايو 200916 سنة comment_157633 Follow these stepsA-on SERVER1:1-open tnsnames.ora file in this path D:\oracle\product\10.2.0\db_1\NETWORK\ADMIN2-edit the tnsnames.ora file and modfiy your database service to be like thisORC1= (DESCRIPTION= (FAILOVER=on) (ADDRESS=(PROTOCOL=tcp)(HOST=SERVER1)(PORT=1521)) (ADDRESS=(PROTOCOL=tcp)(HOST=SERVER2)(PORT=1521)) (CONNECT_DATA=(SERVICE_NAME=ORC1)))and add another service for the the database ORC2 on SERVER2ORC2 = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = SERVER2) (PORT = 1521) ) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ORC2) ) )B-On SERVER21-open tnsnames.ora file in this path D:\oracle\product\10.2.0\db_1\NETWORK\ADMIN2-edit the tnsnames.ora file and modfiy your database service to be like thisORC2= (DESCRIPTION= (FAILOVER=on) (ADDRESS=(PROTOCOL=tcp)(HOST=SERVER2)(PORT=1521)) (ADDRESS=(PROTOCOL=tcp)(HOST=SERVER1)(PORT=1521)) (CONNECT_DATA=(SERVICE_NAME=ORC2)))and add another service for the the database ORC1 on SERVER1ORC1 = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = SERVER1) (PORT = 1521) ) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ORC1) ) )C-at this point your databases can failover on each otherD-To test that your configuration is working try to connect an application to or TOAD to the ORC1 database with schema scott/tiger and then open SQLPLUS and shutdown this databaseit will be automatically switched on the other database ORC2I hope this will help you تقديم بلاغ
بتاريخ: 21 مايو 200916 سنة كاتب الموضوع comment_157639 Hi airtifa. I really appreciated the the command you sent to meI finally managed to do Failover which I was taking a log time to find you commandbye تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.