الأحد، ١ فبراير ٢٠٠٩

Tablespaces

الـ Tablespaces هو وحدة تخزين منطقية بداخل قاعدة البيانات أى أنها ليست فيزيائيه (أى انها ليست ملف نظام يمكن رؤيته على الجهاز المثبت عليه قاعدة البيانات) ، و هو يحتوى على الاقل على datafile واحد بيتواجد فيزيائياً على الجهاز ، و على فكرة الـ datafile لا ينتمى لأكثر من Tablespace واحد فقط

و كل كائنات قواعد البيانات كالجداول و الدوال و الاجراءات ..... ألخ بتنتمى الى الـ Tablespaces الذى يبنى جسر ما بين قاعدة البيانات (المنطقية) و الـ filesystem (الفيزيائية) التى سيتم فيها - الاخيره - تخزين هذه الكائنات .

و من ثم فالـ Datafile هو الوجه الفيزيائى للـ Tablespace .

-------

بالنسبة للـ User فهو أسم مالك الأسكيمة .
و من الناحية العملية فالـ Schema هى نفسها الـ User ، لكن من الناحية النظرية فهذا خطاء لأن الـ Schema هى عبارة عن بعض كائنات قواعد البيانات التى يتم تصميمها و برمجتها بشكل معين ، لكن الـ User فهو أسم المالك لهذه الـ Schema .

من يرى أى غموض فـلــــــــــــيسأل !

Share/Save/Bookmark

Individual Built-in Descriptions

The remainder of this chapter presents individual built-in descriptions. Each built-in is presented in the following format or a subset of the format, as applicable:

Syntax

Describes the syntax of the built-in. If there are multiple formats for a Built-in then all formats are shown. For example, if the target object of a built-in can be called by name or by object ID, then both forms of syntax are displayed.

Built-in Type Indicates whether the built-in is restricted or unrestricted

Returns Indicates the return value or data type of a built-in function

Enter Query Mode Indicates the capability to call the built-in during enter query mode.

Description

Indicates the general purpose and use of the built-in.

Parameters

Describes the parameters that are included in the syntax diagrams. Underlined parameters usually are the default.

Individual built-in descriptions Restrictions

Indicates any restrictions.

Individual built-in descriptions Examples

Provides an actual example that can be used in conjunction with the syntax to develop a realistic call to the built-in.

===========================================

الموضوع ببساطه انه بيشرح الشكل او التنسيق اللى انت غالباً هتشوفه لما هتفتح الـ Documentary لأى Built-in

( ذى ده مثلاً >>> CREATE_TIMER Built-in )

أول الصفحة هتلاقى الـ Description و هو يصف الغرض او الهدف من هذا الـ Built-in .

و ثانى شىء هو الـ Syntax و هو الصيغة اللى بيتكتب بيها الـ Built-in ، و بأسفله بيكتب أيضاً نوعه Type ( مقيد ام غير مقيد ) ، و القيمة العائده - دا فى حال اذا كان داله Function و ليس اجراء Procedure - و أمكانية استدعائه من Enter Query Mode أم لا.

و ثالث شىء هو العوامل Parameters و هى التى ذكرت فى الصيغة و هنا بيتم شرح ما هى العوامل التى سوف تستخدم وفقاً للصيغة .

و رابع شىء هى القيود (أن وجدت) و هى تشرح ما هى قيود الاستخدام لهذا الـ Built-in .

و خامساً الـ Examples ..... يوجد بعض الـ Built-ins ليس لها أمثلة .

من يرى اى شىء غامض بهذا الدرس ، فلـــــــيسأل !


Share/Save/Bookmark
Newer Posts Older Posts Home Page