السلام عليكم ورحمة الله وبركاته
اريد السؤال عن كيفية عمل نسخة احتياطية من قاعدة بيانات موجودة وبها بيانات
وجزاكم الله خيرا

كيفية عمل نسخة احتياطية
تمت كتابته بواسطة
mnatfy
, November 13 2006 10:13 AM
1 رد (ردود) على هذا الموضوع
#2
تاريخ المشاركة 13 November 2006 - 10:53 AM
>> write this sentence on windows Start >> Run.
EXP scott/tiger FILE=c:\exp_file_name.dmp LOG=c:\log_file_name.log full=y
--- full = y "if u want to exp all database users if u dont just one user omit it "
-- the log file we use it will right inside it the full export statements and all tables have been exported .. and status of export success/warning..
EXP scott/tiger FILE=c:\exp_file_name.dmp LOG=c:\log_file_name.log full=y
--- full = y "if u want to exp all database users if u dont just one user omit it "
-- the log file we use it will right inside it the full export statements and all tables have been exported .. and status of export success/warning..