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

report 9i

Featured Replies

بتاريخ:

all i want is to let me know about hiding the username and password of the report 9i( at address bar ) so, please answer me quickly...
thanks alot.

بتاريخ:

There are 2 ways


1- using form builder to call report

*Create new form
*on_logon

logon (‘scott’,’tiger’||’@’||’service name’);




* use a button
When button pressed

run_report;



Create PROCEDURE*

/* Formatted on 2005/04/12 15:20 (Formatter Plus v4.8.5) */

PROCEDURE run_report
IS
  pl_id     paramlist;
  pl_name   VARCHAR2 (500) := 'tempdata';
BEGIN pl_id := GET_PARAMETER_LIST (pl_name);

  IF ID_NULL (pl_id)
  THEN
     pl_id := CREATE_PARAMETER_LIST (pl_name);

     IF ID_NULL (pl_id)
     THEN
        MESSAGE ('Error creating parameter list ' || pl_name);
        RAISE form_trigger_failure;
     ELSE
        RUN_PRODUCT (reports,
                     'Report_name.rep',
                     synchronous,
                     runtime,
                     filesystem,
                     pl_id,
                     NULL
                    );
        DESTROY_PARAMETER_LIST (pl_id);
     END IF;
  ELSE
     MESSAGE ('Parameter list ' || pl_name || ' already exists!');
     RAISE form_trigger_failure;
  END IF;
END;


2- using shortcut for report

C:\orant\BIN\RWRUN60.EXE c:\report_name.rep scott/tiger@servicename

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

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

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

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

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

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.