بتاريخ: 21 مايو 200719 سنة comment_100251 How i can make a backup on linuxi have a server linux and clients windows can i make this backup from clientthanx for all in advance تقديم بلاغ
بتاريخ: 18 سبتمبر 200718 سنة comment_110273 u can use rman to make hot and cold backupand u can use just cold bkpthere are many ways to backup تقديم بلاغ
بتاريخ: 18 أكتوبر 200718 سنة comment_113120 اخي الفاضلالسلام عليكم ورحمة الله وبركاتهCold backup on linux:1- you have to stop the database first2- you have to create a shel file and give it name as backup and this file will have this command:cp -R /d01/oracle/proddata /d04you have to be carfull when editing the shel because all UNIX and Linux are case sensitive2- create a Linux shel to shutdown the database also:remeber this is example onlyYOU WILL FIND IT IN ATTACHED FILES WITH NAME STOP_DATABASE.TXT3- create a shel script to startup the database NAME IS START_DATASBE.TXT:4- after generating all shel scripts you have to ask yourself many qestions such as when you will start this backup? , when you will shutdown the database? and when you will open the datbase?there are good tool in RED HAT Enterprise LINUX can use for the secheduled tasks called crontabyou can edit crontab and add / modify or remove tasks using this commands:$ crontab -eremeber don't use this command $ crontab -r (it remove all the crontab enteries)the crontab entery such as backup database :0 22 * * 1,2,3,4,7 /home/applprod/scripts/stopPROD.shthis enetery means the Linux will run the stopPROD.sh at time 22:00 in days (7 sunday, 1 mondy, 2 tuseday, 3 wednesday, 4 thursday ) please see the attached files and feed back to me if you have any enquires Mohamed TawfikORACLE8i,9i and 10G DBAREHL ADMINAPPS. ADMIN[email protected] تقديم بلاغ
بتاريخ: 18 أكتوبر 200718 سنة comment_113129 شكرا اخMohamed Tawfikعلى المعلومات المختصره والمفيده تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.