Batch stucked

db 10.2.0.4
AIX 5.2
There is a batch which is running since 10 hours and what i observed it is stucked on a update query. I ran trace file for that session and also ran tkprof find below. Kindly suggest.
Trace file: dev_ora_6094938.trc
Sort options: exeela  fchela  prsela 
count    = number of times OCI procedure was executed
cpu      = cpu time in seconds executing
elapsed  = elapsed time in seconds executing
disk     = number of physical reads of buffers from disk
query    = number of buffers gotten for consistent read
current  = number of buffers gotten in current mode (usually for update)
rows     = number of rows processed by the fetch or execute call
OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS
call     count       cpu    elapsed       disk      query    current        rows
Parse        3      0.00       0.03          0          0          0           0
Execute      3      0.00       0.00          0          0          0           2
Fetch        0      0.00       0.00          0          0          0           0
total        6      0.00       0.03          0          0          0           2
Misses in library cache during parse: 2
OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS
call     count       cpu    elapsed       disk      query    current        rows
Parse       19      0.01       0.02          0          0          0           0
Execute    174      0.03       0.06          0          0          0           0
Fetch      239      0.05       0.23         44        671          0        1332
total      432      0.09       0.32         44        671          0        1332
Misses in library cache during parse: 15
Misses in library cache during execute: 15
    3  user  SQL statements in session.
  174  internal SQL statements in session.
  177  SQL statements in session.
    0  statements EXPLAINed in this session.
Trace file: dev_ora_6094938.trc
Trace file compatibility: 10.01.00
Sort options: exeela  fchela  prsela 
       1  session in tracefile.
       3  user  SQL statements in trace file.
     174  internal SQL statements in trace file.
     177  SQL statements in trace file.
      18  unique SQL statements in trace file.
    1656  lines in trace file.
    1117  elapsed seconds in trace file.Thanks

user13382934 wrote:
There is a ORA-01555 but it is not related to this batch,and also there is as below
SMON: Restarting fast_start parallel rollback
SMON: Parallel transaction recovery triedyou have a mystery & we have no clues.
is session doing ANY I/O as reflected via V$SESS_IO?

