بتاريخ: 31 مايو 200619 سنة comment_70883 عندى اكتر من سيرفر عليهم نفس قاعدة البيانات واريد فى اخر اليوم نقل البيانات الى مكان واحد مجمعة لعمل تقارير عليها اريد معرفة طريقة النقل هذه من خلال الاميل تقديم بلاغ
بتاريخ: 3 يونيو 200619 سنة comment_71144 طريقة EXPORT & IMPORTمن وجهة نظري ليست الحل الأمثل لما يطلبه أخونا عادللأنه حسب معرفتي التصدير والاستيراد التراكمي خاصة بقاعدة بيانات واحدة فقطوإذا طبقها علي أكثر من قاعدة بيانات فيجب في كل مرة يقوم بعمل DROP USER قبل عمل IMPORT جديدثانياً هو يقول يرسلها بالميل وأظن أن حجم ملف التصدير قد يكون كبير طبقا لحجم بياناتهيخيل إلي أن الحل في الـ Replicationوأعتذر عن عدم معرفتي الجيدة له وقد يجد المساعدة من بعض الأعضاء[email protected] تقديم بلاغ
بتاريخ: 19 مارس 200718 سنة comment_94324 if the 2 databases has the same file structures you can make the following steps:1- close the primary database from sqlplus sql>shutdown immediate 2-copy the datafiles,redolog files,controlfiles,password file and spfile to the server running the other database3-open the primary database from sqlplus sql>startup 4-close the other database from sqlplussql>shutdown immediate 5-replace the current datafiles,redolog files,controlfiles,password file and spfile with the files you copied from the primary database6-open the database from sqlplus sql>startup when finished the 2 databases will have the same data تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.