بتاريخ: 16 يناير 200818 سنة comment_120622 السلام عليكم أخوتي أخواني لدي سؤال لأصحاب الخبرة والمعرفة :حيث أنه عندما يتم انشاء TAble Space نلاحظ وجود خيارين تحت ال Extent Managment وهما 1- Locally managed .2- Dictionary Managed .ماهو الفرق بين هذين النوعين من ال Table Space كما في الصورة المرفقة فأرجو منكم الشرح الوافر والموسع شوي وشكرا لكم وأدام الله لنا هذا المنتدى الرائع بأفكاره و أعضاءه والمشرفين و أصحاب الخبرة السلام عليكم تقديم بلاغ
بتاريخ: 18 يناير 200818 سنة كاتب الموضوع comment_120755 السلام عليكم ياشباب ولو فكرة صغيرة عن الموضوع بس ماتتركو الموضوع معلق ضد أفكار مجهولة تقديم بلاغ
بتاريخ: 19 يناير 200818 سنة comment_120792 Dictionary Managed Tablespaces (DMT):Oracle use the data dictionary (tables in the SYS schema) to track allocated and free extents for tablespaces that is in "dictionary managed" mode. Free space is recorded in the SYS.FET$ table, and used space in the SYS.UET$ table. Whenever space is required in one of these tablespaces, the ST (space transaction) enqueue latch must be obtained to do inserts and deletes agianst these tables. As only one process can acquire the ST enque at a given time, this often lead to contention.Locally Managed Tablespaces (LMT):Using LMT, each tablespace manages it's own free and used space within a bitmap structure stored in one of the tablespace's data files. Each bit corresponds to a database block or group of blocks. Execute one of the following statements to create a locally managedIt is recommneded use Locally Managed Tablespaces .For detail lock to this link http://www.orafaq.com/node/3 تقديم بلاغ
بتاريخ: 19 يناير 200818 سنة comment_120815 ببساطة Dictionary managedيعني كل معلومات عن الـ Tablespace تكون محفوظة في الـ Dictionary لكن Locally Managed تكون في نفس الـ Tablespace بـ Bitmap0 مساحة فارغة1 مساحة مشغولةوببساطة أكثر هب ان لديك أرشيف وملفات في رفوفوتريد أن تضع ملف جديد (بيانات جديدة) في مكان فارغالحالة الأولي : تسجل كل هذه المعلومات في دفتر ومن ثم ترجع إلي المكان الفارغالحالة الثانية : تضع علامات 0 للرف الفارغ وواحد للرف المشغوللغرض الوصول السريع يفضل إستخدام الطريقة الثانية لتسريع الأداء Performanceوالله أعلمأخوك شبيكه ربيع من الخرطوم تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.