RMAN stuck on wait event "CPI RDBMS response."

Hi all

DB: 10.2.0.3 EA
Operating system: Solaris 10

Below is a summary of the issue I faced, followed by details.

Summary:

I'm doing a "Save as copy" operation to RMAN, but it is retained by the db writer process. The event of waiting for writer rman process and db is "RDBMS ipc reply. The db writer process is in turn blocked by the process of "RBAL. The RBAL process seems to be waiting on the same process of writer db with wait events ' enq: FP - global fob contention "." Any ideas what could be causing this and what can I do to solve this problem?

Details:

I run the following operation in RMAN:
RMAN> backup as copy database format '+DEV1';
However, the process is stuck on the event of waiting "RDBMS ipc reply.
  SID OSUSER               PROGRAM                        LAST_CALL_ET EVENT
----- -------------------- ------------------------------ ------------ ------------------------------
  664 xxxxxx             rman@xxxxxx (TNS V1-V3)              4509 rdbms ipc reply
Information from v$ session_wait are:
      SEQ#   SID EVENT                                  P1         P2 STATE                WAIT_TIME SECONDS_IN_WAIT
---------- ----- ------------------------------ ---------- ---------- ------------------- ---------- ---------------
      2848   664 rdbms ipc reply                         2         24 WAITING                      0       3
After a bit of searching on Google, I discovered that the P1 parameter indicates the background is process causing the wait, so I checked that addresses:
11:51:50 xxxx>SELECT NAME FROM V$BGPROCESS WHERE PADDR =
11:54:40   2     (SELECT ADDR FROM V$PROCESS WHERE PID = 2);

NAME
------------------------------
DBW0
So is East "DBW0" db writer process which is held upward. So I checked the wait for the DBW0 process event (I discovered the sid - it was 167)
      SEQ#   SID EVENT                                  P1         P2 STATE                WAIT_TIME SECONDS_IN_WAIT
---------- ----- ------------------------------ ---------- ---------- ------------------- ---------- ---------------
     30315   167 rdbms ipc reply                        55 2147423061 WAITING                      0       0
So 'RDBMS ipc reply' also expects the process of «DBW0» So I find the process of pid = 55.
11:59:48 xxxx>SELECT NAME FROM V$BGPROCESS WHERE PADDR =
12:04:39   2     (SELECT ADDR FROM V$PROCESS WHERE PID = 55);

NAME
------------------------------
RBAL
It turns out be RBAL. The sid of process RBAL is 321. So I find what he expects:
12:04:41 xxxx>select event, blocking_session blocker from v$session where sid =321;

EVENT                             BLOCKER
------------------------------ ----------
enq: FP - global fob                  167
contention

12:06:14 xxxx>@sesswait
Enter value for sid: 321

      SEQ#   SID EVENT                                  P1         P2 STATE                WAIT_TIME SECONDS_IN_WAIT
---------- ----- ------------------------------ ---------- ---------- ------------------- ---------- ---------------
        12   321 enq: FP - global fob           1179648006          0 WAITING                      0           61470
                 contention
The blocker for RBAL 167 session, which is "DBW0. I couldn't find any information on this wait event ' enq: FP - global fob contention "." I'm not able to make further progress on this matter, so any help will be much appreciated.

Published by: joshic on June 30, 2010 04:25

joshic wrote:
Hi all
DB: 10.2.0.3 EA
Operating system: Solaris 10
The blocker for RBAL 167 session, which is "DBW0. I couldn't find any information on this wait event ' enq: FP - global fob contention "." I'm not able to make further progress on this matter, so any help will be much appreciated.

Looks like Bug 7334426: BACKUP HANG ON A HANG CONDITION BETWEEN DBW AND RBAL

Tags: Database

