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

cant save date if it is from calendar

Featured Replies

بتاريخ:

بسم الله الرحمن الرحيم
بعد عون الله والقراءه من هذا المنتدى عن موضوع ال ocx فقد تمكنت من ادراج التقويم على اي حقل من نوع date ولا المشكلة هو اذا اخترت تاريخ من الكلندر يظهر مباشرة في الحقل المطلوب ولكن عند عمل save لا يقبل ان يخزن ويعطي هذا الخطا
ora-01483:invalid length for date or NUMBER bind variable
ولاحظت انه لما اختار تاريخ من الكلندر ويظهر اذا عملت تغيير خفيف على هذا الحقل حتى ولو عملت space وبعدها تخزين يقوم بعملية التخزين او التعديل اما تخزين او تعديل بعد اختياره مباشرة من الكلندر لا يخزن ولا يعدل
ما السبب يا اخوان

بتاريخ:

ORA-01483 

ORA-01483invalid length for DATE or NUMBER bind variable 

Cause:A bind variable of type DATE or NUMBER is too long. 

Action:Check the installation or user's guide for the maximum allowable length. 

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

مشكور يا اخ admin على جهودك
شو اعمل يعني بالضبط
انا غيرت ال maximaum length of this item from property pallete
but with no sense
زي ما حكيت انا لما اكتب مثلا 27/3/2006 يخزن ولكن اذا اخترت هذا التاريخ من الكلندر يظهر ايضا 27/3/2006 ولكن اذا حاولت التخزين لا يخزن الا اذا عملت اي تغيير مثل حذف رقم وكتابته بالكيبورد او اضفت space مثلا
مش عارف ايش اعمل

بتاريخ:

Question:  
I’m getting an "ORA-01483: invalid length for DATE or NUMBER bind variable" error with the following code:

Answer:  The Line

where  to_char(revdate, 'dd-mon-yyyy') = '25-oct-2005'

should be

where revdate = to_date('25-OCT-2005','DD-MON-YYYY')

and the line

and  revdate < to_date('01-jan-2000')

should be

and  revdate < to_date('01-JAN-2000','DD-MON-YYYY')

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

السلام عليكم
شكرا يا اخ admin وانا غيرت شغلة بسيطة ونجحت بناء على توجيهاتك
copy(get_date,name_in('Global.item_name');
وغيرتها الى
copy(to_date(get_date,'dd/mm/yyyy'),name_in('Global.item_name'));
ونجت
بارك الله فيك

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

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

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

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

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

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.