<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Disconnecting Users in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disconnecting-users/m-p/2817694#M829133</link>
    <description>Worked like a champ!!!!! THANKS!!!</description>
    <pubDate>Wed, 02 Oct 2002 17:15:48 GMT</pubDate>
    <dc:creator>Allen Karczmarek</dc:creator>
    <dc:date>2002-10-02T17:15:48Z</dc:date>
    <item>
      <title>Disconnecting Users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disconnecting-users/m-p/2817692#M829131</link>
      <description>Hi,&lt;BR /&gt;  I am trying to kill certain sessions from a stored procedure in an Oracle database.  I've tried to create a cursor to get a list of the sid's and serial#'s to kill. The cursor selects from v$session in a stored procedure (see below).  I keep getting the error also listed below.  I am connected as system when trying to compile the code.  Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Allen&lt;BR /&gt;&lt;BR /&gt;  CURSOR TO_BE_KILLED IS&lt;BR /&gt;    SELECT username, sid, serial#&lt;BR /&gt;          FROM v$session;&lt;BR /&gt;&lt;BR /&gt;PLS-00201: identifier 'SYS.V_$SESSION' must be declared&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Oct 2002 16:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disconnecting-users/m-p/2817692#M829131</guid>
      <dc:creator>Allen Karczmarek</dc:creator>
      <dc:date>2002-10-02T16:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Disconnecting Users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disconnecting-users/m-p/2817693#M829132</link>
      <description>You should grant select against the view directly to the user.  Stored procedures do not hold grants given through roles in some cases, and almost always when using SYS owned tables.  &lt;BR /&gt;&lt;BR /&gt;Format is:&lt;BR /&gt;grant select on sys.v_$session to &lt;USERNAME&gt;;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian&lt;/USERNAME&gt;</description>
      <pubDate>Wed, 02 Oct 2002 17:07:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disconnecting-users/m-p/2817693#M829132</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2002-10-02T17:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Disconnecting Users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disconnecting-users/m-p/2817694#M829133</link>
      <description>Worked like a champ!!!!! THANKS!!!</description>
      <pubDate>Wed, 02 Oct 2002 17:15:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disconnecting-users/m-p/2817694#M829133</guid>
      <dc:creator>Allen Karczmarek</dc:creator>
      <dc:date>2002-10-02T17:15:48Z</dc:date>
    </item>
  </channel>
</rss>