Similar Questions

  • Wait events

    Hello

    the 11.2.0.4 SE on Win 2008

    then, do not have AWR. Then having the Top 5 leading timed events

    I ran the following:

    SELECT EVENT, n.WAIT_CLASS,

    TIME_WAITED_MICRO, ROUND(TIME_WAITED_MICRO*100/S.DBTIME,1) PCT_DB_TIME

    V $ SYSTEM_EVENT E, V$ EVENT_NAME N,.

    (SELECT the DBTIME VALUE OF V$ SYS_TIME_MODEL WHERE STAT_NAME = "DB time") S

    WHERE E.EVENT_ID = N.EVENT_ID

    AND N.WAIT_CLASS NOT IN ('inactive', ' E/s system') and ROUND(TIME_WAITED_MICRO*100/S.DBTIME,1) <>0

    ORDER BY ROUND(TIME_WAITED_MICRO*100/S.DBTIME,1) ASC;

    Capture.PNG

    Can I conclude that the most important issue on the database is db file sequential read and should be the subject of an investigation?

    Or rows returned are meaningless on the performance? Tunning?

    Do you sugest any other question?

    Thank you.

    Hello

    > Can conclude that the most important issue on the database is db file sequential read and should be the subject of an investigation?

    A wait event isn't a problem. It is just a little work of the database and the database is there work wo.

    This is a problem only if you too (in many calls of i/o) or slow (long of IO call duration)

    Your instance has been started just two minutes ago, no? This is not very important. Caches must warm up.

    You need to install Statspack. Read about it ORACLE_HOME/rdbms/admin/spdoc.txt

    Kind regards

    Franck.

  • What are the following wait events? Someone can it translate into the details?

    What are the following wait events? Someone can it translate into the details?
    PX Deq: Example table Q
    PX Deq Credit: send blkd
    PX Deq: Join AC
    PX Deq: Signal ACK
    PX Deq: Fragment of Msg
    direct path read
    PX qref latch
    SQL> select event,total_waits,time_waited,wait_class from v$system_event order by total_waits;
    EVENT                          TOTAL_WAITS TIME_WAITED WAIT_CLASS
    ------------------------------ ----------- ----------- --------------------
    db file scattered read             9333287     2471813 User I/O
    *PX Deq: Table Q Sample            11401065    43684227 Idle*
    *PX Deq Credit: send blkd          13798394    25448649 Other*
    SQL*Net message from client       20767011  1179217392 Idle
    SQL*Net message to client         20767019        2618 Network
    *PX Deq: Join ACK                  23735308     1022426 Idle*
    *PX Deq: Parse Reply               24882798     1278726 Idle*
    rdbms ipc message                 25223968  2147012652 Idle
    *PX Deq: Signal ACK                26615286    27873560 Other*
    cursor: mutex X                   26745289       52071 Concurrency
    *PX Deq: Msg Fragment              43670924    78219774 Idle*
    
    EVENT                          TOTAL_WAITS TIME_WAITED WAIT_CLASS
    ------------------------------ ----------- ----------- --------------------
    PX Idle Wait                      68927042  4364594403 Idle
    PX Deq: Execute Reply             88498025     4326377 Idle
    PX Deq: Execution Msg            823922687   792964190 Idle
    *direct path read                1274423531     7242769 User I/O*
    *PX qref latch                   2.3745E+11    49638018 Other*
    
    122 rows selected.

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14237/waitevents.htm#i968375

  • Apps stuck on waiting after updating iOS 10

    Hey guys,.

    Since upgrading to iOS 10 a couple of my applications like facebook are stuck on waiting and I can't access it. I tried all the usual fixes like restarting the phone and enter the purchased section on the app store, but it won't let me even remove apps or stop the download. I have tried everything and can't get to work. Any help would be greatly appreciated!

    Hello

    Sometimes simply knock on the home screen application stops the download and then you are able to resume and it works. Otherwise... I'm afraid you will have to reinstall iOS.

  • Stuck on "waiting" when apps update to ios10

    Dear,

    I have iPhone 5s, recently I did the update to ios10 and I received a note that some applications will be temporarily removed and since the 6 apps grey color, since the update about 3 days ago and stuck on "waiting".

    I tried to re-download the app Store apps but it did not work and I can't delete apps that appears on the screen in gray, but I can not open them.

    • Remove the phone crashes.
    • They do not appear as pending updates in the App store.
    • By clicking on the apps will not load anything.
    • Cannot delete applications through iTunes.
    • Reset fails.
    • Removal of many applications for more space fails. I have now 7G 16G free.
    • I tried all the suggestions on many sites and it did not work.

    Please let me know how to solve this problem.

    Hello. Try these general steps. They could help.

    1 reset your iPhone by pressing and holding the sleep/wake and home buttons.

    2 disconnect you from your iCloud account and reconnect again.

  • App is stuck on waiting and cannot be deleted

    My Google Play Music app is stuck on "waiting" and nothing I've tried invites you to start to download again. I have also had no luck in removing the application. It is on an iPad 2 air with the latest version of iOS 9. I have tried all troubleshooting guides I can find, but the fix does not work or the option applies only to the iPhone Menu options.

    Restart and try restarting your iPhone, iPad or iPod touch - Apple Support

  • Mac appstore download stuck on waiting

    So yesterday I bought this $ 20 app to the Mac AppStore named Call of Duty 4, in a first step, it was perfectly the installation (say the time it would take and how GB were left) but then I fell asleep because it says that it will consider as 9 hours. I shut down my computer, and the next day I turned it on and it says that the download has been suspended. I clicked RESUME, and then it was there stuck on waiting. I went to school and when I got back, he was still stuck on waiting. Please help me what can I do to do just download as it was the first time? BTW, it's a mid-2010 Macbook Pro with OS X El capitan. IM worried, I spent that much money on an application that I won't be able to use. As I saw that he was stuck waiting that I've disabled, and then click New my calculation

    From the Store menu, please select

    Search the unfinished downloads...

  • Recently I connect to the net via hspa(3g) on windows 8 and try to download the apps store but stuck at 0% and if stucks to waiting for a break.

    I installed the Windows 8 32-bit operating system on my laptop.

    Recently I connect to the net via hspa(3g) on windows 8 and try to download the apps store but stuck at 0% and if stucks to waiting for a break.
    updates are available, when I install the updates, repeatedly paused at any time.
    I left it for download for hours, to no avail.
    I would like to say that my windows is activated and my laptop have win8 and double windows win7.
    I found the result in microsoft technical support by restarting the update through cmd, but in its service also not worked.
    Please help me in this topic, there are lots of apps in the store that I want to download but can not download.
    Please help................................................................
    Thanks in advance
    Original title: Apps are not download

    Hi imran,.

    I solve my problem of the post of the same problem. There is the correct method, i.e.
    By pressing win + w, then typing troubleshooting and choosing the troubleshooting in the windows updates.
    Then he fix something and fix my problem.
    Thnak you for taking interest in my problem.
  • Free trial of InDesign stuck on "waiting".

    I am trying to download a free trial of Indesign, and he is stuck on "waiting". He said 'pending' for an hour now. I tried to uninstall everything, using the Adobe cleaner, rebooting, etc.. Nothing has worked. Please help - I need this program now.

    I guess that you download at the bottom of the link:

    Direct download links of Adobe CC 2015: 2015 creative cloud release | ProDesignTools

    This is a temporary solution, but it is very important to solve the problem with CA. CC it not only installs the app, it auto-detects also the necessary updates from time to time, whenever there is change of operating system like Windows or Mac OS, respective updates of patches are released.

    but you can also download these patches similarly direct link, but you will need to check the Web site frequently to check the available updates, or you can also check the Help menu of Apps.

    Believe me, you have no idea how useful this Forum is for people. Feel free to ask if you need further assistance, we will be happy to help you...

  • Wait events, SQL * Net message from client

    Hi all

    I have a doubt about oracle wait events, specifically of "SQL * Net message from client. I've read a lot about this, I've seen some say that network and other material resources can provoke him, and saw that the problems in the application code can cause it too. I am tracking a few tests here and I don't have that chooses are the double event, usually a lot of SQL * Net message to client waiting (I used sqlplus, developer sql and pl/sql). Can someone explain to me why? Another question is where this wait type cause interference, meet it demand for the database and stays on hold and do not meet another request so that the wait is over, is it? The waiting just finish when the application closes the database connection or there is another way to end the waiting?

    Since then, thank you very much.

    Hello

    chooses double what usually causes a lot of SQL * Net message to client waiting

    Do you run them from your server applications or from the DB server itself?

    "SQL * Net client message" is an idle wait event although he'd still explain to the elapsed time of the query.

    It indicates only that the database is waiting for the other entries of the customer and when he expects the DB, those expectations get incremented.

    I suggest you explore size SDU, RECV_BUF_SIZE, and SEND_BUF_SIZE parameters.

    http://docs.Oracle.com/CD/B19306_01/network.102/b14212/performance.htm

    Kind regards

    Suntrupth

  • DB related links wait event

    Dear Sir

    In one of my db, I use db link to generate the report for a different database. The db in which we use the dblink to remote databases; the following wait events are showed continuous:

    PX Deq Credit: send blkd

    PX Deq: Execution Msg

    SQL * Net message from client

    They indicate any problem? How can we get rid of it?

    Kind regards

    Hello

    What should worry, to this end, I have sguuest read you link below.

    http://www.Oracle.com/technetwork/database/bi-Datawarehousing/TWP-parallel-execution-fundamentals-133639.PDF

    As the default value for sufficient, depends on place on many factors as optimizer, which can not sometimes be enough when set to default values, cpu, memory, data, resources.

    Concerning

    Jihane Narain Sylca

  • Stuck on "waiting" and works do not 'install' - button.

    Hello! I just downloaded the application Adobe CC 3 times and tried to install Lightroom & Photoshop. Lightroom is stuck on "waiting" and "install" Photoshop button does nothing. I'm on an El Captain 10.11 system cleaned again and he has been slain this way now for 3 hours. What should do?

    Please try to install it on the root user account.

    See activation and use of the user 'root' on OS X - Apple support

  • My Adobe CC application on windows 8.1 tries to download updates for Indesign, Dreamweaver and Flash, but it is stuck on "waiting" indefinitely. How can I solve this problem and start downloads, updates?

    My Creative Cloud Deskop on Windows 8.1 application gets stuck on "waiting" when you try to update applications. Please help me understand how to get the download to start.

    I have a Gigabyte P27.
    8.1 Windows 64-bit

    and a full subscription of CC with Creative Cloud Desktop application as well (this is where I will have questions)

    All my installed applications work fine. I'm enrolled correctly and synchronization also works very well.

    -Very well, so after a lot of trouble trying to open Photoshop CC, go to help and updates it. This has opened a different kind of Application Manager, and when I invited to be updated, my UAC Windows asked the permission of the administrator and I said OK.

    The files are now all the manual update. I'll fix the permissions in the OOBE folder, then remove the "run as Administrator" box of the update. Maybe it will work. I'm going to come back here to confirm that where someone always ends up this question.

  • Wait events "direct path write" and "direct path read".

    Hello

    We have a query that takes more than 2 minutes. It's a 9.2.0.7 database. We took the request trace/tkprof and identified there so manay 'direct entry path' and 'direct path read' wait for events in the trace file.

    WAITING #3: nam = "Write" direct path ela = 5 201 p1 = p2 = p3 70710 = 15
    WAITING #3: nam = "direct path read" ela = 170 201 p1 = p2 = 71719 p3 = 15

    In the light of the foregoing, "p1 = 201" is a the file_id, but we could not find any data file, the temporary file, the control file with this id # 201.
    Can you please let us know what "p1 = 201" here, how to identify the file that is causing the problem.

    Thank you
    Sravan

    Whatever it is:

    show parameter db_files
    

    back? I think, is that it returns 200.

    Read the file live and direct file writing events are reads and writes of tablespace TEMP. Wait events, folder # is reported as db_files + id of a temporary file. So, 201 means temp #1 file.

    Now, as to your real performance issue.

    Without seeing the SQL and the corresponding implementation plan, it is impossible to be sure. However, the most frequent causes of temporary entries are the operations of sorting and group by operations.

    If you decide to display your plan and SQL execution, please be sure to make it readable by formatting it. Information on how to do this can be found here.

    Hope that helps,

    -Mark

    Published by: mbobak on May 1st, 2011 01:50

  • How to see the info of waiting events. After executing a statement select query

    Hello

    How to see the info of waiting events. After running a select query. Is there a setting to the value of this option?
    And I also want to see the following info. in the trace file. For this, what are the settings I need to adjust to the right?
    SELECT * FROM emp, dept 
    WHERE emp.deptno = dept.deptno;
    
    call   count      cpu    elapsed     disk    query current    rows
    ---- -------  -------  --------- -------- -------- -------  ------
    Parse      1     0.16      0.29         3       13       0       0
    Execute    1     0.00      0.00         0        0       0       0
    Fetch      1     0.03      0.26         2        2       4      14 
     
    Misses in library cache during parse: 1 
    Parsing user id: (8) SCOTT 
    Concerning
    Evelyne

    For

    SQL > show parameter dump;

    ORA-00942: table or view does not exist
    >
    Use

     GRANT SEECT ON v_$parameter to Your_User_Name
    

    For

    SQL > ALTER SESSION SET EVENTS = 10046 trace name forever, context level 12';

    ERROR:
    ORA-01031: insufficient privileges
    >
    Use

     GRANT ALTER SESSION to your_user
    

Maybe you are looking for

  • How to type symbols for men

    What is the police & the key combination to get the male and female symbols?

  • automatic resizing of navigation

    I wonder if there is a way to avoid the empty parts of the diagram (or front) in the Navigation window, something like an automatic resizing. After optimized block diagrams, stills of browser window displays the original large window with empty space

  • Several tools of DB insert data error Code :-2147217900

    Hi all :-),. I'm new to LabView. Right now I use version 8.2. I browse the topic, but I don't seem to find what I need. I have two question and I hope you guyz can help. 1. I make a program and I need to insert my data in SQL. Previously, I was using

  • You will need to stick power button in its own structure of the event?

    I'm studying the Carwash review CLD VI attached. First question, I noticed that the Start button is stuck inside its own structure of the event. It is absolutely necessary, I can just paste it elsewhere? I guess it was put here because the Start butt

  • No internet on 1 computer after installing the update of the window

    One of my computers handed out today to install updates. Since then, I have not been able to get online. If I restore it before the update its online. Someone at - it an idea why this happen?