بتاريخ: 12 مارس 200520 سنة comment_29505 how can i avoid logging directly to the node that is running the session to kill it I can find what I want to kill with gv$session, but I have to log directly into that node to kill it. تم تعديل 12 مارس 200520 سنة بواسطة reem_77 تقديم بلاغ
بتاريخ: 14 مارس 200520 سنة comment_29669 you cannot kill other instance's session, but you can get the SID and SERAL# of the sessions from other instances by querying gv$instance view (from any sessions in RAC). In order to issue the ALTER SYSTEM KILL SESSION, you have to be also connected to the same instance تقديم بلاغ
بتاريخ: 15 مارس 200520 سنة comment_29766 The ALTER SYSTEM would have to be issued on the instance that has the session you want to kill. You could try a DBMS_JOB to submit the command to run on that particular instance. It would have to EXECUTE IMMEDIATE the ALTER command. If you want it more seamless, you'd want an autonomous transaction to submit the job to avoid committing in your own session. تقديم بلاغ
بتاريخ: 15 مارس 200520 سنة comment_29817 مثال رائع اخى فى الله المهندس خالد جزاك الله كل خير و دائما اخوانى نستخدم نظرية التجربة لانها تمكنك من توفيذ جميع الا حتمالات و ايضاً تتيح لك انت استنتاج النتائج تقديم بلاغ
بتاريخ: 16 مارس 200520 سنة كاتب الموضوع comment_29862 Hi if you plz try to specified the method in more detail I don't know how i dealing with DBMS_JOB to submit the command to run on that particular instance تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.