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

قراءة ملف نصى وتحميله الى الاوراكل

Featured Replies

بتاريخ:

تحياتى
مرفق procedurلقراة ملف نصى وتحميله الى الاوراكل

PROCEDURE new_pro1 IS
in_file   Client_Text_IO.File_Type;
 linebuf   VARCHAR2(1800);
 filename  VARCHAR2(100);
w_ACTNO          	VARCHAR2(14)	;
w_CODE           	VARCHAR2(15)	;
w_SDSCPT         	VARCHAR2(40)	;
w_TXAMT         	VARCHAR2(20)	;

BEGIN begin client_host('cmd /c net use s: \\path\' );
  in_file := Client_Text_io.fopen('s:\rifOtPay','r');
  exception when others then          
     	--message('c:\spool\tel.txt:??? ?????  tel.txt ??? ????? ??? ??? ??????');
    	MESSAGE(MESSAGE_LANG(1));
    	    client_host('cmd /c net use s: /d /y');
   	raise form_trigger_failure;
   end;
  LOOP
   Client_Text_IO.Get_Line(in_file, linebuf);
        w_ACTNO     :=nvl(substr(linebuf,0,14),0);
       w_CODE      :=nvl(substr(linebuf,15,2),0);
       w_SDSCPT    :=nvl(substr(linebuf,17,10),0);
       w_TXAMT     :=to_number(nvl(substr(linebuf,27,16),0))/100;
         
insert into TableName values(sysdate,
w_ACTNO   , w_CODE    ,   w_SDSCPT  ,   w_TXAMT ,0);   

 END LOOP;


اخوكم
ناصر عثمان

  • بعد 2 شهور...
بتاريخ:

شكرا اخى الكريم على الشرح المفيد

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

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

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

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

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

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.