بتاريخ: 14 يونيو 200619 سنة comment_72116 1- كيف يمكن معرفة جحم قاعدة البيانات ؟2- ومن اي الجداول يمكن معرفة حجم قاعدة البيانات ؟ ارجو المساعدة .......... تقديم بلاغ
بتاريخ: 14 يونيو 200619 سنة comment_72122 The majority of the size comes from the datafiles. To find out how manymegabytes are allocated by ALL tablespaces, type:select sum(bytes)/1024/1024 from dba_data_files;Add to this the size (in megabytes) of your redo logs:select sum(bytes)/1024/1024 from v$log;The above two queries will show you how large your database is. Also, ifyou are in archivelog mode, you will generate files in your archivelogdestination. Issue the following query to see where your archived redologs get placed:select * from v$parameter where name = 'log_archive_dest'; تقديم بلاغ
بتاريخ: 14 يونيو 200619 سنة comment_72123 shokraaaaaselman0askelwos تم تعديل 14 يونيو 200619 سنة بواسطة selman0 تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.