بتاريخ: 23 أبريل 200619 سنة comment_67190 if it for index:1- <alter index [x] rebuild online[TS];>-->delete deleted entries+ to move itor2- <alter index [x] coalecse;> then <ALTER INDEX [x] DEALLOCATE UNUSED>; then <analyze index [x] validate structure;>3-alter table move; -->if IOT to get table name: <select table_name from dba_indexes where index_name = 'xx';> then <alter table [iOTx] coalesce online;> then <analyze table [x] compute statistics;>if table:if table is empty or temp truncate itif not1- CREATE temp ts---------------------------------------2-MOVE TABLEs to TABLESPACE TMP_TS or truncate it and refill it----------------------------------------------------------------- alter table apps.BDE_INDEXES move tablespace tmp_ts;3-COALECSE ts------------- alter tablespace applsysd coalesce;4-MOVE TABLE:------------- alter table apps.BDE_INDEXES move tablespace applsysd;;5-ANALYZE TABLEs COMPUTE STATISTICS:------------------------------------- analyze table apps.BDE_INDEXES COMPUTE STATISTICS;then alter table [x] deallocate unused;6-rebuild unused indexes: on these tables-------------------------alter index APPS.EUL_PAR_IT_FK_I rebuild online; تقديم بلاغ
بتاريخ: 29 أبريل 200619 سنة كاتب الموضوع comment_67764 شكرا جزيلا اخى debugعلى ردك وانا كنت فقدت الامل فى حد يرد علية ارجو تكمل تعبك معايا وتبعتلى الاسكربت دة بس على شكل word وعلى فكرة انا قمت بالفعل بعمل move للtable على tablespace جديدة لكن لم يقل عدد الextend علية واشكر مرة اخرى تقديم بلاغ
بتاريخ: 29 أبريل 200619 سنة comment_67771 Dear Brotherwhen u moved the table u coalesced unused space and free space in it then u can drop unusedby the what is ur mail? تقديم بلاغ
بتاريخ: 6 مايو 200619 سنة كاتب الموضوع comment_68385 اخى debugطيب اية العمل فى عدد ال extend دة ميلى [email protected]كمل جميلك ورد على تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.