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

ممكن سكريبت لمعرفة من عنده صلاحيات Dba

Featured Replies

بتاريخ:

اخواني ممكن سكربت يصلح في التود او ال sql

To know who have dba role or dba privilige

بتاريخ:

السلام عليكم


Select Lpad(' ', 2*Level) || Granted_Role "User"
 From (Select Null     Grantee, 
              Username Granted_Role
         From Dba_Users
        Union
       Select Grantee,
              Privilege
         From Dba_Sys_Privs
        Where Privilege = 'DBA'
       )
Start With Grantee Is Null
Connect By Grantee = Prior Granted_Role;

بتاريخ:
  • كاتب الموضوع
السلام عليكم
 Select Lpad(' ', 2*Level) || Granted_Role "User" From (Select Null Grantee, Username Granted_Role From Dba_Users Union Select Grantee, Privilege From Dba_Sys_Privs Where Privilege = 'DBA' ) Start With Grantee Is Null Connect By Grantee = Prior Granted_Role;




جزاك الله خير دايما ما تقصر تسلم
بتاريخ:
  • كاتب الموضوع
السلام عليكم
 Select Lpad(' ', 2*Level) || Granted_Role "User" From (Select Null Grantee, Username Granted_Role From Dba_Users Union Select Grantee, Privilege From Dba_Sys_Privs Where Privilege = 'DBA' ) Start With Grantee Is Null Connect By Grantee = Prior Granted_Role;

جزاك الله خير دايما ما تقصر تسلم




جربته ولكن طلع لي تقريبا فوق 80 اسم مش معقوله كلهم عندهم dba role :(
بتاريخ:
  • كاتب الموضوع
السلام عليكم
 Select Lpad(' ', 2*Level) || Granted_Role "User" From (Select Null Grantee, Username Granted_Role From Dba_Users Union Select Grantee, Privilege From Dba_Sys_Privs Where Privilege = 'DBA' ) Start With Grantee Is Null Connect By Grantee = Prior Granted_Role;

جزاك الله خير دايما ما تقصر تسلم
جربته ولكن طلع لي تقريبا فوق 80 اسم مش معقوله كلهم عندهم dba role :(




على ما اعتقد هذا يطلع كل المستخدمين
بتاريخ:

select * from v$pwfile_users

You will get a list of users whos having DBA priviliges

بتاريخ:

select * from v$pwfile_users

You will get a list of users whos having DBA priviliges


ده هيعرض كل اليوزر اللى عندهم SYSDBA وليس DBA
ولاستعراض الكل لمن لديهم DBA role

select * from dba_role_privs where granted_role='DBA';



تحياتى

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


select * from v$pwfile_users

You will get a list of users whos having DBA priviliges


ده هيعرض كل اليوزر اللى عندهم SYSDBA وليس DBA
ولاستعراض الكل لمن لديهم DBA role

select * from dba_role_privs where granted_role='DBA';



تحياتى



جزاكم الله خير ومشكورين

انا مطلوب مني تعديل الصلاحيات هل اسحب من كل user dba role لانه في كل قاعدة بيانات اكثر من مستخدم عنده DBA Role

ما الفرق بين DBA Role & DBA Privlige

اعذروني على كل هالاسئله عندي اكثر من 10 سيرفرات وتم تعيني Database Administrator من عدة اشهر فقط

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

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

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

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

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

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.