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

internal error code

Featured Replies

بتاريخ:

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

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

عفوا هذا التاريخ المفروض ان يكون راس السنة الهجرية يعني:
1-1-1421 هـ

بتاريخ:

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

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

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

عفوا اخي العزيز انت اعطيتني التاريخ :
to_date('000504','yymmdd')
لكن انا اللي بحكي عنه:
to_date('000405','yymmdd')
وبرضه ما زبط

بتاريخ:

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

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هـ

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

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

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

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

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

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.