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

Handling Errors: Ora-105100 And Ora-105101

Featured Replies

بتاريخ:

السلام عليكم
سعات لما نيجى نتعامل مع جافا كلاس عن طريق java importer
بيظهرلنا اخطاء ليس لها علاقة بال pl/sql code اللى احنا كاتبينه
و لكن علاقتها بالكلاس نفسها
الكود دة بيظهر الخطاء نفسة اللى الى من الكلاس

اولا لازم تعمل import for java.lang.Exception and java.StackTraceElement
ثانيا و انت بتكتب الكود بتاعك عالج ال exception بالشكل دة

DECLARE
raisedException ora_java.jobject;
BEGIN
---
--
-- YOUR CODE HERE
---
--

Exception
--check for ORA-105100
when ORA_JAVA.JAVA_ERROR then
message('Unable to call out to Java, ' ||ORA_JAVA.LAST_ERROR);

--check for ORA-105101
when ORA_JAVA.EXCEPTION_THROWN then
raisedException := exception_.new(ORA_JAVA.LAST_EXCEPTION);
begin
message('Exception: '||Exception_.toString(raisedException));
message('Exception: '||Exception_.toString(raisedException));
exception
when ORA_JAVA.JAVA_ERROR then
message('Unable to call out to Java, ' ||ORA_JAVA.LAST_ERROR);
end;
end;

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

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

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

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

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

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.