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

Frm-40508 مساعدة عاجلة

Featured Replies

بتاريخ:

انا عملت فورم وكتبت الكود دة على button

SQL كود
if :cars.CAR_NO is not null then
set_alert_property('wrong',title,'Delete');
set_alert_property('wrong',alert_message_text,'Are You Sure to Delete ' || :cars.car_no);
if show_alert('wrong')=alert_button1 then
delete from cars where CAR_NO = (:cars.CAR_NO);
commit_form;
end if;
end if;

لكن كل مرة يطلع error frm-40508
ممكن حد يقولى السبب باسرع مايمكن
ضرورى جدا
انا المشكلة دى بتكرر لما باعمل اى حاجة على البلوك دة نفس ال error
كنت باجرب اعمل add فعملت block جديد علشان اعملadd لكن نفس الerror
من فضلكم مساعدة ضرورية جدا
علشان deadline قرب

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

انا عملت display errors
ora-01400 can not insert null values
رغم ان انا مادخلتش اى null values
ودة ال query
INSERT INTO USERS(USER_NAME,PASSWORD) VALUES (:1,:2)

بتاريخ:

ORA-01400: cannot insert NULL into (string)


Cause: An attempt was made to insert a NULL into the column "USER"."TABLE"."COLUMN".

For example, if you enter:


connect scott/tiger create table a (a1 number not null); insert into a values (null);

Oracle returns:


ORA-01400 cannot insert NULL into ("SCOTT"."A"."A1") : which means you cannot insert NULL into "SCOTT"."A"."A1".

Action: Retry the operation with a value other than NULL.



اخي الحبيب....يوجد حقل عندك انت ما بدخله قيمه ....تاكد ...

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

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

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

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

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

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.