الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

وصل عدد الextend الى 100

Featured Replies

بتاريخ:

اكيف عمل drop unused extend

بتاريخ:

if it for index:
1- <alter index [x] rebuild online[TS];>-->delete deleted entries+ to move it
or
2- <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 it
if not

1- 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;

بتاريخ:
  • كاتب الموضوع

شكرا جزيلا اخى debug
على ردك وانا كنت فقدت الامل فى حد يرد علية ارجو تكمل تعبك معايا وتبعتلى الاسكربت دة بس على شكل word وعلى فكرة انا قمت بالفعل بعمل move للtable على tablespace جديدة لكن لم يقل عدد الextend علية واشكر مرة اخرى

بتاريخ:

Dear Brother
when u moved the table u coalesced unused space and free space in it then u can drop unused
by the what is ur mail?

بتاريخ:
  • كاتب الموضوع

اخى debug
طيب اية العمل فى عدد ال extend
دة ميلى [email protected]
كمل جميلك ورد على

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.