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

SQL and PL/SQL

Oracle SQL and PL/SQL | Queries | DML & DDL statements | Functions | Procedures | Triggers and Packages
لغة الإستعلام SQL

  1. Mahmoud Ahmed El-Sayed
    Started by Mahmoud Ahmed El-Sayed,

    Dear All, in this post you can get average of date column http://mahmoudoracle.blogspot.com/2011/08/average-on-dates-columns.html Thanks

    • 0 رد
    • 873 مشاهدة
    Mahmoud Ahmed El-Sayed
  2. Mahmoud Ahmed El-Sayed
    Started by Mahmoud Ahmed El-Sayed,

    Dear All, The below post clarify how to get average on date column http://mahmoudoracle.blogspot.com/2011/08/average-on-dates-columns.html Thanks

    • 0 رد
    • 1k مشاهدة
    Mahmoud Ahmed El-Sayed
  3. hnoy
    Started by hnoy,

    حدث خطاء في ال server واريد عمل backup لل dataبexport لكن لايربط وهل توجد طريقة اخرى وان oracel موجودة على d:\orant

    • 0 رد
    • 1.3k مشاهدة
  4. magedomran
    Started by magedomran,

    هذا الملف يحتوى على Basic Syntax in PL-SQL Basic_Syntax_in_PL_SQL.doc

    • 1 رد
    • 1.6k مشاهدة
  5. فوق السحاب
    Started by فوق السحاب,

    السلام عليكم ورحمة الله وبركاته لو سمحتم اريد شرح مبسط لـ bfile مع وضع مثال مبسط له لكي أفهمه وشكرا لكم

    • 5 رد
    • 4k مشاهدة
  6. sherief
    Started by sherief,

    ماالفرق بين bind variable&host variable وجزاكم الله خيرا

    • 2 رد
    • 1.7k مشاهدة
  7. fish
    Started by fish,

    http://www.araboug.org/ib/index.php?showtopic=15347 ارجو ان تفيدكم

    • 0 رد
    • 1.3k مشاهدة
  8. fish
    Started by fish,

    اريد ان اعرف اين اجد book of advanced pl/sql

    • 1 رد
    • 1.8k مشاهدة
  9. khalid806
    Started by khalid806,

    I have this function in report builder with only one variable which is equl many variable and want to make line break between them in the report output same like this -amount in words -note to suplier -price basis -completion date -payment terms -note this is my function function CF_R_FOOTERFormula return Char is FOOTER_REPORT VARCHAR2(5000) :=NULL; begin IF :LINE_TYPE='Service' THEN FOOTER_REPORT :=(:CF_amount_in_words ||:CF_note_to_suplier ||'PRICE BASIS: '||:PRICE_BASIS ||'COMPLETION DATE :'||:CF_need_by_date ||'PAYMENT_TERMS'||:PAYMENT_TERMS ||'S…

    • 1 رد
    • 1.2k مشاهدة
    Mahmoud Ahmed El-Sayed
  10. alfeeto
    Started by alfeeto,

    السلام عليكم كيفكم أخواني الأعزاء أنا عندي مشكلة عند ادخال هذا الكود SELECT CONSTRAINT_NAME,COLUMN_NAME FROM USER_CONS_COLUMNS WHERE TABLE_NAME='&tablename' وبعدها تظهر لي هذي الرسالة buffer overflow. Use SET command to reduce ARRAYSIZE or increase MAXDATA. فمن عنده الحل فليتكرم علينا مع العلم اني داخل كـ مستخدم ليس له الصلاحية في التحكم باعدادات البيانات ولكم جزيل الشكر على ماتقدموه

    • 0 رد
    • 974 مشاهدة
  11. عبدالله أسعد
    Started by عبدالله أسعد,

    مقال رائع عن كيفية عمل PL/SQL Web Service من هنا

    • 0 رد
    • 1.4k مشاهدة
    عبدالله أسعد
  12. gamal
    Started by gamal,

    السلام عليكم و رحمة الله و بركاته إخواني في الله الرجاء التكرم باطلاعي الفرق بين إستخدام كلا من BULK COLLECT & FORALL(شرح مع أمثلة رجاء) ولكم مني جزيل الشكر و التقدير.

    • 3 رد
    • 1.9k مشاهدة
  13. oradev10g
    Started by oradev10g,

    i would like to calculate when is the renewal date for each employee before two months of the renewal time exactly and i only have hiredate, i don't have last date of contract renewal in my table and i should have a form that get populated with the contracts that should be renewed before two months from sysdate .. i want an accurate way to do it .. i used this one but i am not sure if it is 100% accurate is there a better way to do it .... main missing data is last renewal date( here is my problem) and i am not supposed to add it select id, FIRST_NAME_ARB, employment_date, MOD(months_between ( trunc(sysdate) ,trunc(employment_date))/12,1) from PRS_EMPLOYEE_PROFILE …

    • 2 رد
    • 2.3k مشاهدة
  14. alsalami

    I need to write function that calculate The Number Of Minutes Between Two Date-Time Values and Skipping Weekends Also skip the time between 03:01:00 pm to 06:59:00 Am I need to enter the two date with time the return value should be the number of Minutes between to days without weekend days and the time between 7:00 AM to 3:00 PM create or replace function workingday (d1 date, d2 date) return number this function must subtract the weekend day (friday and Saturday) for example 'select workingday('1-may-07',20-may-07’) the result must be 14 create or replace function workingday (d1 date , d2 date) return number is total number; startdate date ; DayNum POSITIVE;…

    • 0 رد
    • 1.4k مشاهدة
  15. M.I.M
    Started by M.I.M,

    سؤال بسيط كيف اسوي CALL FUNCTION IN ORACLE

    • 3 رد
    • 2.3k مشاهدة
  16. mohammad_awadat
    Started by mohammad_awadat,

    ممكن حد قلي كيف ممكن انادي function من sql statement شكرا

    • 2 رد
    • 4.1k مشاهدة
  17. mo_sa_tanany
    Started by mo_sa_tanany,

    hiii all can any one help me i want to call exe from the database trigger or a procedure thanks

    • 2 رد
    • 2.6k مشاهدة
  18. hu8297da
    Started by hu8297da,

    CAN I ADD 2 CONSTRAINT PRIMARY KEY IN SAME TABLE CREATION TIME OR ALTERING

    • 3 رد
    • 1.5k مشاهدة
    عزيز القادري
  19. Rise_Fall
    Started by Rise_Fall,

    need to create a view thats return every customer name with sum of pending invoice for each year (only the first 6 years) ie: create view xx as select customer_name,pend(2008),pend(2007),pend(2006),pend(2005),pend(2004),pend(2003), pend(before 2003) from xxxx Can you help me in creating the functions & the big view? note: There is a column called (pending date) in the table. [/size][/size[/size]]

    • 3 رد
    • 1.6k مشاهدة
  20. hu8297da
    Started by hu8297da,

    السلام عليكم ورحمة الله انا عندي شوي استفسارات بصراحع انا عندي command select * from user_procedures فهل عندي command for backage to display how it's create ------------------------------------------------------------------------------------- also i have this Q?? CREATE OR REPLACE PACKAGE ---NAME IS FUNCTION MAX_NO (P1 NUMBER, P2 NUMBER, P3 NUMBER) RETURN NUMBER; PROCEDURE DEP_DEPT (P_DEPTNO NUMBER); END; ------------------------------------------------------- CREATE OR REPLACE PACKAGE BODY --- NAME IS FUNCTION MAX_NO (P1 NUMBER, P2 NUMBER, P3 NUMBER) RETURN NUMBER IS BEGIN END; PROCEDURE DEP_DEPT (P_DEPTNO NUMBER) IS BEGIN SELECT NVL(COUNT(DEPTNO)) FROM EM…

    • 7 رد
    • 2.4k مشاهدة
  21. scorpion_ana
    Started by scorpion_ana,

    hi all, i setup oracle 9i what i should adjust to make it work before i open sql pl coz ican't connect to the db i try to open sql pl i input hte account user =scott and pass=tiger it return the error يوجد خطأ فى موفق الحدمة ORA-12560 then i open sql pl work sheet and aplly the same input put with connecting as dba or sysoper the output is equel invalid user name and pass

    • 0 رد
    • 1.1k مشاهدة
  22. endearly
    Started by endearly,

    السلام عليكم اريد تحويل هذا الكود باستخدامDecode SELECT last_name, salary, (CASE WHEN SALARY<5000 THEN 'LOW' WHEN SALARY<10000 THEN 'MEDIUM' WHEN SALARY <20000 THEN 'GOOD' else 'excellent' end) income FROM EMPLOYEES; لأن بعد التجربة لا أعرف ماهى المشكلة SELECT last_name, salary, DECODE(salary,'SALARY<5000','LOW', 'SALARY<10000','MEDIUM', 'SALARY<20000','GOOD' , 'excellent')INCOME FROM EMPLOYEES;

    • 2 رد
    • 1.5k مشاهدة
  23. hanyfreedom
    Started by hanyfreedom,

    الكود ده بيجيب اقرب رقم صحيح لأكبر من او يساوى الرقم المختار :- select ceil(3.4),ceil(-5.4)from dual; الكود ده بيجيب اقرب رقم صحيح لأصغر من او يساوى الرقم المختار :- select floor(3.4),floor(-5.4)from dual; و بالتوفيق

    • 0 رد
    • 1.5k مشاهدة
  24. سنفور
    Started by سنفور,

    مرحبا سؤالي هو ماهو ال datatype الذي نكتبه لعمل check item عند انشاء table جديده بحيث يكون ال colomn المراد بهيئة ال checkbox في ال developer

    • 5 رد
    • 2.1k مشاهدة
  25. sara gamal
    Started by sara gamal,

    السلام عليكم ورحمه الله وبركاته لو سمحتم حد يفهمنى ايه هو ال cluster انا دورت بس مش لاقيه برده حاجه واضحه افهم منها ايه معناه وسؤال تانى creation of synonyms will cause ddl trigger to fire الكلام ده صح ولا غلط

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

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

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.