shadyfiruz61
25-10-2008, 03:47 PM
عند محاولة الاطلاع على الصفحه الخاصه عن طريق ادخال الرقم القومى وكلمة السر والكود بموقع الاكاديميه
ظهرت رساله كبيره باللغه الانجليزيه 00 أى زميل تخصص انجليزى نرجو أن يدخل اولا ليفتح الصفحه الخاصه به ثم يترجم لنا الرساله 0
مع تمنياتى للاخوه الافاضل بالنجاح
Mr_Maged
25-10-2008, 04:54 PM
الموقع يعمل بصوره سليمة الأن ولا توجد اى رسائل
واذا طهرت رساله لك
أرجو نسخها هنا وان شاء الله سوف تعرفى معناها
amr aly
25-10-2008, 05:52 PM
هذه الرساله عندى انا كمان هذه هى الرساله عفواً: لم يتم الاتصال بقاعدة البيانات حاول مرة أخرىora-00942:
الجدول أو الجدول الاعتباري غير موجود
amr aly
25-10-2008, 05:55 PM
عفواً: لم يتم الاتصال بقاعدة البيانات حاول مرة أخرىora-00942: الجدول أو الجدول الاعتباري غير موجود
Mr_Maged
25-10-2008, 07:22 PM
هذه رسالة من لغة اوراكل التى تستخدم فى تصميم قواعد البيانات وتعنى ان رابط جدول قاعدة البيانات غير موجود او مشغول او ليس لك حق الوصول اليه
( وهذا يعنى أن الرابط الخاص بجدول نتيجة الكادر معطل الأن )
Oracle docs note this about ORA-00942:
ORA-00942 table or view does not exist
Cause: The table or view entered does not exist, a synonym that is not allowed here was used, or a view was referenced where a table is required. Existing user tables and views can be listed by querying the data dictionary. Certain privileges may be required to access the table. If an application returned this message, the table the application tried to access does not exist in the database, or the application does not have access to it. Action: Check each of the following:
<LI class=LB2 type=disc>the spelling of the table or view name. <LI class=LB2 type=disc>that a view is not specified where a table is required.
that an existing table or view name exists.
Contact the database administrator if the table needs to be created or if user or application privileges are required to access the table.
Also, if attempting to access a table or view in another schema, make certain the correct schema is referenced and that access to the object is granted.
Many users encounter ORA-00942 when attempting a table level import. ORA-00942 is thrown in these situations because the table involved in the import is actually from another table that is not being imported. Oracle MetaLink (https://metalink.oracle.com/metalink/plsql/f?p=130:14:9338080725049246409::::p14_database_id, p14_docid,p14_show_header,p14_show_help,p14_black_ frame,p14_font:NOT,1013822.102,1,0,1,helvetica) offers great information on ORA-00942 when it is thrown after imports, where it is explained that the system was looking to find the parent table to go with the other (child) table. To resolve ORA-00942, MetaLink gives this solution:
Disable foreign keys constraints
1. Use import Show = Y to see what import intends to do, Show = Y will not really import anything.
From this you will be able to see if your table has a child constraint on it.
Include a log=<path and file name> to create an import log so you have a record of what is happening.
2. Import the table with Show = N and Rows = N to build the new table. This will import the table structure only.
3. Disable all constraints on new tables.
4. Import the table again with Ignore = Y to avoid "Table already exists" errors [such as ORA-00942].
Enable the constraints again on a new table if you wish.
amr aly
25-10-2008, 07:29 PM
هو حضرتك معاك كورس اوراكل ياريت اعرف لانى مهتم جدا بهذا الموضوع ونفسى اخذ هذا الكورس
Mr_Maged
25-10-2008, 09:24 PM
الاستاذ / Amr Aly
إن شاء الله قريباً سأحاول عمل كتاب مترجم للغة sql و oracle وبه أمثله لبعض projects فى قسم icdl فى هذا المنتدى
أشكر الأخ المحترم على هذه المعلومات القيمه والموضوع ده كله قلق وربنا يستر