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

How To Query Views From Sqlplus

Featured Replies

بتاريخ:

[يسار][يسار]In one sql session (From SQLPLUS, SQLDEV ,TOAD ,etc....) do the following:


1- Try to find the organization ID (ORG_ID) which related to data records,
for example : the org_id which I want to see data in is ‘103’.

begin

fnd_client_info.set_org_context(context => '103');

end;
/
---Your view is queried here in the same window(Session)
SELECT xxx
FROM xxx_v
WHERE xx



--- one Benefits of this:Forms blocks sometimes based on Views,so if you need to do more investigation by taking these views to sqlplus ,you will get no data found from the Queried view.
--This method need to be made whenever you change the sql session.
--Be careful, get the correct Org_id related to your data

[/يسار][/يسار]

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

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

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

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

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

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.