بتاريخ: 8 أغسطس 200520 سنة comment_44000 بسم الله الرحمن الرحيم Can Anybody help me on this matter i want the best backup and recovery script using RMAN and i want this script to be implemented using Incremental methodthanc ya shababand sorry about my english since my pc doesnt support arabicjazakom allah 7'eer تقديم بلاغ
بتاريخ: 8 أغسطس 200520 سنة كاتب الموضوع comment_44111 if you are an oracle DBA and u dont know what is RMANsorry to say that u know nothing about oracle DBARMAN : Recovery Manager تقديم بلاغ
بتاريخ: 9 أغسطس 200520 سنة comment_44114 السلام عليكم ورحمة الله run { allocate channel d1 type disk; allocate channel d2 type disk; allocate channel d3 type disk; sql "alter system switch logfile"; backup incremental level 0 format '$HOME/BACKUP/%d_%t_%s_%p.bus' filesperset 5 (database include current controlfile); sql "alter system archive log current"; backup format '$HOME/BACKUP/%d_%t_%s_%p.bus' (archivelog all delete input); backup format '$HOME/BACKUP/%d_%t_%s_%p.bus' (current controlfile); release channel d1; release channel d2; release channel d3; } تحياتى تقديم بلاغ
بتاريخ: 9 أغسطس 200520 سنة comment_44197 enrique2ki dont waiting you to exam me if you i dba or not i just ask becuase some one ask the same quation like you ? when i answer him he tell he is mean other somthingso dont write to me or answer me like that way and thanks for this answer thats mean what you are ?? and what in your mind??? تقديم بلاغ
بتاريخ: 9 أغسطس 200520 سنة كاتب الموضوع comment_44224 شكرا يا وليد على الscript الرائع but there is one questionis that script for incremental only and if it is what is the fileperset and how can we backup the database fully?thanx in advanced and thanx for every thingnote to admin05: i dont mean to heart ur feelings im really sorry but all i know there is one RMAN in oracle thats alland soory againcan u explan the script plzأخوكم بالله الجزار تم تعديل 9 أغسطس 200520 سنة بواسطة enrique2k تقديم بلاغ
بتاريخ: 24 سبتمبر 200520 سنة comment_48016 موضوع هام ورد سهل وجميل من وليد وشكرا لك جميعا... تقديم بلاغ
بتاريخ: 30 سبتمبر 200520 سنة comment_48569 جزاكم الله خيرا يا شباب و اكثر الله من امثالكمو بارك فيكم تقديم بلاغ
بتاريخ: 19 أكتوبر 200520 سنة comment_49801 Backup & Recovery Strategy الScript أدناه ينفذ يوم الجمعةcreate script Fri_Backup}allocate channel ch1 type disk format '/home2/oracle/backup/%u'; backup incremental level 0 database;allocate channel ch2 type disk format '/home2/oracle/backup/%ctl';backup current controlfile tag='Friday_Backup';allocate channel ch3 type disk format '/home2/oracle/backup/%arc';backup archivelog all delete input; { الScript أدناه ينفذ أيام السبت , الأحد, الثلاثاء , الأربعاءcreate script SatSunTueWed_Backup}allocate channel ch1 type disk format '/home2/oracle/backup/%u';backup incremental level 2 database;backup current controlfile tag='SatSun_Backup';{الScript أدناه ينفذ يومي الإثنين والخميسcreate script MonThu_Backup}allocate channel ch1 type disk format '/home2/oracle/backup/%u';backup incremental level 1 database;backup current controlfile tag='MonThu_Backup';{ Alaa Ali OCP DBA ORACLE 9I تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.