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

تحميل جافا الى ال Pl/sql

Featured Replies

بتاريخ:

السلام عليكم يا اخوانى
اريد منك المساعده فى عملية انشاء كلاس فى ال PL/SQL
توجد معى package انا عملتها عندما احاول ان شاء ال function
يطلع لى خطاء وهو ان ال package حقى مش موجوده الرجاء المساعده فى الحل


CREATE OR REPLACE AND COMPILE JAVA SOURCE NAMED "MyApplication" AS
import edu.sz.ie.*;
import edu.sz.ie.bw.*;
import java.util.List;
import java.io.IOException;

هنا باقى الكود عادى مافى مشكله

هناا نلاحظ ان

edu.sz.ie.*;
edu.sz.ie.bw.*;
هذول ال package تبعى

بالنسبة لل
import java.util.List;
import java.io.IOException مافى مشكله

السوال كيف اصيفى ال package الى اوراكل
او هناك طريقه معينة

بتاريخ:

you import another package that should be loaded in java classes


import edu.sz.ie.*;
import edu.sz.ie.bw.*;


You should load java classes before compile your Java Source


use below link which would guide you to load java classes


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


you import another package that should be loaded in java classes


import edu.sz.ie.*;
import edu.sz.ie.bw.*;


You should load java classes before compile your Java Source


use below link which would guide you to load java classes





الف شكر اخى و لكن عندما اقوم بتحميل الكلاس الى داخل اوراكل
كيف استطيع ان اعمل
import edu.sz.ie.*;

اى ان الكلاس ليس دخل package
كماهو فى هذا الامر
import edu.sz.ie.*;
هل اكتب فقط
import follow by class name

وشكرا

تم تعديل بواسطة wael200516

بتاريخ:

Every class may have package name like edu.sz.ie , so when you import class oracle internal know the package name in class



At general if you import class with package names then you must import using package name, otherwise if you import class with class only the you must import by class name only because he hasn't package



Note package name is written in class code

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


Every class may have package name like edu.sz.ie , so when you import class oracle internal know the package name in class



At general if you import class with package names then you must import using package name, otherwise if you import class with class only the you must import by class name only because he hasn't package



Note package name is written in class code




Many thanks brother
بتاريخ:

Every class may have package name like edu.sz.ie , so when you import class oracle internal know the package name in class

At general if you import class with package names then you must import using package name, otherwise if you import class with class only the you must import by class name only because he hasn't package

Note package name is written in class code

Many thanks brother

Thanks Wael about your appreciation , I will post new article about using java in PLSQL nearly

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

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

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

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

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

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.