Change parameter PROCESSES=100  in initSID.ora

I changed PROCESSES=30 to PROCESSES=37,shutdown and startup Oracle,then no problem.
but PROCESSES=40(OR 50,>=38),shutdown and startup,then error:
ora-27146 Post/Wait initialization failed.
Now ,how to tune this parameter.
my System:
sun sparc solaris 2.3
Oraclei

You might have hit the user limit for the number
of processes. Check the output of ulimit -a for oracle
and adjust the limits accordingly. Depending on the
hard limits on your system you might need root access as
well in order to adjust the hard limits.
Cheers
Marcus Geselle

Similar Messages

  • Entry was not processed because there is no changing parameter available

    Hi,
    I'm new to SCM area. Started a development to update the SNP Planner Codes to the Product Master with some code. For this purpose, I'm using the standard bapi - BAPI_PRDSRVAPS_SAVEMULTI2. To use this, according to the documentation of the BAPI, I've passed the Internal Product number (PRODUCT_INT), also, I'm passing Internal Location (LOCATION_INT).
    The tables that I'm updating are: PRODUCT_HEAD, PRODUCT_TEXT, PRODUCT_LOCATION.
    With the kind of error I saw, I thought of assigning the Model also to the Product. So I've also populated the table : PRODUCT_MODEL with model = '000'.
    When I run this BAPI, I get the below mentioned error.
    E     APO_BAPI     051    Entry was not processed because there is no changing parameter available
    There could be another post belonging to the same, but I could not find it so posting this thread.
    Regards,
    -Syed.

    Hi,
    For each of these tables that you are trying to update PRODUCT_HEAD, PRODUCT_TEXT, PRODUCT_LOCATION, there will be corresponding X tables like PRODUCTHEAD_X, PRODUCT_TEXT_X, PRODUCT_LOCATION_X.
    You will need to populate the particular fields in these X tables with value X so that the particular fields in tables PRODUCTHEAD, PRODUCT_TEXT, PRODUCT_LOCATION are processed.
    thanks
    Ehsan Ahmed

  • Need help in configuring PROCESSES (Maually in init.ora)

    Hi There,
    I want to install datbase schemas using RCU but it is throwing me an message
    "RCU-6083:Failed - Check prerequisites requirement for selected component:WEBCENTER
    Please refer to RCU log at C:\OracleRCU\ofm_rcu_win32_11.1.1.2.1_disk1_1of1\rcuHome\rcu\log\logdir.2013-01-22_16-03\rcu.log for details.
    RCU-6107:DB Init Param Prerequisite failure for: PROCESSES
    Current Value is 150. It should be greater than or equal to 300."
    I tried to change the process using SQL> alter system set processes=300 scope=spfile;
    and got the msg that system altered
    but still the error persisit. I reffered to a link
    RCU-6107, RCU-6092 for the same here it is mentioned in one ofthe post that some user has changed it manually ion init.ora file...kindly help in changing manually or through cmd ....
    Reghards
    Vivekk
    Edited by: Vivekk.Arora on Jan 22, 2013 2:58 AM

    You need to re-start the instances after changing the parameter.

  • Maximum number of processes (100) exceeded

    Hi!
         I've some php application working with oracle XE with oci8 driver. Application works fine, but with time number of running oracle processes grows and when it reaches 100, it is impossible to to backup:
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-00020: maximum number of processes (100) exceeded
    To do a backup I need to restart oracle.
    What is interesting, number of processes doesn't affect php application. I think php can reuse existing processes. It is possible that RMAN will reuse existing processes?
    Or is there any way to close unneeded processes ?
    best regards
    Jarek

    With 11g XE, use DRCP connection pooling for your PHP connections.  See The Underground PHP and Oracle Manual
    Use non-DRCP connections for other jobs.
    It sounds like you are using persistent PHP connections. This is good for performance but if you have a large number of PHP/Apache processes you will reach the DB limits, as you've found. You can tune the number of connections to suit the largest possible number of mid-tier processes in your system. Do this with the 'processes' parameter in the DB. See the "Configuring the Database For Testing" section in the testing chapter of The Underground PHP and Oracle Manual. You could also reduce the number of Apache processes that start, or be more aggressive in expiring them.
    For follow up PHP questions, use the PHP OTN forum.

  • Modifying initSID.ora/spfile

    Hello,
    SAP system details - ECC 6.0. AIX+Oracle.
    While applying OSS note - 1227227, I came across the statement -
    Set the following event in the init<SID>.ora / spfile:
    event='10091 trace name context forever, level 1'
    I have a couple of queries -
    1. Do I need to set the event in initSID.ora or spfile or both
    2. Can I change spfile while the DB and SAP system are up and running?
    Thanks.

    Gautam,
    Just to add you should not change spfile manually.
    Below links may help you.
    SAP Note 601157 - Oracle9i: Server Parameter File
    Re: Error while taking Backup in Oracle through BRBACKUP
    http://help.sap.com/erp2005_ehp_04/helpdata/DE/f1/0d01b42a4aa84fbe2be415d23bf023/frameset.htm
    Hope this helps
    Thanks
    Sushil

  • HOW CAN I GET MY CHANGE IN PROCESSING(got it)?

    Hi all....
       please understand my requiement and get back with your valueble answers...
    iam having one table control in one of my screen....
    in that....table control it contains three fields.... so as we know three columns...
    middle column is for second field...
      here i am changing first entry ( 1st row of second column) manually... and clicking one push button of my screen to do some caluclation part combine with table control entries...
    ex: table controls looks like.....(before)
         1   100 ab
         2   200 gh
         3   300 vf
         4   400 fh
         .. .... ......  etc
    now manual i changed above like....(after)
         1   150 ab       <------ only change
         2   200 gh
         3   300 vf
         4   400 fh
         .. .... ......  etc
    So... here my problem is iam getting my caluculation part with that field as 100 only.... not as 150,
    even i debug this variable with defferent conditions like......
       READ TABLE ITAB WHERE ITAB-F1 = 1.
    SO HOW CAN I GET MY CHANGE IN PROCESSING? WHERE I HAV TO MODIFY MY PROGRAM?
    (edited: prevoius ly this value is capturing correctly...because that calculation part is in the module which is added between chain and endchain)
    Expect Max marks,
    Thanks,
    Naveen
    Edited by: Naveen Inuganti on May 27, 2008 11:57 AM
    dont worry guys i got the answer.... we have to catch that varible in the chain and endchain operater.... by using module.....
    thank you all...
    bye...
    Edited by: Naveen Inuganti on May 27, 2008 3:41 PM
    Edited by: Naveen Inuganti on May 27, 2008 4:00 PM
    Edited by: Naveen Inuganti on Jun 13, 2008 11:44 AM

    Hi,
    I think f2 is a key field in table.So 150 considered as new entry.this case you have to keep 100 for delete from table then add 150 entry.i think you are getting update in itab.But not in table.If you  are not getting itab, post your code to check

  • ABAP Mapping - Message shown in Standard Change List Process Log

    Hi
    I am working with ABAP Mapping program. I had created ABAP class using ABAP workbench. Before this, in exchangeProfile..data was provided for com.sap.aii.repository.mapping.additionaltypes ==>> as " R3_ABAP|Abap-class;R3_XSLT|XSL (ABAP Engine) " and 'Saved'.
    In Interface Mapping, after providing the Class Name under 'Mapping Program' and activated. After activation (Standard Change List), it is showing the following messages under 'Processing Log'.
    --> Standard Change List - Process Log message
    Activation of the change list canceled Check result for Interface Mapping IM_ABAP_MAPPING | http://ABAP_Mapping_SREE:  Type R3_ABAP of
    program ZSREETEST is invalid because it is not registered in the exchange profile . Check the values for the exchange profile parameter
    IntegrationBuilder.Repository.com.sap.aii.repository.mapping.additionaltypes
    --> End of Log message
    Can some one please guide me in resolving the ABAP mapping issue.
    Thanks in advance.
    ..Sree

    Sree,
    The log says that there is ABAP mapping included in your exchange profile. Do the things what michal have told and also check your mapping program whether working fine or not in SXI_MAPPING transaction.
    You can see this weblog for reference:
    /people/sameer.shadab/blog/2005/09/29/testing-abap-mapping
    ---Satish

  • InitSID.ora and spfile parameters

    Hi friends,
    I have recieved early watch report from SAP saying that database parameters are missing. They have sent me some parameters. But I am unable where to set these parameters. I have found some parameters in initSID.ora. But it says we could not directly edit in this file(initSID.ora). I came to know we should set in spfile. Can any one explain how to set parameters in spfile.
    Waiting for your reply  friends......
    Regards,
    Nageshwar

    Hi
    If in the initSID.ora is a warning not to edit it directly, then you are prpbably using the SP (Server Parameter) file.
    You should edit the database parameters with BRTOOLS.
    Check 'Note 601157 - Oracle9i: Server Parameter File' for more information.
    kind regards
    Boudewijn

  • Hi There, Any one can tell me what is the location for initSID.ora in Apps

    Hi There,
    I've to perform some task with initSid.ora can any one help me with the location.
    Thanks
    Bachan

    I got the location and file also.
    But the problem starts now.
    When i'm sending launch Pick release in OM concurent manager throw a error status.
    And the log file is as bellow.
    "+---------------------------------------------------------------------------+
    Shipping Execution: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    WSHPSGL module: Pick Selection List Generation
    +---------------------------------------------------------------------------+
    Current system time is 04-APR-2007 16:13:03
    +---------------------------------------------------------------------------+
    **Starts**04-APR-2007 16:13:04
    ORACLE error 20100 in FDPSTP
    Cause: FDPSTP failed due to ORA-20100: File o0042035.tmp creation for FND_FILE failed.
    You will find more information on the cause of the error in request log.
    ORA-06512: at "APPS.FND_FILE", line 396
    ORA-06512
    +---------------------------------------------------------------------------+
    Executing request completion options...
    Output is not being printed because:
    The print option has been disabled for this report.
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Exceptions posted by this request:
    Concurrent Request for "Pick Selection List Generation" has completed with error.
    +---------------------------------------------------------------------------+
    Concurrent request completed
    Current system time is 04-APR-2007 16:13:07
    +---------------------------------------------------------------------------+"
    And for this i've i got some solution from metalink,
    i.e as follows
    "Note:392635.1" Just See that.
    in this i want to perform activity like
    1- change the UTL_FILE_DIR to have in front the same value like $APPLPTMP,
    ex: /usr/tmp
    you need to change it in initSID.ora and reboot the database after
    2- grant all user read/write permissions over that directory:
    chmod 777 /usr/tmp
    As I've win-XP there is no need to set permission.
    and now i'm Confused.
    What to do?
    Please help.

  • Some way to  change variable 'Processing By'  & set it Multiple from Single

    Hello,
    A variable (Type-> Characteristic Var; Processing by: Authorization; Single Value; Optional) on 0Material, is being used in more than 100 queries. There is a request to replace this variable with a new variable such that Multiple Single Values is allowed with Processing by: User Entry/ Default Value.
    Is there some method by which I can change this already existing variable and make it Multiple Single Value and change its processing Type to: User Entry/ Default, so that I don't need to go to all these more than 100 queries and replace this with new one. (It doesn't allow this directly).
    Please mention if there is some other way to achieve this.
    Best Regards,
    Sumita

    Sumita,
    you can try (with some test before) to do some change on DB table RSZGLOBV properties...
    Hope it helps!
    Bye,
    Roberto

  • Ora_m000 consuming 100% cpu with ORA-00600 [kcbz_check_objd_typ_3], [0]

    Hello,
    I have been trying to troubleshoot high cpu usage in our Ebiz R12 environment where cpu is running 100% by ora_m000 process and I see ORA-00600 in alert log.
    I have tried work around from metalink note 466049.1 and even applied fixed for patch 4430244, 5752105 but it hasn't fixed the issue.
    Before going through opening a ticket with support, I thought try my luck here. I'd really appreciate any suggestions to fix this problem.
    content of trace file.
    *** KEWROCISTMTEXEC - encountered error: (ORA-00600: internal error code, arguments: [kcbz_check_objd_typ_3], [0], [0], [1], [], [], [], [])
    *** SQLSTR: total-len=176, dump-len=176,
    STR={insert into wrh$_sysstat   (snap_id, dbid, instance_number, stat_id, value)  select    :snap_id, :dbid, :instance_number, stat_id, value  from    v$sysstat  order by    stat_id}
    *** KEWRAFM1: Error=13509 encountered by kewrfteh

    What's your database version in four decimal places?
    ORA-600 is Oracle internal error you need to work with Oracle support to fix the problem.
    Also use "Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool"
    The lookup tool will show you the known bug related to the error message.

  • Do we still have initSID.ora and pfile.ora in 9i2

    I wonder if we still have initSID.ora and pfile.ora in oracle database 9i2? if we have, where are they? thanks

    If you are using the parameter file, you should find it in $ORACLE_HOME/dbs or $ORACLE_HOME/database folder depending on your operating system.

  • OFSA RM PROCESS실행시 OCI DRIVER ERROR - ORA-12154 에러발생

    제품 : OFSA_RM
    작성날짜 : 2003-05-21
    OFSA RM PROCESS실행시 OCI DRIVER ERROR - ORA-12154 에러발생
    ====================================================
    PURPOSE
    Problem Description
    RM process 실행시 아래와 같은 에러 발생.
    Oracle RM
    Version 4.5.36
    Copyright (c) Oracle Corporation, 1995-2000
    All rights reserved worldwide.
    MB(Oracle Financial Services Application error) (203105) Oracle drv_oci error:
    OCI Function: [0] - olon(), orlon()
    Oracle Error: [12154] - ORA-12154: TNS:could not resolve service name
    Driver Function: drv_oci::Connect()
    MB(AttachDB()) Error attaching to database: OFSA45
    Workaround
    Solution Description
    기존에 사용하던 "OFSA45" 라는 listener가 다른 이름으로 바뀌어 있었다.
    OFSA45 Listener를 다시 만들고 test하니, 잘 됨.
    Reference Documents
    -------------------

    First, don't use an ODBC connection, use OCI. Secondly you need to search what's the active home. Also change all your TNSNAMES.ORA files that you can find in your system to make they have the DB name you are trying to resolve. Then try to "tnsping" the DB from a CMD prompt.

  • The ADO NET Source was unable to process the data. ORA-64203: Destination buffer too small to hold CLOB data after character set conversion.

     We developed a SSIS Package to pull the data From Oracle source to Sql Server 2012. Here we used ADO.Net source to pull the records from Source but getting the below error after pulling some 40K records.
      [ADO NET Source [2]] Error: The ADO NET Source was unable to process the data. ORA-64203: Destination buffer too small to hold CLOB data after character set conversion.
    [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. 
     The PrimeOutput method on ADO NET Source returned error code 0xC02090F5. 
     The component returned a failure code when the pipeline engine called PrimeOutput(). 
    The meaning of the failure code is defined by the component, 
    but the error is fatal and the pipeline stopped executing. 
     There may be error messages posted before this with more 
    information about the failure.
    Anything that we can do to fix this?

    Hi,
      Tried both....
      * Having schema type as Nvarchar(max). - Getting the same error.
      * Instead of ADO.Net Source used OLEDB Source with driver as " Oracle Provide for OLE DB" Getting error as below.
           [OLE DB Source [478]] Error: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
           [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on OLE DB Source returned error code 0xC0202009.  The component returned a failure
    code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the
    failure.
    Additional Info:
       * Here the Source task is getting failed not the conversion or destination task.
    Thanks,
    Loganathan A.

  • TS4357 i just bought an album off of itunes and it says processing 100% in the downloading box but a few of the songs still are not downloaded what do i do?

    I bought a lot of songs off of itunes today and it is not downloading to my library what do i do?
    I bought an album and quite a few other songs. In the download box it says that on the abum i bought that its processing 100% but a few of the songs have not downloaded.. I have tried pausing and restarting the download but it wont let me touch it
    I need help i dont know what to do

    If your country's iTunes Store allows you to redownload purchased tracks, I'd delete your current copies of the dodgy tracks and try redownloading fresh copies. For instructions, see the following document:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Otherwise, I'd report the problem to the iTunes Store.
    Log in to the Store. Click on "Account" in your Quick Links. When you're in your Account information screen, go down to Purchase History and click "See all".
    Find the items that are not playing properly. If you can't see "Report a Problem" next to the items, click the "Report a problem" button. Now click the "Report a Problem" links next to the items.

Maybe you are looking for

  • CMP Beans in JDev embedded OC4J

    Hello, I have to solve the following problem: We have a Project where a Session Bean calls CMP Entity Beans accessing an Oracle 9.2 database. When we start the Session Bean in the embedded OC4J of our JDev Ver. 9.0.5.1 the container starts to deploy

  • Prolong backlit time display in iPod Classic

    Gentlefolk; The display on my iPod Classic defaults to current time and battery status. Perfect. But, to see the time, when I touch a control, the backlight comes on, then the song title displays, when all I really want to do is see the time. Is ther

  • VIs for Agilent 33250A (function generator) and SR-844 (lock-in)

    I am new to Labview. I was unable to find VIs for Agilent 33250A (function generator) and SR-844 (lock-in). Can someone help me find these? Solved! Go to Solution.

  • Adobe form getting data from BADI?

    Hi, I  have a webdynpro component which calls an Adobe form which gets data from BADI i.e. prepoulate the values after interacting with the BADI's.How to find the BADI's name ?how it triggers that particular BADI.where it is calling exit handler? ple

  • Can't Update Adobe Acrobat NPAPI Plug-in in FX nightly 33?

    This is related to the comments in https://support.mozilla.org/en-US/questions/1005447?esab=a&s=Can%27t+Update+Adobe+Acrobat+NPAPI+Plug-in%3F&r=0&as=s The same issue is occurring in FX 33 nightly. Clicking on the update plugin just leads back to the