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

الجدول الوسيط او المؤقت

Featured Replies

بتاريخ:

ممكن بعد ازنكم حد يجاوبني علي هذا السؤال البسيط



ما هو الجدول المؤقت او الجدول الوسيط وكيف يمكنني انشاءه وهل يعمل تاثير علي قاعدة البيانات في حاله انه يكون اكثر من مستخدم يعملو عليها وتقريبا نفس العمل

لكم جزيل الشكر

بتاريخ:


Dear Emad,


first sorry to answer in English but it's avaliable keyboard now :rolleyes:
any way i'll explain what's the mean of Temporary Tables

---- Temporary Tables
Even prior to Oracle 8i most applications have used temporary tables to store data that is too complicated to process in a single sweep. These tables may have been in the form of database tables or PL/SQL tables. In Oracle 8i the maintenance and management of such temporary tables is taken on by the server.

Creation Of Temporary Tables
The data in a temporary table is private for the session that created it and can be session-specific or transaction-specific. If the data is to deleted at the end of the transaction the table should be defined as follows:



CREATE GLOBAL TEMPORARY TABLE my_temp_table ( column1 NUMBER, column2 NUMBER) ON COMMIT DELETE ROWS;



If on the other hand that data should be preserved until the session ends it should be defined as follows:



CREATE GLOBAL TEMPORARY TABLE my_temp_table ( column1 NUMBER, column2 NUMBER) ON COMMIT PRESERVE ROWS;



Features


If the TRUNCATE statement is issued against a temporary table, only the session specific data is trucated. There is no affect on the data of other sessions.
Data in temporary tables is automatically delete at the end of the database session, even if it ends abnormally.
Indexes can be created on temporary tables. The content of the index and the scope of the index is that same as the database session.
Views can be created against temporary tables and combinations of temporary and permanent tables.
Tempoarary tables can have triggers associated with them.
Export and Import utilities can be used to transfer the table definitions, but no data rows are processed.
There are a number of restrictions related to temporary tables but these are version specific.

good luck

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

بسم الله ابدا

اشكرك جدا يا استاذ سامح علي تفاعلك معنا

الله يبارك لك ويزيدك كمان وكمان

بتاريخ:

كنت بعتلك ايميل يا عماد من يومين تقريبا وصلك ولا لا؟

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

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

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

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

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

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.