Package dependences block other packages

After pacman -Syu I've got an error.
:: thunderbird-spell-pl requires thunderbird=2.0.0.4
From arch's site I knew about other fresh packages, so I've removed thunderbird-spell-pl and make pacman -Syu again. After that I was able to update:
hunspell-1.1.8-1 opera-9.22-1 thunderbird-2.0.0.5-1 thunderbird-i18n-2.0.0.5-1 wine-0.9.41-1
How can I make pacman update all packages (opera, wine etc.) bypassing those with dependencies conflicts (in my case thunderbird packages).
"pacman -Syu --ignore" or adding package to ignore list in /etc/pacman.conf is not a solution.
Last edited by qlus (2007-07-20 20:03:52)

I don't want to make version conflicts.
The case is clear. There is no new (2.0.0.5) version of thunderbird-spell-pl in repository. Could'nt just pacaman in that case skip updating: thunderbird and thunderbird-i18n to 2.0.0.5 (to prevent version conflicts) and update the rest?

Similar Messages

  • On an IMAC, how do you block other users id showing up on your wifi settings?

    On an IMAC,
    how do you block other users id showing up on your wifi network?

    Can you clarify what you mean?
    If you're seeing multiple wifi networks as well as yours, that's normal. It will display any networks within range. It doesn't mean you're connected to them or that they're on your network.
    Matt

  • Massive Query blocking other Processes

    Hi 
    We are having a Sharepoint 2010 server and we have deployed a dot net custom application on it. Recently the application was working slow and the same was observed on out of box created lists using the out of box UI. 
    We found that it was originating from a SQL query which was blocking other processes. 
    Now this problem, occurs intermittently and goes away on its own in some time(~10 minutes). The query responsible is : 
    SELECT TOP(@NUMROWS) t1.[Type] AS c0, UserData.[ntext2], UserData.[datetime1], UserData.[nvarchar10], t6.[nvarchar5] AS c14c15, UserData.[float2], UserData.[int8], UserData.[tp_ItemOrder], UserData.[nvarchar1], t15.[nvarchar6] AS c36c34, UserData.[ntext1], UserData.[int7], UserData.[float1], UserData.[nvarchar19], UserData.[tp_ID], UserData.[nvarchar5], t5.[nvarchar4] AS c12c13, UserData.[bit1], t11.[nvarchar3] AS c24c25, UserData.[int11], t14.[nvarchar6] AS c30c34, t15.[tp_ID] AS c36c32, UserData.[tp_GUID], t1.[ProgId] AS c42, t1.[SortBehavior] AS c1, UserData.[tp_Author], UserData.[tp_Editor], UserData.[int1], UserData.[int6], UserData.[nvarchar13], UserData.[ntext5], UserData.[datetime4], UserData.[nvarchar18], UserData.[tp_ContentTypeId], t8.[nvarchar3] AS c18c19, UserData.[int10], t15.[tp_Created] AS c36c35, UserData.[tp_WorkflowVersion], t1.[LeafName] AS c37, UserData.[tp_Version], t1.[Id] AS c4, UserData.[nvarchar4], UserData.[nvarchar9], t14.[tp_ID] AS c30c32, t1.[TimeLastModified] AS c40, UserData.[tp_IsCurrentVersion], UserData.[tp_HasCopyDestinations], UserData.[tp_Level], t4.[nvarchar3] AS c10c11, UserData.[int5], t10.[nvarchar3] AS c22c23, UserData.[nvarchar12], UserData.[ntext4], UserData.[datetime3], UserData.[nvarchar17], t2.[nvarchar3] AS c6c7, UserData.[nvarchar20], UserData.[datetime8], UserData.[tp_HasAttachment], UserData.[tp_Modified], CASE WHEN DATALENGTH(t1.DirName) = 0 THEN t1.LeafName WHEN DATALENGTH(t1.LeafName) = 0 THEN t1.DirName ELSE t1.DirName + N'/' + t1.LeafName END AS c2, UserData.[nvarchar3], UserData.[nvarchar8], t7.[nvarchar3] AS c16c17, t13.[Status1] AS c28c29, t14.[tp_Created] AS c30c35, t15.[nvarchar4] AS c36c33, UserData.[tp_UIVersion], t1.[ItemChildCount] AS c43, UserData.[tp_CopySource], UserData.[nvarchar11], UserData.[ntext3], UserData.[datetime2], UserData.[nvarchar16], UserData.[tp_InstanceID], t3.[nvarchar3] AS c8c9, UserData.[int4], t9.[nvarchar3] AS c20c21, UserData.[int9], UserData.[float3], UserData.[datetime7], UserData.[tp_UIVersionString], t1.[TimeCreated] AS c38, t1.[ScopeId] AS c5, UserData.[nvarchar2], UserData.[nvarchar7], t14.[nvarchar4] AS c30c33, t15.[nvarchar1] AS c36c31, t1.[ClientId] AS c41, UserData.[int3], t12.[nvarchar3] AS c26c27, UserData.[datetime6], UserData.[tp_Created], UserData.[tp_ModerationStatus], UserData.[nvarchar6], UserData.[tp_WorkflowInstanceID], t1.[FolderChildCount] AS c44, t1.[MetaInfo] AS c3, UserData.[nvarchar14], t14.[nvarchar1] AS c30c31, UserData.[int2], UserData.[datetime5], t1.[DirName] AS c39 FROM AllUserData AS UserData WITH(INDEX=AllUserData_PK) INNER JOIN Docs AS t1 WITH(NOLOCK) ON (UserData.[tp_RowOrdinal] = 0) AND (t1.SiteId=UserData.tp_SiteId) AND (t1.SiteId = @SITEID) AND (t1.ParentId = UserData.tp_ParentId) AND (t1.Id = UserData.tp_DocId) AND ( (UserData.tp_Level = 1) ) AND (t1.Level = UserData.tp_Level) AND (t1.IsCurrentVersion = 1) AND (t1.Level = 1 OR t1.Level = 2) AND (UserData.[tp_ListID] =@LISTID) AND (UserData.[tp_CalculatedVersion] = 0 ) AND (UserData.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (UserData.[tp_DeleteTransactionId] = 0x ) LEFT OUTER LOOP JOIN AllUserData AS t2 WITH(NOLOCK,INDEX=AllUserData_PK) ON (UserData.[int1]=t2.[tp_ID]) AND (UserData.[tp_RowOrdinal] = 0) AND (t2.[tp_RowOrdinal] = 0) AND ( (t2.tp_Level = 1) ) AND (t2.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (t2.[tp_CalculatedVersion] = 0 ) AND (t2.[tp_DeleteTransactionId] = 0x ) AND (t2.tp_ListId = @L2) AND (UserData.tp_ListId = @L3) LEFT OUTER LOOP JOIN AllUserData AS t3 WITH(NOLOCK,INDEX=AllUserData_PK) ON (UserData.[int2]=t3.[tp_ID]) AND (UserData.[tp_RowOrdinal] = 0) AND (t3.[tp_RowOrdinal] = 0) AND ( (t3.tp_Level = 1) ) AND (t3.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (t3.[tp_CalculatedVersion] = 0 ) AND (t3.[tp_DeleteTransactionId] = 0x ) AND (t3.tp_ListId = @L4) AND (UserData.tp_ListId = @L3) LEFT OUTER LOOP JOIN AllUserData AS t4 WITH(NOLOCK,INDEX=AllUserData_PK) ON (UserData.[int3]=t4.[tp_ID]) AND (UserData.[tp_RowOrdinal] = 0) AND (t4.[tp_RowOrdinal] = 0) AND ( (t4.tp_Level = 1) ) AND (t4.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (t4.[tp_CalculatedVersion] = 0 ) AND (t4.[tp_DeleteTransactionId] = 0x ) AND (t4.tp_ListId = @L5) AND (UserData.tp_ListId = @L3) LEFT OUTER LOOP JOIN AllUserData AS t5 WITH(NOLOCK,INDEX=AllUserData_PK) ON (UserData.[int4]=t5.[tp_ID]) AND (UserData.[tp_RowOrdinal] = 0) AND (t5.[tp_RowOrdinal] = 0) AND ( (t5.tp_Level = 1) ) AND (t5.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (t5.[tp_CalculatedVersion] = 0 ) AND (t5.[tp_DeleteTransactionId] = 0x ) AND (t5.tp_ListId = @L5) AND (UserData.tp_ListId = @L3) LEFT OUTER LOOP JOIN AllUserData AS t6 WITH(NOLOCK,INDEX=AllUserData_PK) ON (UserData.[int5]=t6.[tp_ID]) AND (UserData.[tp_RowOrdinal] = 0) AND (t6.[tp_RowOrdinal] = 0) AND ( (t6.tp_Level = 1) ) AND (t6.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (t6.[tp_CalculatedVersion] = 0 ) AND (t6.[tp_DeleteTransactionId] = 0x ) AND (t6.tp_ListId = @L6) AND (UserData.tp_ListId = @L3) LEFT OUTER LOOP JOIN AllUserData AS t7 WITH(NOLOCK,INDEX=AllUserData_PK) ON (UserData.[int6]=t7.[tp_ID]) AND (UserData.[tp_RowOrdinal] = 0) AND (t7.[tp_RowOrdinal] = 0) AND ( (t7.tp_Level = 1) ) AND (t7.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (t7.[tp_CalculatedVersion] = 0 ) AND (t7.[tp_DeleteTransactionId] = 0x ) AND (t7.tp_ListId = @L7) AND (UserData.tp_ListId = @L3) LEFT OUTER LOOP JOIN AllUserData AS t8 WITH(NOLOCK,INDEX=AllUserData_PK) ON (UserData.[int7]=t8.[tp_ID]) AND (UserData.[tp_RowOrdinal] = 0) AND (t8.[tp_RowOrdinal] = 0) AND ( (t8.tp_Level = 1) ) AND (t8.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (t8.[tp_CalculatedVersion] = 0 ) AND (t8.[tp_DeleteTransactionId] = 0x ) AND (t8.tp_ListId = @L8) AND (UserData.tp_ListId = @L3) LEFT OUTER LOOP JOIN AllUserData AS t9 WITH(NOLOCK,INDEX=AllUserData_PK) ON (UserData.[int8]=t9.[tp_ID]) AND (UserData.[tp_RowOrdinal] = 0) AND (t9.[tp_RowOrdinal] = 0) AND ( (t9.tp_Level = 1) ) AND (t9.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (t9.[tp_CalculatedVersion] = 0 ) AND (t9.[tp_DeleteTransactionId] = 0x ) AND (t9.tp_ListId = @L9) AND (UserData.tp_ListId = @L3) LEFT OUTER LOOP JOIN AllUserData AS t10 WITH(NOLOCK,INDEX=AllUserData_PK) ON (UserData.[int9]=t10.[tp_ID]) AND (UserData.[tp_RowOrdinal] = 0) AND (t10.[tp_RowOrdinal] = 0) AND ( (t10.tp_Level = 1) ) AND (t10.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (t10.[tp_CalculatedVersion] = 0 ) AND (t10.[tp_DeleteTransactionId] = 0x ) AND (t10.tp_ListId = @L10) AND (UserData.tp_ListId = @L3) LEFT OUTER LOOP JOIN AllUserData AS t11 WITH(NOLOCK,INDEX=AllUserData_PK) ON (UserData.[int10]=t11.[tp_ID]) AND (UserData.[tp_RowOrdinal] = 0) AND (t11.[tp_RowOrdinal] = 0) AND ( (t11.tp_Level = 1) ) AND (t11.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (t11.[tp_CalculatedVersion] = 0 ) AND (t11.[tp_DeleteTransactionId] = 0x ) AND (t11.tp_ListId = @L11) AND (UserData.tp_ListId = @L3) LEFT OUTER LOOP JOIN AllUserData AS t12 WITH(NOLOCK,INDEX=AllUserData_PK) ON (UserData.[int11]=t12.[tp_ID]) AND (UserData.[tp_RowOrdinal] = 0) AND (t12.[tp_RowOrdinal] = 0) AND ( (t12.tp_Level = 1) ) AND (t12.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (t12.[tp_CalculatedVersion] = 0 ) AND (t12.[tp_DeleteTransactionId] = 0x ) AND (t12.tp_ListId = @L12) AND (UserData.tp_ListId = @L3) LEFT OUTER LOOP JOIN Workflow AS t13 WITH(NOLOCK) ON ( CAST ( CAST (UserData.[nvarchar18]AS VARBINARY) AS UNIQUEIDENTIFIER)=t13.[ID]) AND (UserData.[tp_RowOrdinal] = 0) AND (t13.SiteId = @SITEID) AND (t13.WebId = @WEBID) AND (t13.ListId = UserData.tp_ListId) AND (t13.ItemId = UserData.tp_Id) AND (UserData.tp_ListId = @L3) LEFT OUTER LOOP JOIN AllUserData AS t14 WITH(NOLOCK,INDEX=AllUserData_PK) ON (UserData.[tp_Author]=t14.[tp_ID]) AND (UserData.[tp_RowOrdinal] = 0) AND (t14.[tp_RowOrdinal] = 0) AND ( (t14.tp_Level = 1) ) AND (t14.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (t14.[tp_CalculatedVersion] = 0 ) AND (t14.[tp_DeleteTransactionId] = 0x ) AND (t14.tp_ListId = @L14) AND (UserData.tp_ListId = @L3) LEFT OUTER LOOP JOIN AllUserData AS t15 WITH(NOLOCK,INDEX=AllUserData_PK) ON (UserData.[tp_Editor]=t15.[tp_ID]) AND (UserData.[tp_RowOrdinal] = 0) AND (t15.[tp_RowOrdinal] = 0) AND ( (t15.tp_Level = 1) ) AND (t15.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (t15.[tp_CalculatedVersion] = 0 ) AND (t15.[tp_DeleteTransactionId] = 0x ) AND (t15.tp_ListId = @L14) AND (UserData.tp_ListId = @L3) WHERE (UserData.[tp_CalculatedVersion] = 0 ) AND (UserData.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (UserData.[tp_DeleteTransactionId] = 0x ) AND (UserData.tp_ListID=@LISTID) AND ( (UserData.tp_Level = 1) ) AND (UserData.tp_SiteId=@SITEID) AND (UserData.tp_RowOrdinal=0) AND (t1.SiteId=@SITEID AND (t1.DirName=@DN OR t1.DirName LIKE @DNEL+N'/%') AND t1.SortBehavior=0) ORDER BY UserData.[tp_ID] ASC OPTION (FORCE ORDER, MAXDOP 1
    Any ideas what is causing this? Any background process or the custom code.
    Thanks
    Akshay

    This looks like a standard List query (could be any list).
    Make sure your List View Threshold is 5000 or less (this is set on the Web Application, primarily). Lists that are queried for >5000 rows will introduce a table locking read.
    Make sure your SQL Server is set to a Max Degree of Parallelism of 1, as well.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • HT1918 How can i block others from purchasing itunes from my ipad or iphone?

    How can i block others from purchsing itunes from my ipad or iphone?

    You can use Settings > General > Restrictions on each device to require your iTunes password to be entered for every download (and you can block in-app purchases), or you can hide the App Store ('Installing Apps' set 'off') and iTunes store apps so that they can't be used.

  • ATP check avoid block other storage location

    Hi Gurus,
    Let's say there is 4000 EA available in storage location 1000, but in the order we enter 5000EA. I don't want to addition 1000 EA block other storage location like 1603/1608, only block own location 1000 waiting for replenishment.
    We defined the storage location in sales order, but still the ATP check will block the stock in other storage location.
    Can I know your idea?
    thanks.

    Hi,
    Couple of notes you can check of;
    Note 547118 - FAQ: Result of ATP calculation
    Note 547512 - FAQ: Customizing of the ATP in R/3 (Question 8).
    Regards

  • CKPT locks the system objects and blocks other sessions

    CKPT locks the system objects and blocks other sessions
    Oracle Version 10.2.0.4
    OS : HP UX 11.31 Itanium
    SQL> select * from v$lock where block=1;
    ADDR KADDR SID TY ID1 ID2 LMODE
    REQUEST CTIME BLOCK
    C0000009FCC2B348 C0000009FCC2B368 1100 RO 65559 1 2
    0 3877 1
    SQL> select program from v$session where sid=1100;
    PROGRAM
    oracle@ctqanhr1 (CKPT)
    As a workaround we flush the buffer cache with the below command
    SQL> alter system flush buffer_cache;
    however the issue reoccurs after some times.
    Edited by: 965132 on Dec 2, 2012 9:59 PM

    other reference:
    CKPT Questions
    The temporary workaround is to set "_db_fast_obj_truncate"=FALSE in that particular case.
    Regards,
    sgc
    Edited by: Samuel G. Cristobal on 03-dic-2012 8:48

  • How to block others from reading email?

    How to block others from reading email on the Ipad 2?

    iPads are not multi user devices, they are either single user devices with privacy by setting the mentioned passcode to protect entry into the device or it is a shared device where everything on the iPad is available to everyone with access to the iPad.

  • Weird select could cause blocked other session

    Dear Gurus,
    Could you give me some explanation why select query could blocked other update sessions, please find below
    SID_BLOCKER BLOCKER WAITER
    Session ID: 22339    in instance 1 is blocking   Session ID: 296 in instance 1
    Session ID: 22339    in instance 1 is blocking   Session ID: 6673 in instance 1
    Session ID: 22339    in instance 1 is blocking   Session ID: 26091 in instance 1
    Elapsed: 00:00:01.77
    12:21:45 SQL> @ssid
    Elapsed: 00:00:00.00
    enter value for sid: 22339
    enter value for instance id: 1
       SID  SERIAL# SERVER_PID CLIENT_PID USERNAME    OSUSER     STATUS LOGON_TIME PROGRAM MACHINE          SYSDATE
    EVENT WAIT_CLASS WAIT_TIME SECONDS_IN_WAIT STATE SQL_ID
    22339    40705 18135 26767 XLAPPC      cmwl21     INACTIVE 15-SEP-2013 23:25:35 java@cbtcm cbtcmpap02 18-SEP-2013 12:21:53
    pap02 (TNS
    V1-V3)
    SQL*Net message from client Idle 0            6649 WAITING
    Elapsed: 00:00:00.08
         PIECE SQL_TEXT
             0 SELECT ch_objects.obj_id, ch_objects.obj_type, ch_objects.obj_ex
             1 ternal_id, ch_objects.obj_name, ch_objects.obj_desc, ch_arcs.arc
             2 _relation, TO_CHAR (ch_arcs.arc_valid_from, 'YYYYMMDDHH24MISS'),
    3  TO_CHAR (ch_arcs.arc_valid_to, 'YYYYMMDDHH24MISS'), TO_CHAR (ch
             4 _objects.sys_update_date, 'YYYYMMDDHH24MISS') FROM ch_objects, c
             5 h_arcs WHERE ch_arcs.arc_child_id = :m_startObjID AND ch_arcs.ar
             6 c_relation IN (:relTypes0:relTypesInd0,:relTypes1:relTypesInd1,:
             7 relTypes2:relTypesInd2,:relTypes3:relTypesInd3,:relTypes4:relTyp
             8 esInd4,:relTypes5:relTypesInd5) AND ch_arcs.arc_father_id = ch_o
             9 bjects.obj_id AND TO_DATE (:m_effectiveTime, 'YYYYMMDDHH24MISS')
            10 BETWEEN ch_arcs.arc_valid_from AND ch_arcs.arc_valid_to
    Elapsed: 00:00:00.71
    12:21:54 SQL> @ssid
    Elapsed: 00:00:00.00
    enter value for sid: 6673
    enter value for instance id: 1
       SID  SERIAL# SERVER_PID CLIENT_PID USERNAME    OSUSER     STATUS LOGON_TIME PROGRAM MACHINE          SYSDATE
    EVENT WAIT_CLASS WAIT_TIME SECONDS_IN_WAIT STATE SQL_ID
      6673    51927 15196 19846 XLAPPC      cmwl61 ACTIVE   16-SEP-2013 18:25:53 java@cbtaa cbtaampap01      18-SEP-2013 12:22:08
    mpap01 (TN
    S V1-V3)
    enq: TX - row lock contention Application 0            2681 WAITING a30z7fqk9sd1u
    Elapsed: 00:00:00.03
         PIECE SQL_TEXT
             0 update ch_objects  set obj_name=:b0,sys_update_date=TO_DATE(:b1,
             1 'YYYYMMDDHH24MISS'),operator_id=:b2:b3,application_id=:b4:b5,dl_
             2 service_code='30' where obj_id=:b6
    Elapsed: 00:00:00.69
    12:22:09 SQL> @ssid
    Elapsed: 00:00:00.00
    enter value for sid: 6673
    enter value for instance id: 1
       SID  SERIAL# SERVER_PID CLIENT_PID USERNAME    OSUSER     STATUS LOGON_TIME PROGRAM MACHINE          SYSDATE
    EVENT WAIT_CLASS WAIT_TIME SECONDS_IN_WAIT STATE SQL_ID
      6673    51927 15196 19846 XLAPPC      cmwl61 ACTIVE   16-SEP-2013 18:25:53 java@cbtaa cbtaampap01      18-SEP-2013 12:22:21
    mpap01 (TN
    S V1-V3)
    enq: TX - row lock contention Application 0            2695 WAITING a30z7fqk9sd1u
    Elapsed: 00:00:00.03
         PIECE SQL_TEXT
             0 update ch_objects  set obj_name=:b0,sys_update_date=TO_DATE(:b1,
             1 'YYYYMMDDHH24MISS'),operator_id=:b2:b3,application_id=:b4:b5,dl_
             2 service_code='30' where obj_id=:b6
    Elapsed: 00:00:00.63
    12:22:22 SQL> @ssid
    Elapsed: 00:00:00.00
    enter value for sid: 26091
    enter value for instance id: 1
       SID  SERIAL# SERVER_PID CLIENT_PID USERNAME    OSUSER     STATUS LOGON_TIME PROGRAM MACHINE          SYSDATE
    EVENT WAIT_CLASS WAIT_TIME SECONDS_IN_WAIT STATE SQL_ID
    26091    15759 57714 32378 XLAPPC cmwl11     ACTIVE   17-SEP-2013 14:08:58 java@cbtcm cbtcmpap01       18-SEP-2013 12:22:45
    pap01 (TNS
    V1-V3)
    enq: TX - row lock contention Application 0            2051 WAITING a30z7fqk9sd1u
    Elapsed: 00:00:00.04
        PIECE SQL_TEXT
             0 update ch_objects  set obj_name=:b0,sys_update_date=TO_DATE(:b1,
             1 'YYYYMMDDHH24MISS'),operator_id=:b2:b3,application_id=:b4:b5,dl_
             2 service_code='30' where obj_id=:b6
    Elapsed: 00:00:03.89
    Regards,

    Session 22339 is only currently running a SELECT.  However, it might have, in the past, run an UPDATE or DELETE statement (against the rows that the other sessions want to update) without yet issuing a COMMIT (or ROLLBACK).  So the previous DML by this session makes it the "blocker" session.
    Hemant K Chitale

  • LGWR blocking other session

    I encountered a new alert from datatbase, i got a SID that is blocking other sessions in the database. And the blocking session was nothing but LGWR process, and this seems to occured thrice in a day. please anyone help me to avoid this error.
    My database info
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for Solaris: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Jafar
    Thanks

    I suspect that the LGWR not able to keep pace with the commits. there might be case that your proceure making a huge inserts and while doing this it might commiting on every row inserts. In order to crosscheck for the same, you can check out the statspack report for logfile sync and logfile parellal write. You can also check with your alert.log for "can not allocate new log " massage. In order to rectify the problem, you can work with your developer to give a though on the issue I discussed above. you can also consider the below points to contributing factor.
    1. putting redologs on slow device
    2. putting redo on the same device as other files, you frequently access them.
    3. mounting the log devices in the buffered manner.
    4. putting redo on slow technology such as raid 5. (one must know that raid 5 is terrible with writes)
    hare krishna
    Alok

  • My internet keeps freezing and blocking other devices

    My wifi works for about 10 seconds then freezes,  it also blocks other devices from using the wifi (when I switch off they are fine), have tried re-setting and clearing the computer and internet history, does any one have any advice please?

    THe Gen3 TC fails on the ethernet side fairly often due to capacitor failure.
    See here.
    https://sites.google.com/site/lapastenague/a-deconstruction-of-routers-and-modem s/apple-time-capsule-repair/new-issue-with-a1355-gen-3-tc
    There are two distinct issues.. capacitors shorted and the whole thing stops.. capacitors lose their function .. go open circuit if you like and then the ripple goes up to the point where ethernet fails.

  • Half downloaded app is blocking other downloads, how to remove

    a half downloaded app "my first dog" is blocking other downloads. i can't remove the app. have tried synchronising with Itunes, but app doesn't appear in the lists. Help!!

    Hold the app icon until ut wobbles, then tap the x-in-a-circle to delete it.
    Then restart the iPad (hold Home & Sleep for a few seconds until the Apple logo appears
    That should clear the part-dpwnload and allow you to start again

  • Why System.in is blocking other IO call

    I was trying this simple program to run some test...
    package com.jpmc.ibtech.hycee.base;
    import java.io.IOException;
    public class TestThread {
          * @param args
          * @throws IOException
         public static void main(String[] args) throws IOException {
               (new Thread() {
                   public void run() {
                        try {
                             sleep(8000);
                              LoadCompsFTP ftpc = new LoadCompsFTP();
                              ftpc.listNames();
                        } catch (Exception e) {
                             System.out.println("exception!!");
              }).start();
              System.out.println("test1");
              try {
                   int b = System.in.read();
                   System.out.println("read data from main thread=" + b);
              } catch (Exception e) {
                   System.out.println("exception!!");
         }LoadCompsFTP() class uses apache commons FTP lib to connect to FTP server.What i observed is when main thread waits on the Systtem.in the connect method in the FTP lib is waiting..It connect's only after i enter anything on my input.basically after system.in ends.
    I am not sure why.
    I am running JDK 1.4.2 on windows XP

    public LoadCompsFTP() {
              System.out.println("Creating FTP");
              ftpClient = new FTPClient();
              isValid = true;
         try {
                         System.out.println("Connecting FTP");
         ftpClient.connect("ftpgate.se.com");
         ftpClient.login("moran" + "@" + "ftp.omp.com","589");
         System.out.println("login FTP");
                   } catch (Exception e) {
         isValid = false;
         public String[] listNames() throws IOException {
              System.out.println("Asking filename");
              String[] fileNames = ftpClient.listNames();
              System.out.println("Got filename");
              if (fileNames == null) {
                   return new String[0];
              } else {
                   return fileNames;
         }Message was edited by:
    ashoknanashok

  • Certain Sites Blocked / Others Displayed Improperly

    Safari is blocking certain sites, such as www.apple.com oddly enough. The problem is intermittent, at times I'm able to get on the site. More frequently what happens is sites will load but the pages are improperly displayed, images don't load, text is bumped all over the place. Its like a tornado came through.
    And to make it more bizarre this isn't just a problem with Safari. The same things are happening to me in Firefox and Chrome. Any ideas here? Its getting really annoying. Won an auction the other day on ebay and couldn't use my computer to pay for the item. Had to log on with my phone to do it. Really, my phone is more useful than my $2000 laptop? Please help - thanks!

    Safari is blocking certain sites, such as www.apple.com oddly enough. The problem is intermittent, at times I'm able to get on the site. More frequently what happens is sites will load but the pages are improperly displayed, images don't load, text is bumped all over the place. Its like a tornado came through.
    And to make it more bizarre this isn't just a problem with Safari. The same things are happening to me in Firefox and Chrome.
    By any chance, do you have the Mac version of Kaspersky Antivirus installed on your Mac? (A few months ago, on the PC side of things, there was a rash of similar trouble with Kaspersky blocking and/or causing rendering issues with apple.com.)

  • Frontpanel opened by Invoke Node blocks other FP

    Hello,
    In a project I am working on I would like to open and close a frontpanel displaying a few plots from a different VI. I have managed to create the Visualisation VI and am passing references to the Indicators and the VI itself on to the next block. I can open the FP by using an Invoke Node on the VI ref, but then I can only interact with the newly opened VI. To get back I have to close it by hitting X, I would prefer it if I could just have it running in the background or minimized once I click on my "main" Vi again. I have attached the required VIs.
    Solved!
    Go to Solution.
    Attachments:
    FP_Open_plots.zip ‏63 KB

    Hi,
    I can't see your code as I haven't upgraded to 2014 yet (shame on me ). Here is a Main VI that opens a Graph VI in two ways:
    1. Without running it, just by FP.Open. The main VI remains responsive. This is not really recommended but I think it was what you meant to do.
    2. (enable disabled diagram): by running the VI using the Run VI invoke node. In this way the Graph VI is called dynamically and the Main VI doesn't wait until it's done to continue.
    Good luck,
    Danielle
    "Wisdom comes from experience. Experience is often a result of lack of wisdom.”
    ― Terry Pratchett
    Attachments:
    Main VI.vi ‏11 KB
    Graph VI.vi ‏33 KB

  • I've been hit by malware disguised as an Adobe update. It is preventing me contacting Apple support and blocking other contacts. I have deleted the downloads but the problem persists

    My laptop has just been hit by malware disguised as an Adobe update. I deleted the download immediately and restarted but the problem persists. The malware has created a new search page, endless ads but more dangerously is creating hyperlinks hidden in normal webpage text. It is also blocking access to Apple directly and blocking me logging on to my bank etc

    Please review the options below to determine which method is best to remove the Adware installed on your computer.
    The Easy, safe, effective method:
    http://www.adwaremedic.com/index.php
    If you are comfortable doing manual file removals use the somewhat more difficult method:
    http://support.apple.com/en-us/HT203987
    Also read the articles below to be more prepared for the next time there is an issue on your computer.
    https://discussions.apple.com/docs/DOC-7471
    https://discussions.apple.com/docs/DOC-8071
    http://www.thesafemac.com/tech-support-scam-pop-ups/

Maybe you are looking for

  • CANNOT OPEN DNG IN CS4

    I have converted some RAW photos using the Adobe DNG converter. But Photoshop CS4 will not open them. Can anyone advise please? Thank you.

  • How kann I store a very big file in to Oracle XML DB?

    Hello, I´m looking for a fast method to store a XML file in to a oracle 10g XE. I had try to store the 500 kb file in to the database as a xmltype or a clob, but I still have the same Error: "ORA-01704: string literal too long". I´m looking for a lon

  • How use JasperViewer.viewReport in my project (please urgent )

    hi master sir i have many problem for print report from my boss i browse some data from net about JasperViewer.viewReport one give me samle as under see code JasperReport jasperReport = JasperCompileManager.compileReport("--Report file path-- .jrxml"

  • Import Accounts from AD to OD

    Hello All, How can I import accounts from the AD into the OD? I have my directories set up and working fine. My server is an OD master connected to an AD domain, and I can see all of the AD accounts in the Workgroup Manager. How can I now import thos

  • How to charge the Reader Digital Book.

    Solved! Go to Solution.