Db writer  - io resource

Hi
i have installed Oracle 10.2.0.1 on linux
machine has 4 gb ram 2 cpu.
i get this error/ warning on the db write log
WARNING:Oracle process running out of OS kernel I/O resources
kernel parameter configured as in documentation.
any onw have encounter such messages ? knows what shoud I tune ?
( iguess it is Os related...)
thanks
Sahar

I think that's a bug:
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=BUG&p_id=4758594
There is not usefull explication in the link and I will suggest you to open a TAR.
Bye, Aron

Similar Messages

  • Write to resource before deprovision

    I am looking to write to a resource (Export in form below) before a deprovision occurs for a feedop of delete. I was planning on using a workflow for this, but can not seem to get a modified version of the Delete User workflow to write something to a resouce before the deprovision step. Note the resource account that I am updating will not be deleted as part of the deprovisioning. My current delete form is:
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE Configuration PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <Configuration name='CustomActiveSyncDeleteForm' wstype='UserForm'>
         <Extension>
              <Form>
                   <Field name="processInputs.task.process">
              <Expansion>
                   <s>Custom Delete User</s>
              </Expansion>
              </Field>
              <Field name='accounts[Export].action'>
                        <Expansion>
                             <s>Delete</s>
                        </Expansion>
                   </Field>
                   <Field name='waveset.resources'>
                        <Expansion>
                        <filterdup>
                        <append>
                        <ref>waveset.resources</ref>
                        <s>Export</s>
                        </append>
                        </filterdup>
                        </Expansion>
              </Field>
              <Field name='deleteFields'>
                   <Field name='resourceAccounts.currentResourceAccounts[Lighthouse].selected'>
                   <Expansion>
                   <s>true</s>
                   </Expansion>
                   </Field>
                   </Field>      
              </Form>
         </Extension>
         <MemberObjectGroups>
              <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top' />
         </MemberObjectGroups>
    </Configuration>

    The previous advice is right: read the tutorial and examples!
    However, in attachment is an example that does what you need.
    NicolasMessage Edited by titi_nicolas on 05-01-2007 07:15 PM
    Attachments:
    check array.gif ‏26 KB

  • Arabic resource file problem

    i use jdeveloper 10.1.3 and windows xp
    i developed an hr application
    no i want my application to support both english and arabic language
    so i used windows notepad to write my resource file in arabic and english
    with english it worked good no problems
    but when i tried to save the arabic resource file on notepad
    i could not save it in ANSI format
    so i tried to save the file in a unicode or utf-8 format
    the problem is that when i try to a resource file in a format either that ANSI
    i does not work except with ANSI FORMAT file with arabic or english
    waiting for reply

    I think that the solution is to use Unicode utf-8
    add this line in the header of every page that content arabic word
    <%@ page contentType="text/html; charset=utf-8" %>
    and in the ResourceBundle file write in arabic , you will see after compilation that what you had write in arabic became in Unicode.
    exemple :
    before compilation
    Form.label.sndName= &#1575;&#1604;&#1573;&#1587;&#1605;
    after comilation
    Form.label.sndName= \u0627\u0644\u0625\u0633\u0645
    and remember that i sad that you must add
    <%@ page contentType="text/html; charset=utf-8" %> in every page that content arabic word
    in jsp page write
    <bean:message key="Form.label.sndName"/>
    if you folowing this concept you will not encounter any problem with javascript validation

  • Resource manager does not seem to support failover

    The resource manager, TMS_ORACLE, does not seem to support SQLnet's transparent
    application failover (TAFO). The way this supposed to work is that if the DB connection
    is lost, SQLnet detects it, and establishes a new connection in accordance with
    the 'failover_mode' settings in your 'tnsnames.ora' file. It works fine for Oracle
    tools like sqlplus, and also for the Tuxedo servers we created. However, the resource
    manager doesn't seem to detect the loss at all, which renders our application
    useless. Anybody seen this one?

    Marcin Kasperski <[email protected]> wrote:
    "Tom Hogan" <[email protected]> writes:
    The resource manager, TMS_ORACLE, does not seem to support SQLnet's
    transparent application failover (TAFO). The way this supposed to
    work is that if the DB connection is lost, SQLnet detects it, and
    establishes a new connection in accordance with the 'failover_mode'
    settings in your 'tnsnames.ora' file. It works fine for Oracle tools
    like sqlplus, and also for the Tuxedo servers we created. However,
    the resource manager doesn't seem to detect the loss at all, which
    renders our application useless. Anybody seen this one?We recently observed something similar - 'normal' Oracle applications
    (in our case OCI programs) work perfectly after failover, XA
    applications go at the same time crazy (mysterious OCI errors with
    strange or no description repeated forever).
    IIRC we also noted, that XA server is not provided with the callback
    which inform about failing over. Probably it is provided to TMS_ORA.
    Nevertheless, there is thing which seems promising: non-failover TNS
    alias + setting the server to TPEXIT on (most) Oracle errors (so the
    server restart on error and then choose the database which works).
    But we did not perform any heavy testing, so in case you experiment
    with it more, please share your experiences.
    By the way: it is still very unclear to me what TMS_ORA does on
    database failure. Using Oracle 8.0.* () I observed that TMS_ORA kept
    running after database restart, rejecting all the transactions
    received by the server (without even notifying it). Using Oracle 8.1.*
    it is better (probably thanks to Oracle 'silently reconnect'
    functionality), but ... it is Oracle who improved a bit. We even
    opened support case asking for the clarification but the answer didn't
    helped much :-(
    ( Marcin Kasperski | Software is not released, it is allowed to escape.
    ( http://www.mk.w.pl |
    ( Porady dla twórców serwisów WWW: http://www.mk.w.pl/porady/porady_www
    )Thanks for the reply. I have opened cases with both BEA and Oracle. Oracle is
    sure the fault is BEA. BEA says the fault is probably Oracle. Both cases are still
    open, so there may be some hope. If I find anything I will post it.
    Regards
    Tom Hogan

  • How manuplate data on multiple tables in the oracle resource adapter

    Hi all,
    I have a requirement to write an resource adapter for oracle. But the key point is that, the user creation has to add entries in several tables and same goes with updation and getting the results.
    Please help me with the code snippet, if any one has gone through this one already.
    Can stored procedure can be executed in the normal oracle resource adapter , so that it does all the required work ? while the adapter is in quick need, friends please help me out.
    Thanks,
    idm developer

    google 'Instead-Of Trigger', it's pretty handy

  • Can I have AS 400 Resource

    Hi All,
    Can I have AS400 Resource in IDM.
    As I am not able to see AS400 in Managed Resources of Configure.
    Does IDM supports AS400.
    Can Any One Help me out for this.
    Regards
    Gajendra Nagapurkar

    AS/400 is an integrated MID Range system which has its own OS and database with higher security levels as we have it for main frames..
    OS/400 - operating system
    DB2/400 - Data base
    Programming languages we use are, RPG, CL, RPG ILE.
    Can any one please tell me how can we write a resource adapter for AS/400.
    With the above information Avialiable
    Regards
    Gajendra Nagapurkar

  • Writing Adobe Image Resource Block to a Tiff file

    Background :
    I am working on a small .NET application which reads the tiff file and performs some metadata related operations on it.
    The program works fine with all of the tiff Images that are taken from photoshop. I have recieved a tiff file from the client which does not work with the program.
    I checked the metadata info for the file using imagemagik following is the output
      Format: TIFF (Tagged Image File Format)
      Mime type: image/tiff
      Class: DirectClass
      Geometry: 6986x3754+0+0
      Resolution: 96x96
      Print size: 72.7708x39.1042
      Units: PixelsPerInch
      Type: TrueColorAlpha
      Base type: TrueColor
      Endianess: MSB
      Colorspace: sRGB
      Depth: 8-bit
      Channel depth:
        red: 8-bit
        green: 8-bit
        blue: 8-bit
        alpha: 8-bit
      Channel statistics:
        Red:
          min: 37 (0.145098)
          max: 255 (1)
          mean: 215.041 (0.843299)
          standard deviation: 48.8483 (0.191562)
          kurtosis: 0.845012
          skewness: -1.09632
        Green:
          min: 25 (0.0980392)
          max: 255 (1)
          mean: 213.399 (0.836859)
          standard deviation: 50.853 (0.199424)
          kurtosis: 0.908226
          skewness: -1.09806
        Blue:
          min: 21 (0.0823529)
          max: 255 (1)
          mean: 210.495 (0.825471)
          standard deviation: 53.6527 (0.210403)
          kurtosis: 0.124965
          skewness: -0.929882
        Alpha:
          min: 64 (0.25098)
          max: 255 (1)
          mean: 254.948 (0.999796)
          standard deviation: 2.56957 (0.0100768)
          kurtosis: 2437.44
          skewness: 49.3893
      Image statistics:
        Overall:
          min: 0 (0)
          max: 255 (1)
          mean: 159.747 (0.626458)
          standard deviation: 44.321 (0.173808)
          kurtosis: 48.4205
          skewness: -8.00071
      Rendering intent: Perceptual
      Gamma: 0.454545
      Chromaticity:
        red primary: (0.64,0.33)
        green primary: (0.3,0.6)
        blue primary: (0.15,0.06)
        white point: (0.3127,0.329)
      Background color: white
      Border color: srgba(223,223,223,1)
      Matte color: grey74
      Transparent color: none
      Interlace: None
      Intensity: Undefined
      Compose: Over
      Page geometry: 6986x3754+0+0
      Dispose: Undefined
      Iterations: 0
      Compression: LZW
      Orientation: TopLeft
      Properties:
        date:create: 2014-02-15T21:18:37+06:00
        date:modify: 2014-02-09T16:29:10+06:00
        signature: a5c4a9415437ee2d3b0c3d860b30c5367f73fe7553c3f54923caf6da4b9e4623
        tiff:alpha: unassociated
        tiff:endian: lsb
        tiff:photometric: RGB
        tiff:rows-per-strip: 3754
      Artifacts:
        filename: C:\Users\Jane\TiffPathOperation\bin\Debug\Example1client_no_path.tiff
        verbose: true
      Tainted: False
      Filesize: 14.6MB
      Number pixels: 26.23M
      Pixels per second: 54.64MB
      User time: 0.484u
      Elapsed time: 0:01.479
      Version: ImageMagick 6.8.7-4 2013-10-26 Q16 http://www.imagemagick.org
    Unlike other tiff images this image does not contain 8bim profile information, which is required for proper execution of the program
    Profiles:
      Profile-8bim: 11720 bytes
      Profile-icc: 3144 bytes
        Description: sRGB IEC61966-2.1
        Manufacturer: IEC http://www.iec.ch
        Model: IEC 61966-2.1 Default RGB colour space - sRGB
        Copyright: Copyright (c) 1998 Hewlett-Packard Company
      Profile-xmp: 19368 bytes
    Possible solution :
    I would have to add the Image resource block data to such image in which the profile information is missing.
    Problem :
    I would have to write metadata for the tag 34377 as given in the Adobe Specification for the listed resource Id
    How am I suppose to write this entire block and assign it to the Tag 34377 in C#?
    What values should be added for each resource Id ?   
    Tiff Image : http://1drv.ms/NtzbCr

    Bypassing the portion of the file is not a option in my case since a part
    of the program reads the bytes and performs operation on the image when it
    reads 8bim.
    The image if re-saved in Photoshop gets the required metadata. (Can be seen
    by using imagemagik's identify utility)
    Only option that I have is to write the information for the resource in
    side the Image resource block tag.
    How am I suppose to write this resources when I am using BitmapMetadata
    class?
    Regards,
    Charanraj Golla

  • AIX 5.2 resources adaptor

    How to create AIX 5.2 resource adapter. client are using some command to create and update user on the AIX Unix server.
    this need to automated threw sun idm .
    Do I need to write the resource action script after the AIX resource adaptor configuration done. and call this script into work flow.
    please guide....
    Please provide the steps for doing the user provisioning and deprovisioning on the AIX Unix server.
    thanks.

    sounds as wrong forum, do not see any link with linux.
    anyhow, please be more specific on what is happening/not happening?
    any errors on system log?

  • Is there any service "write to repository"??

    Hi, Is there any service in livecycle workbenchES2 for writing any file to repository, or creating a repository...
    I have a service to read a file , readResourceRepository... but dont see any other service... please let me know how do i orchestrate a process to write a file in repository..

    Hodmi,
    First of all i could not fine adobe-repository-dsc.jar on my system. Is it present on server?????
    Second thing....
    I tried to use execute script activity and put below code into it... but it is showing some error"DSCRun time exception"...Can a file be written to repostiory using execute script and below code into it...
    can you modify this code
    import java.io.ByteArrayInputStream;
    import java.io.File;
    import java.lang.String;
    import java.io.InputStream;
    import java.util.Properties;
    import org.apache.commons.codec.binary.Base64;
    import java.util.*;
    import com.adobe.idp.Document;
    import com.adobe.idp.dsc.clientsdk.ServiceClientFactory;
    import com.adobe.repository.bindings.dsc.client.ResourceRepositoryClient;
    import com.adobe.repository.infomodel.*;
    import com.adobe.repository.infomodel.bean.*;
    com.adobe.idp.Document testFile=patExecContext.getProcessDataDocumentValue("/process_data/InputDoc");
    String  testFolderUri=patExecContext.getProcessDataValue("/process_data/Path");
    Properties ConnectionProps = new Properties();
       ConnectionProps.setProperty(ServiceClientFactoryProperties.DSC_DEFAULT_SOAP_ENDPOINT, "********");
       ConnectionProps.setProperty(ServiceClientFactoryProperties.DSC_TRANSPORT_PROTOCOL,"SOAP") ;         
       ConnectionProps.setProperty(ServiceClientFactoryProperties.DSC_SERVER_TYPE, "WebSphere");
       ConnectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDENTIAL_USERNAME, "********");
       ConnectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDENTIAL_PASSWORD, "********");
       ServiceClientFactory myFactory = ServiceClientFactory.createInstance(ConnectionProps);
       ResourceRepositoryClient repositoryClient = new ResourceRepositoryClient(myFactory);
    // Create a RepositoryInfomodelFactoryBean needed for creating resources
       RepositoryInfomodelFactoryBean repositoryInfomodelFactory = new RepositoryInfomodelFactoryBean(null);
       // Create the resource to be written to the folder
       Resource testResource = repositoryInfomodelFactory.newResource(
        new Id(),
        new Lid(),
        "testResource"
       // Set the resource’s description
       testResource.setDescription("test resource");
       ResourceContent testContent = repositoryInfomodelFactory.newResourceContent();
       testContent.setDataDocument(testFile);
       //testContent.setSize(testData.length);
       testResource.setContent(testContent);
       // Write the resource to the folder
       repositoryClient.writeResource(testFolderUri, testResource);
       // Retrieve the resource’s URI
       //String resourceUri = testFolderUri + "/" + testResource.getName();
       // Retrieve the resource to verify that it was successfully written
       //Resource r = repositoryClient.readResource(resourceUri);
       // Print the resource verification message
       //System.out.println("Resource " + resourceUri + " was successfully written.");
      } catch (Exception e) {}

  • Where can I code resource reference information in the WD?

    J2EE Web Moudle Project
      web.xml
               <resource-ref>
              <res-ref-name>
                        jdo/defaultPMF
                    </res-ref-name>
              <res-type>
              javax.resource.cci.ConnectionFactory
                    </res-type>
              <res-auth>Container</res-auth>
              <res-sharing-scope>
                         Shareable
                    </res-sharing-scope>
         </resource-ref>
    If a WD program should use the resource-ref,
    How and Where can I write the resource-ref information?

    Hi,
    it does not work. You have to use the global JNDI Tree of the server. resource mapping is not supported.
    You have to look in the jndi tree to find the jdo/defaultPMF. You can do this via telnet or in the visual administrator in the JNDI Registry service. Try a lookup there, the same lookup string should also work from WebDynpro application. But I have not recently tried to lookup the jdo PersistenceManager. It might have changed. Good luck.

  • JMS Resource Scoped Roles

    I am trying to configure a security role which is scoped at a JMS resource level, i am using JMX for this. I am using RoleMapperEditor MBean, but i am facing some difficulties is deriving the "ResourceId"
    Resource Id till JMS Module is this : type=<jms>, application=MyJMSModule <--- this is working, using this i can scope only at JMS Module level
    I tried to write a resource id like this to scope at topic level: type=<jms>, application=MyJMSModule, destinationType=topic, resource=MyTopic <--- this is NOT working
    any clues on deriving the resource id will be very helpful, i dont see any weblogic documentation regarding this
    thanks

    Did you find a fix for this? I'm experiencing the same problem.

  • Update the resource attrubute

    Hi , Groovers
    I'm using IdM 5.5.
    I'd like to unlink to the resource after then write the resource attribute, when feedOp is delete in ActiveSync.
          <Field>
            <Disable>
              <neq>
                <ref>feedOp</ref>
                <s>delete</s>
              </neq>
            </Disable>
            <Field name='accounts[test_LDAP].SyncFlg'>
              <Expansion>
                <s>ture</s>
              </Expansion>
            </Field>
          </Field>     
          <Field>
            <Disable>
              <neq>
                <ref>feedOp</ref>
                <s>delete</s>
              </neq>
            </Disable>
            <Field name='resourceAccounts.currentResourceAccounts[test_LDAP].unlink'>
              <Expansion>
                <s>true</s>
              </Expansion>
              <Disable>
                <eq>
                  <ref>resourceAccounts.currentResourceAccounts[test_LDAP].exists</ref>
                  <s>no</s>
                </eq>
              </Disable>
            </Field>
          </Field>This code didn't work..and didn't update the resource attrubute(syncflg), and unlink the resource .
    How do I have to do?
    thanks.
    Micky

    Hello Karthi,
    Can you just preselct the business events from HRVPVA into an internal table then loop at the table as you are processing the RFC?  This would probably be a more efficient manner of processing the Resources then trying to use BDC logic to select each one.
    Jereme

  • How to write Resourebundle class for uix page

    Our web application should support some different languages .I have took a look of "Internationalization" by help system but still not so clear.
    How to make a simple uix page supported with multiple languages at runtime ? If Resoursebundle is the answer ,how to realize it? Has anybody example codes?
    thanks
    Yong

    Yes, you should use a java ResourceBundle, and you can use the bundle data provider to bind text from a bundle. This is described in the Internationalization chapter of the UIX developers guide.
    As to how to write a resource bundle, there should be info available on the web, so try doing a search.

  • LDAP resource adapter?

              Hi all!
              A JCA newbie question: Is there a resource adapter available somewhere for pooling
              connections to LDAP out there, or is that part of the default JCA functionality....?
              Thanks,
              /Eje
              

              you have to write a resource Adapter for that. JCA spec
              doesn't say anything about LDAP.
              prasen
              Eje Thorarinsson wrote:
              >
              > Hi all!
              >
              > A JCA newbie question: Is there a resource adapter available somewhere for pooling
              > connections to LDAP out there, or is that part of the default JCA functionality....?
              >
              > Thanks,
              >
              > /Eje
              

  • JarEntry has a size of 0

    I am trying to read a few entries from one jar, and add them to another jar. But, when I do, I get an error saying that the size of the entries are 0. Here is my code:
    //Read the entries in from the origenal JAR
         List ResourceJarEntries = new Vector();                    
         JarInputStream resourceIn = new JarInputStream(
              new BufferedInputStream(
                   new FileInputStream("GeneTreeResources.jar")));
         while (resourceIn.available() != 0){
              JarEntry temp = resourceIn.getNextJarEntry();
              System.out.println(temp);
              if (temp != null){
                   System.out.println(temp.getSize());
                   ResourceJarEntries.add(temp);
         resourceIn.close();
    //Write the resources to a new JAR
         JarOutputStream resourceOut = new JarOutputStream(
              new BufferedOutputStream(
                   new FileOutputStream(
                        new File("NewResources.jar"))));
         Iterator origenalEntries = ResourceJarEntries.iterator();
         while(origenalEntries.hasNext()) {
              JarEntry next = (JarEntry)origenalEntries.next();
                    //Don't save if they where in the saved_trees directory
              if (next.toString().indexOf("saved_trees") == -1) {
                   resourceOut.putNextEntry(next);
         resourceOut.flush();
         resourceOut.close();The output I get from the reading demonstrates that the entries being read don't have a valid size:
    male.GIF
    -1
    papyrus.gif
    -1
    female.GIF
    -1
    luke/steve/genetree/Resources.class
    -1
    saved_trees/Map.xml
    -1
    saved_trees/MapPanel.xml
    -1
    saved_trees/TestPanel.xml
    -1
    saved_trees/testAgain.xml
    -1
    null
    And the Error measage in the putNextEntry just seconds that:
    java.util.zip.ZipException: invalid entry size (expected 1925 but got 0 bytes)
    If I read some of the JarEntries from the disk I do not get this error for those entries, but I would for every one I read from the other JAR. Any help on how I can get the full JarEntry with proper size from the origenal JAR?
    thanks.

    A while back I tried to do something similar, I finally got it to work with the following code:
         private final byte[] chunk = new byte[1024 * 1024];
         public void shift(final ZipFile inFile,
                          final File outFile)
              if ((inFile != null) && (outFile != null))
                   ZipInputStream zis = null;
                   ZipOutputStream zos = null;
                   try
                        Manifest manifest = null;
                        final String inFileName = inFile.getName();
                        if (inFileName.endsWith(".jar"))
                             zis = new JarInputStream(new FileInputStream(inFileName));
                             manifest = ((JarInputStream) zis).getManifest();
                        else
                             zis = new ZipInputStream(new FileInputStream(inFileName));
                        if (outFile.getName().endsWith(".jar"))
                             if (manifest != null)
                                  zos = new JarOutputStream(
                                            new FileOutputStream(outFile), manifest);
                             else
                                  zos = new JarOutputStream(
                                            new FileOutputStream(outFile));
                        else
                             zos = new ZipOutputStream(new FileOutputStream(outFile));
                        ZipEntry entry;
                        String entryName;
                        while ((entry = zis.getNextEntry()) != null)
                             entryName = entry.getName();
                             if (!entryName.equals("MANIFEST.MF"))
                                  zos.putNextEntry(entry);
                                  int length = 0;
                                  while (length > -1)
                                       zos.write(chunk, 0, length);
                                       length = zis.read(chunk, 0, chunk.length);
                                  zos.closeEntry();
                             zis.closeEntry();
                   catch (Exception ex)
    //                    System.err.println(ex.toString());
                        ex.printStackTrace();
                   finally
                        closeStream(zis);
                        closeStream(zos);
         }I'll leave it to you to make the neccessary adjustments to fit your specific problem ;-)
    The two closeStream methods are trivial: check for null and if not close the stream in an eneveloping try-catch-block.

Maybe you are looking for

  • APEX_ITEM select_list is not working

    Hi, I am using the below query in my sql select statement . select htmldb_item.HIDDEN(1,ID) HIDDEN, APEX_ITEM.SELECT_LIST(49,DECODE("VERSION",NULL,'-Select-',"VERSION"),decode(get_lov_values(PROD_LEVEL_1),null,'not available',get_lov_values(PROD_LEVE

  • Highest OS upgrade for G4 Mirror door-1.25Mhz?

    Hi Mac friends... Up to what Mac OS can support my old G4 Mirror door-1.25Mhz, 1.25GB ram and 80GB HDD? Is it 10.5.6? Plz help me knowing that.

  • Some of my mailboxes have disappeared. How do I recover them?

    Some of my mailboxes have disappeared. How do I recover them?

  • How can I add gps coordinates to contacts for location reminders?

    Hi, It seems geocoding for things like location based reminders in the iphone 4 seems to be EXTREMELY inaccurate in South Africa. If I search for an address in the maps app it finds it, but clicking on the same address in the contact list (where the

  • Shuffle problem? Help!

    My shuffle seems to no longer work. It was working fine but now it plays the first song over and over and doesn't change. I've checked the settings and it's set to random shuffle. Any ideas what is wrong and how I can fix it? Thanks