بتاريخ: 16 مارس 200719 سنة comment_94032 الا خوة الاعزاء بعد التحية ارجو منكم المساعدة وجزاكم اللة خير المشكلة:اريد معرفة عمل هذه الدالة dbms_session.is_role_set()علما اني جربتها على developerولكن ما اشتغلت معي وتظهر لي رسالة خطأ ('dbms_session ')non declaredارجو منكم المساعدة ولكم مني جزيل الشكر والتقديراخوكم essam تقديم بلاغ
بتاريخ: 16 مارس 200719 سنة comment_94036 dear my brother The procedure name is DBMS_SESSION.SET_ROLEnotdbms_session.is_role_setthe SET_ROLE procedure enables and disables roles for the current session.the DBMS_SESSION.SET_ROLE is functionally equivalent to the SET ROLE statement in SQL.example:set the password-protected role MYROLE BEGIN DBMS_SESSION.SET_ROLE('MYROLE IDENTIFIED BY password');END; Dear brotherThe procedure name is DBMS_SESSION.SET_ROLEnotdbms_session.is_role_setthe SET_ROLE procedure enables and disables roles for the current session.the DBMS_SESSION.SET_ROLE is functionally equivalent to the SET ROLE statement in SQL.example:set the password-protected role MYROLEBEGINDBMS_SESSION.SET_ROLE('MYROLE IDENTIFIED BY password');END; تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.