الانتقال إلى المحتوى
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.

Rebuild An Index

Featured Replies

بتاريخ:

dear all

I done rebuild an index using the command
ALTER INDEX tabs.STOCK_HIST_IDX2 REBUILD TABLESPACE idx_temp;

so what is the next step

to get back the index to the old tablespace

the index moved to another tablespace and i want to bring it back so i can drop the tablespace i created to do the rebuild

thanking you..

بتاريخ:

السلام عليكم ،

You can create a new index , and drop the other one that you have created unless u need the same index name then u drop first the index and then create the new one, you can use:

CREATE INDEX index name ON table name
(Field name)
LOGGING
TABLESPACE name
PCTFREE 10
INITRANS 11
MAXTRANS 255
STORAGE (
INITIAL 1M
NEXT 3M
MINEXTENTS 1
MAXEXTENTS 2147483645
PCTINCREASE 0
FREELISTS 4
FREELIST GROUPS 4
BUFFER_POOL DEFAULT
)
NOPARALLEL;


I hope this syntax will help out.

Thanks

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

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

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

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

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

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.