Similar Messages

  • Payment run getting released ERROR

    When trying to do the payment run I have executed the following steps:
    1. Entered the parameters
    2. Proposal run has been done
    3. Proposal has been edited
    4. After the above steps when I make a payment run , the status tab shows
               Parameters have been entered
             Proposal has been created
             Proposal has been edited
             Payment run has been released on 13.09.2009 14:53  Can any one help me with solution as to why is this happening. The invoices also got bloced during one identification run
    Its very urget. Solutions appreciated asap.

    We have the same F110 batch run with this status:
    Payment run has been released 05/19/10 08:18:25
    We tried the delete output suggestion but the option is not activated thus we could not proceed with deleting the batch and facilitate reprocessing.
    This "released" status came about when the USER is starts to do "payment run" a power shutdown occurred making the batch
    "stucked" somewhere.  Worse is, no FI-Document was created.
    We tried changing the prioritization status of the batch job but it did not help.
    SAP experts, your support is highly appreciated.

  • Material with batch is stuck in storage bin.

    Dear Gurus,
    I have a scenario here.
    previously material A has turn on the batch management. later then, it is turn off without checking properly. Now in the system, material A is stuck in a few bins with batch. Our master data user do not allow us to turn on and off the batch because it will affect other plant.
    Has anyone encounter such issue before?
    I need help badly.
    Thanks in advance.
    Regards,
    Santthi.

    You cannot turn off batch managment "without checking properly". You could just turn off BM, if batches already exist, with an own created ABAP.  And this alone is causing your troubles.
    Best, you take a weekend where nobody in the plants are working, then you use the same uncomplient  ABAP to switch BM on again, goods issue your batches, run archiving, for the batch records and switch off BM using the regular way.

  • SSIS Package stuck at validation phase in active batch and running forever.

    Hello Team -
    There is a peculiar situation where an SSIS package has been running forever in active batch (cmd). It is stuck at validation phase . However upon restart it executes normally . The scenario occurs intermittently like once in a week or two. There is also
    no blocking or locks on the server.
    Please give your inputs. Have a nice day.
    Happy to help! Thanks. Regards and good Wishes, Deepak. http://deepaksqlmsbusinessintelligence.blogspot.com/

    But it does execute on a manual run from the job. I saw several other threads in a similar fashion , and there are solutions but those look inappropriate and temporary and do not deal with active batch ( dtexec) , looking for a standard and a permanant
    solution and whether there are any service packs or patches? Its SSIS 2008 and AB8.
    Happy to help! Thanks. Regards and good Wishes, Deepak. http://deepaksqlmsbusinessintelligence.blogspot.com/

  • Risk Analysis Batch Job Stuck in Ready State

    Hi,
    I am not able to schedule  Risk Analysis Batch job in RAR.The job is getting stuck on READY state(for unlimited period) and not performing any actions.
    Nothing is displayed under job history or job logs with job ID.I have check background job demaon ,connectors and other miscell. options but not abl to find any clue.
    Even i am executing risk analysis for single user,it's not happening.
    Rgds,
    Mukesh

    For your problem, of job not getting schedule....it seems Deamon is not running.
    To delete status of job which are in hung status
    change VIRSA_CC_SCHEDULER job id should with status five will show job aborted.
    are you using connection type 'Adaptive RFC', don't use it, use SAP JCO.
    and restart your GRC box.
    Regards,
    Surpreet
    please do check backend system, for VIRSANH is installed or not.
    Edited by: Surpreet Singh Bal on Jan 28, 2011 10:32 AM

  • Compressor/Batch Monitor get stuck!

    Hi,
    Does someone know this problem?
    Most of the time Compressor works correct, but sometimes (1 out of 5) it just get stuck, somewhere during the process. (only with audio)
    Is there anything I can do against this?
    Greetings,
    Michiel
    Powerbook G4   Mac OS X (10.4.3)   -

    Michiel,
    Please post more information about your source files (format, lenght, etc) and the encoding preset you use.
    That way more chances someone with similar jobs can help you.

  • "The CREATE USER statement must be the only statement in the batch" in SQL Azure - why? what to do?

    I'm getting an error on a line in the middle of a larger sql script, only in SQL Azure.
    IF NOT EXISTS (SELECT * FROM sys.database_principals WHERE name = N'foouser')
    CREATE USER [foouser] FOR LOGIN [foouser] WITH DEFAULT_SCHEMA=[dbo]
    GO
    Error: "The CREATE USER statement must be the only statement in the batch."
    I don't actually understand what 'the only statement in the batch' means.
    What is a batch? Is it a SQL file? Is it related to a 'GO' statement or an 'IF' statement? What is the reason for the error? And how do I avoid it?
    Thanks,
    Tim

    >IF...ELSE imposes conditions on the execution of a Transact-SQL statement
    I understand the general purpose of an If statement. I could let go of our definition of statement counting disagreeing too except that because of the error I'm stuck.
    It's less important for Create User but what I am really puzzled over now is a very similar issue how am I supposed to do a safe version of CREATE LOGIN, when I don't know whether a login has been previously created on the server or whether I
    am setting up the database on a clean server?
    IF NOT EXISTS (SELECT * FROM sys.server_principals WHERE name = N'foouser')
    CREATE LOGIN [foouser] WITH PASSWORD = 'asdfasdf'
    GO
    If I try and execute this script, it throws the same error as above.
    The first unworkable workaround idea is to omit the if statement
    CREATE LOGIN [foouser] WITH PASSWORD = 'asdfasdf'
    GO
    But if the login already exists on the server (because a similar script was already run), then the script throws an error.
    The second unworkable workaround idea is to do
    DROP LOGIN [foouser]
    GO
    CREATE LOGIN [foouser] WITH PASSWORD = 'asdfasdf'
    GO
    Obviously this throws an error in the second block if the login doesn't already exist on the server.
    The third workaround idea I have is to go conditional by putting an IF condition around DROP instead of CREATE:
    Unfortunately that doesn't work for me either!
    "The DROP LOGIN statement must be the only statement in the batch"
    (This is despite the fact that 'drop login' is listed on the
    supported commands page, not the partially supported page..?! Which disagrees with the notes on
    this page.)
    Anyway the real question I am interesting in addressing is: is there actually a way to have a 'Create/Delete login
    if exists' operation which is SQL-Azure compatible and doesn't throw me error messages (which messes with the sql execution tool I am using)?
    If there is no way, I would like to believe it's because it would be a bad idea to do this. But in that case why is it a bad idea?
    Tim

  • How to get all AD User accounts, associated with any application/MSA/Batch Job running in a Local or Remote machine using Script (PowerShell)

    Dear Scripting Guys,
    I am working in an AD migration project (Migration from old legacy AD domains to single AD domain) and in the transition phase. Our infrastructure contains lots
    of Users, Servers and Workstations. Authentication is being done through AD only. Many UNIX and LINUX based box are being authenticated through AD bridge to AD. 
    We have lot of applications in our environment. Many applications are configured to use Managed Service Accounts. Many Workstations and servers are running batch
    jobs with AD user credentials. Many applications are using AD user accounts to carry out their processes. 
    We need to find out all those AD Users, which are configured as MSA, Which are configured for batch jobs and which are being used for different applications on
    our network (Need to find out for every machine on network).
    These identified AD Users will be migrated to the new Domain with top priority. I get stuck with this requirement and your support will be deeply appreciated.
    I hope a well designed PS script can achieve this. 
    Thanks in advance...
    Thanks & Regards Bedanta S Mishra

    Hey Satyajit,
    Thank you for your valuable reply. It is really a great notion to enable account logon audit and collect those events for the analysis. But you know it is also a tedious job when thousand of Users come in to picture. You can imagine how complex it will be
    for this analysis, where more than 200000 users getting logged in through AD. It is the fact that when a batch / MS or an application uses a Domain Users credential with successful process, automatically a successful logon event will be triggered in associated
    DC. But there are also too many users which are not part of these accounts like MSA/Batch jobs or not linked to any application. In that case we have to get through unwanted events. 
    Recently jrv, provided me a beautiful script to find out all MSA from a machine or from a list of machines in an AD environment. (Covers MSA part.)
    $Report= 'Audit_Report.html'
    $Computers= Get-ADComputer -Filter 'Enabled -eq $True' | Select -Expand Name
    $head=@'
    <title>Non-Standard Service Accounts</title>
    <style>
    BODY{background-color :#FFFFF}
    TABLE{Border-width:thin;border-style: solid;border-color:Black;border-collapse: collapse;}
    TH{border-width: 1px;padding: 2px;border-style: solid;border-color: black;background-color: ThreeDShadow}
    TD{border-width: 1px;padding: 2px;border-style: solid;border-color: black;background-color: Transparent}
    </style>
    $sections=@()
    foreach($computer in $Computers){
    $sections+=Get-WmiObject -ComputerName $Computer -class Win32_Service -ErrorAction SilentlyContinue |
    Select-Object -Property StartName,Name,DisplayName |
    ConvertTo-Html -PreContent "<H2>Non-Standard Service Accounts on '$Computer'</H2>" -Fragment
    $body=$sections | out-string
    ConvertTo-Html -Body $body -Head $head | Out-File $report
    Invoke-Item $report
    A script can be designed to get all scheduled back ground batch jobs in a machine, from which the author / the Owner of that scheduled job can be extracted. like below one...
    Function Get-ScheduledTasks
    Param
    [Alias("Computer","ComputerName")]
    [Parameter(Position=1,ValuefromPipeline=$true,ValuefromPipelineByPropertyName=$true)]
    [string[]]$Name = $env:COMPUTERNAME
    [switch]$RootOnly = $false
    Begin
    $tasks = @()
    $schedule = New-Object -ComObject "Schedule.Service"
    Process
    Function Get-Tasks
    Param($path)
    $out = @()
    $schedule.GetFolder($path).GetTasks(0) | % {
    $xml = [xml]$_.xml
    $out += New-Object psobject -Property @{
    "ComputerName" = $Computer
    "Name" = $_.Name
    "Path" = $_.Path
    "LastRunTime" = $_.LastRunTime
    "NextRunTime" = $_.NextRunTime
    "Actions" = ($xml.Task.Actions.Exec | % { "$($_.Command) $($_.Arguments)" }) -join "`n"
    "Triggers" = $(If($xml.task.triggers){ForEach($task in ($xml.task.triggers | gm | Where{$_.membertype -eq "Property"})){$xml.task.triggers.$($task.name)}})
    "Enabled" = $xml.task.settings.enabled
    "Author" = $xml.task.principals.Principal.UserID
    "Description" = $xml.task.registrationInfo.Description
    "LastTaskResult" = $_.LastTaskResult
    "RunAs" = $xml.task.principals.principal.userid
    If(!$RootOnly)
    $schedule.GetFolder($path).GetFolders(0) | % {
    $out += get-Tasks($_.Path)
    $out
    ForEach($Computer in $Name)
    If(Test-Connection $computer -count 1 -quiet)
    $schedule.connect($Computer)
    $tasks += Get-Tasks "\"
    Else
    Write-Error "Cannot connect to $Computer. Please check it's network connectivity."
    Break
    $tasks
    End
    [System.Runtime.Interopservices.Marshal]::ReleaseComObject($schedule) | Out-Null
    Remove-Variable schedule
    Get-ScheduledTasks -RootOnly | Format-Table -Wrap -Autosize -Property RunAs,ComputerName,Actions
    So I think, can a PS script be designed to get the report of all running applications which use domain accounts for their authentication to carry out their process. So from that result we can filter out the AD accounts being used for those
    applications. After that these three individual modules can be compacted in to a single script to provide the desired output as per the requirement in a single report.
    Thanks & Regards Bedanta S Mishra

  • Stuck on grey screen screen at start up...apparent Qmaster bug.

    So I found what appears to be a bug. At least for me...and at least in 10.6. Not sure if this effects other OS versions.
    I was having an issue with start up getting stuck on grey screen. Symptom is eventually start-up circle segments would stop spinning and left hanging there on the grey screen.
    There are Apple doc's and ample google hits on this subject. But I have found nothing pertaining to Qmaster as being a possible cause.
    It took me awhile to figure it out and was not an obvious issue.
    I thought it might be helpful posting this here to bring this up on a google search for someone who may be having the same problem.
    My issue:
    Doing image sequence Maya render's. However, I doubt it is Maya related.
    If I pause the render in the Batch Monitor. And shutdown. Something with Qmaster still being active hangs my startup. It is repeatable behavior.
    I have to start up holding shift key for safe mode.
    You will note, if you have 'Show Qmaster service status in menu bar', under the Advance button of QM's System Pref's pane, that the green light is on.
    That green light being on, gave me the clue that it was something to do with Qmaster.
    Clicking; Stop Sharing and restarting clears the start up hang.
    It appears, whatever permutations Qmaster expresses with a paused render on start up, is somehow preventing normal start up.
    Since I have read that menu bar items may be one possible cause for start up issues. It's also possible and therefore worth mentioning that unchecking "Show Qmaster service status in menu bar". May also resolve the problem. I have not tested that.

    Issues like this are often caused by startup jobs that are taking far too long to finish. It definitely looks like a serious bug so it's worth reporting it to Apple at either of the following places:
    http://www.apple.com/feedback/compressor.html
    http://bugreport.apple.com

  • Created a playlist with all the songs I want on my iPhone, told iTunes Match to download them, but it got stuck in the middle of it

    Hi all,
    I wanted my iPhone to store most of my songs locally (about 4000 songs), and as there is no other way I know of, I created in iTunes (on my mac) a playlist containing all the songs I want on the iPhone. On the iPhone I then went to the bottom of the playlist and pressed the "download all" button.
    After a long time (a few days even though my 50Mbps broadband could handle it in less than 2 hours), the iPhone has now downloaded 80% of the songs. But it seems to be stuck at this point (no progress in the last 2 day). The songs which still need to be downloaded still have a "stop" icon next to them indicating they are in the download queue (as opposed to songs which I didn't request to download and have a cloud icon instead).
    If I click on one of the songs pending download, it doesn't play it and skips to the next song available locally, BUT it does download that missing song.
    The other thing is that now the "download all" button is never there at the bottom of a playlist/artist/album (I guess becaue there is a download batch pending).
    So I can't request to download the playlist again, and I can't download or cancel the missing songs one by one as there are too many.
    Does anyone have a suggestion of what to do? (Preferably not disabling iTunes Match and r-enabling it, I suspect the implementation is just bad for a large batch of downloads and it will do the same again after a few days)
    Cheers!
    Boris

    Thanks, this is not an ideal answer but probably the most sensible one in my case.
    I will try it unless someone has a better suggestion, but I'll wait a bit as it will take me a few days anyway (I had actually tried to create a new smaller playlist or download by album, but at this stage the music app is not letting me queue a list of songs for download - I think I will have to disable and re-enable iTunes match which will probably delete all the songs).
    I have to say I am not very impressed with Apple here - having an online backup of all your data and beeing able to restore it to a new device easily was a strong selling point of iCloud. For music, they are Definitly not delivering at the stage.

  • Closing Console window while running Java application from Batch file

    Hi all,
    I have made a small application using Java swings,now i have made a jar file of my application and calling this jar file through batch file,when user clicks on that batch file it runs "java -jar applicationname.jar" command,but problem is that when i run that file from batch file it opens Dos console window at baclk of the screen which looks weird for a desktop application,i dnt want that Dos console window visible at the backend while my application is running,i have searched regarding this on google but found nothing usefull,if anybody can please help regarding that it will be a great releif for me,i have been stuck on this problem from last two days.
    Thanks.
    Simer

    warnerja wrote:
    georgemc wrote:
    warnerja wrote:
    start java -jar applicationname.jar
    That'll pop up another consoleI'm under the impression that the console window he is seeing is the one which cmd.exe opens when it is executing the batch file. And that batch file won't return until the java process has completed because he didn't start it in the background to let the batch file continue and terminate.
    So I don't think just simply substituting java with javaw will do much good either. Still think he needs a "start" command in that batch file.
    So now he can try:
    start java -jar ...
    or
    start javaw -jar ...Fair point

  • Inbound delivery got stuck in EWM Queue

    Hi,
    I have an Inbound delivery got stuck in the inbound queue, which is from EMW. The error which it failed is "Enter SLED", but the point is material is serial number managed and not batch managed. I have compared with the successful serial number and could not find any relevant field.
    Can any one please let me know, why SAP is asking for SLED.
    regards
    Chaitanya      

    hi chaitanya,
    Have you checked the slg1 log? might have activated something related to quality.
    cheers,
    jobi

  • Batch split issue --- vl31n

    While creating an Inbound delivery through Vl31n for a particular PO...there are some fields that need to be copied from PO to inbound delivery...
    i am trying to do that through the exit MV50AFZ1...
    The error arises when there is a batch split....
    IF a batch split exists (more items in EKBE for the purchase order item) in the related outbound delivery then this has to be copied to the inbound delivery. So there can be multiple items in the inbound delivery for 1 purchase order item.
    there is no way I can append  values in lips through the exit that I am using..
    Can you help...
    better approach to it is always welcome...

    Hi sugopa,
    i had done the same thing through exit and got stuck exactly where you are.Later on i did the whole procedure through configuration.
    I tried writing a blog on the same as the documentation I had made contains screenshots...but I was not able to attach the screenshots.dont know why.
    I have made a documentation for the same along with screenshots.
    if u need it u can send me u r mail id

  • Measurements of stuck disc as promised; how do I stop the cycling?

    Measurements of stuck disc as promised:
    When I replied to TWG on Nov 18 2007 I said if I ever get this sucker out I promised to measure it in all dimensions down to a thousandth of a millimeter and post it here.
    I got it out. I measured all the other Sony discs in the ten pack and they are remarkably the same notably the center hole and thickness; of coarse they vary some but all are within the same tolerance range disc to disc. Perhaps the stuck disc is singular in one or more dimensions.
    The discs are Sony CD-R 700MB "supremas" GB0318C73C131A80
    ambient temp 17 c (63 F) when I measured the discs.
    Measured with Mitutoyo digital mic and inside telescoping gage.
    For comparison I used a disc from same batch that has been burned and played without getting stuck in the drive.
    The only significant difference I see is the stuck disc is thicker:
    The thickness of the stuck disc is 1.199mm, 1.187 and 1.183 The thickness of the usable disc is 1.166mm, 1.151 and 1.147. These were taken at three places along the outer rim within one centimeter of the outer rim. (interesting to note the discs thickness tends to get thinner as you move toward the center).
    id 15.059mm on stuck disc and on usable disc.
    There appears to be a more pronounced bur on the disc that stuck than the others. the bur is on the same side as the manufacture's brand label. I don't have a good way to measure the bur. The bur may or may not have a bearing on the disc sticking but there is enough bur it could conceivably have folded over and wedged the hole to the center cone of the drive.
    I note a bur around the whole of the outside diameter of the stuck disc that is missing from the usable disc. This could be a result of my fishing expedition to get the disc out but the bur is notably consistent all the way around.
    od of the stuck disc at largest diameter 119.85mm
    od of the usable disc at largest diameter 119.84mm this is a much rougher measurement than the id due to my equipment
    To get the disc out I used method of TWG (he used a case cutter with double back tape). I used a thin metal ruler with double back tape. Be sure there is no cork strip on the ruler; there may not be room in the slot for cork, ruler and disc. Probably don't want chunks of cork in the drive either.
    I don't recommend this method. When the disc was stuck in the drive it would open iTunes and then cycle through several attempts to eject and and then would, for the most part, give up and be silent. Now that I have the disc out the drive apparently is completely baffled and continuously cycles as if I had just put in a disc but there is never an icon. In addition the sheet metal thing is across two centimeters of the slot and prevents putting in another disc.
    Please if any one knows how to enter a command to put the metal thing out of the way and or disable the drive so it doesn't cycle I would appreciate it if you would tell me. Disc utility does not list the optical drive now that I have the disc out.
    Also if any one knows of a drive I can put in that is a better quality drive to replace the MATSHITADVD-R UJ-85J original turkey equipment from Mac. My computer is intel duo 17" iMac early 2007
    My advice to anyone with one of these computers (and it is a magical machine in every other way) is to just use an external optical drive connected to a fire wire port and never bother with the slot mount internal drive; unless you don't need the discs you put in it or you have a lot of free time to go back and forth to the mac store, repeatedly, for new warranted computers.
    Message was edited by: barkingmad

    Depends on how you subscribed:
    If it was through Hulu directly (the website), you need to return there adn seek out the link to your account.
    If it was via an in-app purchase: http://support.apple.com/kb/ht4098

  • No Method of Batch Export for Clips with Alpha Channels?

    Good morning,
    As many a flustered editor has eventually discovered, in order for FCP to export sequences with alpha channels to a 32-bit format, the timeline has to be un-rendered at the time of export, or else the transparent parts will appear black in the outputted file. This sort-of makes sense if you know how FCP and render files work, but in a perfect world I think I'd have designed the export interface a bit differently. Now that I think about it, I'm actually working in an Animation (Millions of Colors +) sequence, so converting transparent areas to black makes no logical sense at all.
    Anyway, I have several sequences that I would like to export as 32-bit TGA QuickTime files, preserving their transparency. If I Export Using Compressor, the process results in pre-rendering of the sequence, turning the transparent areas black. The same problem occurs if I export QuickTime reference movies from FCP and open them directly with Compressor.
    Does anyone know of a way to avoid this silly phenomenon or am I stuck individually exporting each sequence from FCP, one...at.......a................time?
    Thanks,
    Zap

    Thanks, Andy, "Batch Export" eventually did the trick!
    I forgot about that tool because I've never actually had to use it before! After playing around with it for a while, I found that as long as the sequence settings for each sequence in the batch are set to a codec with an activated alpha channel, it works just fine.
    Thanks again,
    Zap

Maybe you are looking for