الانتقال إلى المحتوى
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:40735 ORA:00001

Featured Replies

بتاريخ:

انا كتبت الكود التالي لاضيف عندي على ال داتا بيز:
BEGIN
INSERT INTO EMP_DESCRIPTION
VALUES(:EMP_MODULE.EMP_ID,:LAST_NAME,:FIRST_NAME,:USER_ID,:MANAGER_ID,:SALARY,:DEPT_ID);
EXCEPTION
WHEN NO_DATA_FOUND
THEN MESSAGE('Invalid project status');
RAISE FORM_TRIGGER_FAILURE;
WHEN TOO_MANY_ROWS
THEN MESSAGE('Query returns more than one row'); pause;
-- do whatever you have to do here if more than one row is returned
RAISE FORM_TRIGGER_FAILURE;
END;

بضل يعطيني:
FRM:40735 ORA:00001
وما بضيف ولا شيء؟؟؟؟

بتاريخ:

Cause: An UPDATE or INSERT statement attempted to insert a duplicate key. For Trusted Oracle configured in DBMS MAC mode, you may see this message if a duplicate entry exists at a different level.

Action: Either remove the unique restriction or do not insert the key.

  • بعد 2 أسابيع...
بتاريخ:

الخطاء على ما اعتقد اللى انت وقعت فى هو انك دخلت رقم موظف emp_id موجود بالفعل فى الداتا بيز
استعلم عن الموظفين الموجودين فى الداتا بيز
select * from emp;
بعد ذلك ضيف موظف رقمة غير موجود بالداتا بيز
وانا شاء الله هيضيف

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

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

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

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

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

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.