DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Background process

  1. #1
    Join Date
    Jan 2001
    Posts
    642
    Hi,
    What I want to know is when a job (some sql) is running in the background, won't I appear in the v$process data dict.

    I have a process (process no 16150 on UX-os), I am trying to find out the sid for that background session by matching
    16150 in the v$process view where spid = 16150.
    I don't find any rows in the view.

    Can some one explain how I can find the sid for a process which is running in background?
    Badrinath

  2. #2
    Join Date
    Feb 2001
    Posts
    389
    When u run a sql from within a shell, a new process is created , so u need to find out the process id of this new process

  3. #3
    Join Date
    Jan 2001
    Posts
    642
    Yeh, But I have checked up for the new process id also.
    All other process id's are displayed in v$process except for this one!!1
    badrinath

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width