الانتقال إلى المحتوى

internal error code


connector

Recommended Posts

السلام عليكم
ممكن احد الأخوان يشرحلي السبب في هذا الخطأ:
select to_char(to_date('040500','mmddrr'),'dd/mm/yyyy','nls_calendar=''Arabic Hijrah''')
from dual
ERROR:
ORA-00600: internal error code, arguments: [], [], [], [], [], [], []
فقط لبعض التواريخ هذا الخطا يظهر

رابط هذا التعليق
شارك

الاخ الكريم اليك السبب والحل

ORA-00600

ORA-00600internal message code, arguments: [num], [?], [?], [?], [?], [?]

Cause:This is a catch-all internal message for ORACLE program exceptions. It indicates that a process has met a low-level, unexpected condition.

Various causes of this message include:

·time-outs

·file corruption

·failed data checks in memory

·hardware, memory, or I/O messages

·incorrectly restored files

The first argument is the internal message number; other arguments are various numbers, names, and character strings. (See section "Reporting a Problem to Worldwide Customer Support" on page 1-12 for more information.) The numbers may change meanings between different versions of the ORACLE Server.

Action:Report this error to Worldwide Customer Support after gathering the following information:

·events that led up to the error

·the operations that were attempted that led to the error

·the conditions of the operating system and database at the time of the error

·any unusual circumstances that occurred prior to receiving the ORA-00600 message.

·contents of any trace files generated by the error

·the relevant portions of the Alert file

NOTE: The cause of this error may manifest itself as different errors at different times. Be aware of the history of errors that occurred prior to this internal error.

رابط هذا التعليق
شارك

طبعا اخي الكريم
الخطأ كان عندك انك كاتب الفورمات خطا حيث كاتبها
ddmmyy
تجب ان تكتبها
yymmdd

يعني تصبح جملة ال select كالتالي
select to_char(to_date('000504','yymmdd'),'dd/mm/yyyy','nls_calendar=''Arabic Hijrah''')
from dual

النتيجة

TO_CHAR(TO
----------
29/01/1421
جربها وخبرنا

تم تعديل بواسطة Admin05
رابط هذا التعليق
شارك

الاخ الكريم
طبق هذه المعادلة

SQL

SELECT TO_CHAR(SYSDATE,'DD-MM-YYYY','NLS_CALENDAR=''ARABIC HIJRAH''')
FROM DUAL



TO_CHAR(SY
--------------------
01-08-1426




وكذلك

SELECT TO_CHAR(TO_DATE('30-10-2002','DD-MM-YYYY'),'DD-MM-YYYY',
'NLS_CALENDAR=''ARABIC HIJRAH''')
FROM DUAL


TO_CHAR(TO
----------
23-08-1423

تم تعديل بواسطة Admin05
رابط هذا التعليق
شارك

عفوا اخي العزيز هي تعمل مع معضم التواريخ بس شوف هذا التاريخ بالزبط ما عملت معه وهذا التاريخ بالزبط يعادل راس السنة الهجرية 1421هـ

رابط هذا التعليق
شارك

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

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

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

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   تمت استعادة المحتوى السابق الخاص بك.   مسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

جاري التحميل
×
×
  • أضف...

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

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