بتاريخ: 5 سبتمبر 200520 سنة comment_46540 السلام عليكم ممكن احد الأخوان يشرحلي السبب في هذا الخطأ:select to_char(to_date('040500','mmddrr'),'dd/mm/yyyy','nls_calendar=''Arabic Hijrah''')from dualERROR:ORA-00600: internal error code, arguments: [], [], [], [], [], [], []فقط لبعض التواريخ هذا الخطا يظهر تقديم بلاغ
بتاريخ: 5 سبتمبر 200520 سنة كاتب الموضوع comment_46545 عفوا هذا التاريخ المفروض ان يكون راس السنة الهجرية يعني:1-1-1421 هـ تقديم بلاغ
بتاريخ: 5 سبتمبر 200520 سنة comment_46546 الاخ الكريم اليك السبب والحل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. تقديم بلاغ
بتاريخ: 5 سبتمبر 200520 سنة comment_46547 طبعا اخي الكريم الخطأ كان عندك انك كاتب الفورمات خطا حيث كاتبها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جربها وخبرنا تم تعديل 5 سبتمبر 200520 سنة بواسطة Admin05 تقديم بلاغ
بتاريخ: 5 سبتمبر 200520 سنة كاتب الموضوع comment_46549 عفوا اخي العزيز انت اعطيتني التاريخ :to_date('000504','yymmdd')لكن انا اللي بحكي عنه:to_date('000405','yymmdd')وبرضه ما زبط تقديم بلاغ
بتاريخ: 5 سبتمبر 200520 سنة comment_46556 الاخ الكريم طبق هذه المعادلة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 تم تعديل 5 سبتمبر 200520 سنة بواسطة Admin05 تقديم بلاغ
بتاريخ: 5 سبتمبر 200520 سنة كاتب الموضوع comment_46557 عفوا اخي العزيز هي تعمل مع معضم التواريخ بس شوف هذا التاريخ بالزبط ما عملت معه وهذا التاريخ بالزبط يعادل راس السنة الهجرية 1421هـ تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.