What value should be for below parameters

Dear all,
Please suggest what value should be for below parameters  in Win 2003 ,ecc6 and oracle 10g and 16 gb ram.
Parameters     Description     Current value     
fixcontrol     Bug fix control parameter           
For information about the recommended settings for parameter FIXCONTROL,  version of Oracle release 10.2.0.4 a number of values must be set.
Parameters     Description     Current value     
max_dump_file_size     Maximum size of the optimizer trace file     UNLIMITED     
optimizer_index_caching     Adjust the usage of nested loops     0     
optimizer_index_cost_adj     Percentage of the calculated index costs     100     
parallel_max_servers     Parallel Query: Maximum number of parallel execution servers     150     
PARALLEL_MAX_SERVERS.
Parameters     Description     Current value     
parallel_threads_per_cpu     Number of parallel execution processes/threads per CPU     2     
shared_pool_reserved_size     Part of Shared Pool for large statements     128676003     
pushjoin_union_view     Enable pushing join predicate inside a union all view           
Regards,
Kumar

Hello Kumar,
The following should be the recommended parameters for your case. Always take a backup of initSID.ora and spfileSID.ora file before making the changes.
fixcontrol Bug fix control parameter
*._fix_control='5705630:ON','5765456:3','6221403:ON','6329318:ON','6399597:ON','6430500:ON','6440977:ON','6626018:ON','6670551:ON','6972291:ON','7325597:ON','7692248:ON','7891471:ON'
max_dump_file_size = 20000
optimizer_index_caching Adjust the usage of nested loops 0
optimizer_index_caching (do not set)
optimizer_index_cost_adj Percentage of the calculated index costs 100
optimizer_index_cost_adj = 20
parallel_max_servers=20
parallel_threads_per_cpu = 1
shared_pool_reserved_size
CPUs   Shared_Pool_Size  
   4              500M                
   6                1G                   
  10                1G                
  32                2G                
  64                2G                
128                3G      
Resize db_cache depending on your needs. For your case, I would recommend at least 2GB of RAM for db_cache
pushjoin_union_view
pushjoin_union_view = false
Set this as true if 6917874 fix is implemented.
In addition Oracle processes should be calculated as follows
Oracle Processes =
{ ABAP WP X 2  +
J2ee Server Processes*MaxConnection  + Parallel_Max_Servers   + 40 }
Hope I am clear.
Thanks,
Venkatesh Pydi.

Similar Messages

  • What value should set for wrapper.java.initmemory?

    Hi guys,
    If this is the wrong forum to ask, I hereby apologize as I am not sure which forum should I deposit this question.
    I am using jboss4.0.5 installing in Cent OS with memory of 1024MB and jdk 1.5.0_08. Hence, what value should I set for wrapper.java.initmemory and wrapper.java.maxmemory? What actually is the wrapper.java for compare to JAVA_OPTS? my current configuration is like below:
    # Wrapper Properties
    # Java Application
    set.JAVA_HOME=/usr/java/j2sdk
    wrapper.java.command=%JAVA_HOME%/bin/java
    set.JBOSS_CONFIG=default
    set.JBOSS_HOME=/opt/jboss4
    set.JBOSS_LOG=/var/log/jboss4/%JBOSS_CONFIG%
    # Use new ticker
    wrapper.use_system_time=FALSE
    # Java Main class
    wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
    # Java Classpath (include wrapper.jar) Add class path elements as
    # needed starting from 1
    wrapper.java.classpath.1=%JBOSS_HOME%/lib/wrapper.jar
    wrapper.java.classpath.2=%JBOSS_HOME%/bin/run.jar
    wrapper.java.classpath.3=%JAVA_HOME%/lib/tools.jar
    # Java Library Path (location of Wrapper.DLL or libwrapper.so)
    wrapper.java.library.path.1=%JBOSS_HOME%/lib
    # Java Additional Parameters
    wrapper.java.additional.1=-Dprogram.name=run.sh
    wrapper.java.additional.2=-Djava.endorsed.dirs=%JBOSS_HOME%/lib/endorsed
    # Initial Java Heap Size (in MB)
    wrapper.java.initmemory=64
    # Maximum Java Heap Size (in MB)
    wrapper.java.maxmemory=128
    # Application parameters. Add parameters as needed starting from 1
    wrapper.app.parameter.1=org.jboss.Main
    wrapper.app.parameter.2=-c
    wrapper.app.parameter.3=%JBOSS_CONFIG%
    # Port which the native wrapper code will attempt to connect to
    wrapper.port=1777
    wrapper.startup.timeout=300
    wrapper.ping.timeout=300
    wrapper.shutdown.timeout=300
    wrapper.disable_shutdown_hook=TRUE
    wrapper.request_thread_dump_on_failed_jvm_exit=TRUE
    # Wrapper Logging Properties
    # Format of output for the console. (See docs for formats)
    wrapper.console.format=PM
    # Log Level for console output. (See docs for log levels)
    wrapper.console.loglevel=INFO
    # Log file to use for wrapper output logging.
    wrapper.logfile=%JBOSS_LOG%/server.log
    # Format of output for the log file. (See docs for formats)
    wrapper.logfile.format=LPTM
    # Log Level for log file output. (See docs for log levels)
    wrapper.logfile.loglevel=NONE
    # Maximum size that the log file will be allowed to grow to before
    # the log is rolled. Size is specified in bytes. The default value
    # of 0, disables log rolling. May abbreviate with the 'k' (kb) or
    # 'm' (mb) suffix. For example: 10m = 10 megabytes.
    wrapper.logfile.maxsize=0
    # Maximum number of rolled log files which will be allowed before old
    # files are deleted. The default value of 0 implies no limit.
    wrapper.logfile.maxfiles=0
    # Log Level for sys/event log output. (See docs for log levels)
    wrapper.syslog.loglevel=NONE
    # Wrapper NT Service Properties
    # WARNING - Do not modify any of these properties when an application
    # using this configuration file has been installed as a service.
    # Please uninstall the service before modifying this section. The
    # service can then be reinstalled.
    # Name of the service
    [email protected]@
    # Display name of the service
    [email protected]@
    # Description of the service
    [email protected]@
    # Service dependencies. Add dependencies as needed starting from 1
    wrapper.ntservice.dependency.1=
    # Mode in which the service is installed. AUTO_START or DEMAND_START
    wrapper.ntservice.starttype=AUTO_START
    # Allow the service to interact with the desktop.
    wrapper.ntservice.interactive=false
    Thanks & Regards,
    Mark

    Hello Kumar,
    The following should be the recommended parameters for your case. Always take a backup of initSID.ora and spfileSID.ora file before making the changes.
    fixcontrol Bug fix control parameter
    *._fix_control='5705630:ON','5765456:3','6221403:ON','6329318:ON','6399597:ON','6430500:ON','6440977:ON','6626018:ON','6670551:ON','6972291:ON','7325597:ON','7692248:ON','7891471:ON'
    max_dump_file_size = 20000
    optimizer_index_caching Adjust the usage of nested loops 0
    optimizer_index_caching (do not set)
    optimizer_index_cost_adj Percentage of the calculated index costs 100
    optimizer_index_cost_adj = 20
    parallel_max_servers=20
    parallel_threads_per_cpu = 1
    shared_pool_reserved_size
    CPUs   Shared_Pool_Size  
       4              500M                
       6                1G                   
      10                1G                
      32                2G                
      64                2G                
    128                3G      
    Resize db_cache depending on your needs. For your case, I would recommend at least 2GB of RAM for db_cache
    pushjoin_union_view
    pushjoin_union_view = false
    Set this as true if 6917874 fix is implemented.
    In addition Oracle processes should be calculated as follows
    Oracle Processes =
    { ABAP WP X 2  +
    J2ee Server Processes*MaxConnection  + Parallel_Max_Servers   + 40 }
    Hope I am clear.
    Thanks,
    Venkatesh Pydi.

  • Mapping of source message to IDOC.. What values should be assigned?

    Hi guys, again
    I have SOAP->XI->IDoc scenario, but my IDocs arrive only with 1 segment... The IDoc is not standard, and has a lot of fields, but I want to fill only a few of them in some segments. Lets say, that I have 4 segments, with occurence 0..999999, each value has occurence 0..1 like following..
    seg1-val1
        -val2
        -val3
    seg2-val1
        -val2
        -val3
    seg3-val1
        -val2
        -val3
    seg4-val1
        -val2
        -val3
    and I have source message like
    <seg1>
      <val1>..</val1
    </seg1>
    <seg1>
      <val1>..</val1>
    </seg1>
    I think, I have to map seg1 tag to seg1 segment, and val1 tag to val1 field..
    But! DO I HAVE TO MAP also seg1 tag to seg2, seg and seg4 segment? (to create logical "table"), or it is not necessary...
    Next question: what value should be assignet to @SEGMENT attribute of segments? also (IDOC segment?) Should it be some constant?
    Thank you guys!

    All you need to map is <b>seg1</b> source to <b>seg1</b> target and <b>val1</b> source to <b>val1</b> target . But remember that, if your source has seg2,seg3,seg4 and you want to use them then map them accordingly otherwise no need to map.
    @SEGMENT is counter for the number segments you are passing for each type of record. Use a java function to populate or just populate a constant 1.
    regards
    Shravan

  • HT1923 what software should download for iPOd classic in a computer with windows 8

    what software should download for iPOd classic in a computer with windows 8

    Not sure what you mean?
    Software for what?

  • What value should I put in dhcputil.exe -webserver

    Hi,
    I am trying to use the steps in this article to configure my DHCP options for Lync 2013 phones. But I am not sure what value would go for webserver switch of dhcputil.exe. 
    I have a standard edition front end server and Internal CA.
    Thanks,

    Put the internal web server FQDN of your Lync standard edition front end. You can also typically use the server name if it's standard edition.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications
    This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • So what i should do for unlock this phone?can i pay some money to apple for unlock this phone?

    I bought a phone some body which is lock by icloud lock and i cant cooperate the previous owner.So what i should do for unlock this phone?can i pay some money to apple for unlock this phone?

    You have encountered  Activation lock an anti-theft mechanism
    Find My iPhone Activation Lock - Apple Support
    Apple do not assist in unlocking and there is no way to break the lock without the co-operation of the original owner
    The iPhone was probably stolen .You should try to get your money back .You will never make the iPhone work ,sorry but that is it .

  • What value should be passed to the ColumnSize parameter for SQLBindParameter() for a nvarchar(n) column?

    I have a table with a field "f1" which type is nvarchar(1000). Now I want to update a record through binding variable method. Before I bind the parameter, I call SQLDescribeCol to get the length of f1 - 1000.
    The data for updating f1 is prepared and is coverted to UTF16, so the buffer length is 2*(character length). When I call SQLBindParameter() to bind the variable for f1, what length value should be passed to ColumnSize parameter? Some said the Columnsize
    should be in byte. In MSDN, I can't find any posts or examples for my cases. MSDN also mentioned that the limit for this argument is 4000.
    I try 1000 and 2000, both works. Which one is the exactly correct one? I use SQL Server 2008 and native client 10.0.
    Thanks in advance.
    Liu Peng

    Hello,
    Thank you for your question. I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated. 
    Thank you for your understanding and support.
    Elvis Long
    TechNet Community Support

  • Whats the best option for passing parameters between tf?

    Dear All,
    I have three Task Flows:
    1. TF1
         -  Main Taskflow that calls a web service to gather its data
    2. TF2
         -  Secondary taskflow which receives a parameter and depending on the value of the parameter received will display its data accordingly.  Generally any data
         is feed from TF1
    3. TF3
         -  Same as TF2Use Case:
    All three TF will be dropped to the page as Regions in a Webcenter Portal Application. Changes in TF1 should propagate into TaskFlow 2.
    Question:
    1. How do I configure that changes in TF1 would be propagated back into task flow 2 and 3 and whats the best option for this?
    2. At runtime, user can choose to edit the page and TF2 and TF3 can be deleted but TF 1 should remain as the source of information.
    Given the scenario above:
    - shall I wire the taskflows via page parameters?
    - contextual events?
    What are the considerations that needs to be thought of. I havent done such requirements before.
    Please help.
    Webcenter 11.1.1.6

    Contextual events seem to be the best case.
    This way you can trigger whenever you want. Web services can be slow so you can trigger the event when the gathering of the data has been finished and then pass some value on the event.
    An event also has a payload so it's an ideal scenario to add the data from the service on it so you can use it in the other TF's.
    In order to manage the deletion of the TF1, you can use the UI events on the composer: http://docs.oracle.com/cd/E23943_01/webcenter.1111/e10148/jpsdg_page_editor_adv.htm#CHDHHFDJ

  • What value should "NI_USEIPv6" be to make IPv6 work on NetWeaver 7.10?

    I was trying to configure IPv6 support on NetWeaver 7.10, and tried several values for 'NI_USEIPv6', like "true", empty, or IPv6 address, none worked.  Just wonder what value it should be.
    Can anyone help with this? thanks
    Edited by: Harry Lu on Mar 12, 2008 4:14 PM

    Hi, i guess it is not really important any longer - but the answer lays in the OSS Note
    http://service.sap.com/sap/support/notes/1346768
    IPv6 support in other components outside of the application server
    As of the following versions of the components, set the environment variable SAP_IPv6_ACTIVE=1:
    SAPGUI 7.20, classic RFC Library (librfc) 7.20, SAP NetWeaver RFC Library (sapnwrfc) 7.20, SAP Java Connector (JCo) 3.0, and SAP .NET Connector (NCo) 3.0
    For the following versions, set the environment variable NI_USEIPv6 to any value:
    SAPGUI 7.11, classic RFC Library (librfc) 7.11, and SAP NetWeaver RFC Library (sapnwrfc) 7.11

  • How to use PF_ASTAT_OPEN & what value should OPENKEY be

    I want to use PF_ASTAT_OPEN,but I don't know what value the openkey and typ should be? where can I find document for it?

    Hi Gang,
       There are some hard coded values that are being passed to this FM when i see them in the standard code:
    viz:  process_salesorder(10)    VALUE 'A020022353',
          function_configuration(10) VALUE 'A020020262',
          function_assembly(10)      VALUE 'A020022749',
    Regards,
    Ravi

  • What values are possible for a specific object/field

    Hi everyone,
    I am trying to do the following
    Pull a list out of the system that would provide me with value's description for a specific authoirsation object / field
    I have tried SE16 > AGR_1251 > one of my roles
    I am getting the role, object, field, low and high values
    for example
    myrole - M_FORECAST - ACTVT - 03
    What I have missing is the English description of what "03" is. for example "Display"
    A 03 for a field may not always have the same meaning for different objects
    Alternativly can I pull a list somewhere of the potential values and their description for a specific Authorization Object / Field combination?
    Thank you
    Coco

    Please go through the following Tables:
    TACT : Contains the Text Descriptions of all Activities (for e.g. 01= Create/ Generate, 02= change etc.)
    TACTZ : Contains the Authorization Object specific Activities.
    TOBJ  : Description of Authorization Objects
    TOBJT: Text Description of Authorization Objects
    AUTHX:  Details of Fields
    TPARA:  Parameter Ids of Fields
    There are many more... but these are of help as per your question.
    Regards,
    Dipanjan

  • Project Leader Profile - What I should look for

    Hi:
    We're facing a coming development with 8i/9iAS that has to interact with Oracle's ERP. We already know that the ERP is a complex environment, so we are looking for a person that will be the technical head of the project, since our expertise is limited to Oracle Developer and database. But we don't know exactly what kind of expertise we should ask for to the candidates. Do you have any suggestions?
    Thanks in advance
    Javier Castaqsn

    Javier,
    You should definitely look for someone with prior Oracle ERP full-cycle implementation experience (if he/she's going to be a project leader, I would look for 3-5 years' experience at least), and make sure that the person have specific expertise in the ERP modules you want to implement, e.g. just because someone knows GL and FA like the back of their hand does not necessarily mean that they know anything about OM or PO. And of course, it would be better if this person have experience with 11i, since there some additional features in 11i that is not in the older modules. Good luck.

  • Project Leader's Profile - What I should look for

    Hi:
    We're facing a coming development with 8i/9iAS that has to interact with Oracle's ERP. We already know that the ERP is a complex environment, so we are looking for a person that will be the technical head of the project, since our expertise is limited to Oracle Developer and database. But we don't know exactly what kind of expertise we should ask for to the candidates. Do you have any suggestions?
    Thanks in advance
    Javier Castaqsn
    null

    Javier,
    You should definitely look for someone with prior Oracle ERP full-cycle implementation experience (if he/she's going to be a project leader, I would look for 3-5 years' experience at least), and make sure that the person have specific expertise in the ERP modules you want to implement, e.g. just because someone knows GL and FA like the back of their hand does not necessarily mean that they know anything about OM or PO. And of course, it would be better if this person have experience with 11i, since there some additional features in 11i that is not in the older modules. Good luck.

  • [MFGAnalytics]What value should I set on BUCKET_RANGE_NAME, MIN_RANGEetc

    Hi grus,
    I configure the Manufacturing Analytics on BI-Apps7.9.6.4.
    And source system is EBS R12.
    I cann't set the proper value on the file_bucket_range_master_ebs11i.csv.
    The name of parameters are BUCKET_RANGE_NAME, MIN_RANGE and MAX_RANGE.
    This configuration steps are described at task#17.2.2.22 on e35272.pdf(Configuration guide)
    But these tasks only explained "Configure the value of BUCKET_RANGE_NAME, MIN_RANGE and MAX_RANGE."
    Dose anyone knows that how to configure or find the proper value of these parameters?
    Best Regards,
    Takashi Matsugi

    This issue is solved by myself.
    We can set 3 values on BUCKET_RANGE_NAME.
    ONHAND_AGING_TIME_BUCKET,EXPIRING_TIME_BUCKET and EXPIRED_TIME_BUCKET
    And we can set number of days on MIN_RANGE and MAX_RANGE.
    These values will be used for "FACT - Inventory Aging""Days in Inventory","Days left Expiry" and "Days Since Expired".
    Best Regards,
    Takashi

  • New to JMS and JBOSS , what value to set for following

    hello friends ,
    I have following things for MQSeries , can u please tell me what would be the corresponding values for jboss.
    JMS.QueueConnectionFactoryImpl.classname = For IBM MQ its com.ibm.mq.jms.MQQueueConnectionFactory
    What would be the classname for jboss ?
    JMS.QueueImpl.classname =     For IBM MQ its com.ibm.mq.jms.MQQueue
    what for Jboss
    similarly i am writing for all the MQStuff , could u please let me know for jboss
    JMS.QueueImpl.method.setTargetClient =      java.lang.Integer {com.ibm.mq.jms.JMSC.MQJMS_CLIENT_NONJMS_MQ}
    JMS.QueueConnectionFactoryImpl.method.setTransportType =      java.lang.Integer {com.ibm.mq.jms.JMSC.MQJMS_TP_CLIENT_MQ_TCPIP}
    JMS.QueueConnectionFactoryImpl.method.setChannel =      java.lang.String {JAVA.CHANNEL}
    Kindly do help if you know
    thanks

    Thanks for the reply to my questions.
    I have another that can be hopefully answered in regards to the client side ping.
    1. With the client side ping, if the clients computers network cable is disconnected and then reconnected will the ping properly re-establish its connection or is it up to the client application to do this process?
    2. Will the client side ping resolve the issue with half-open connections that 3.5 had?
    2. When creating the persistent queue objects on the server are there any special settings to set to properly configure the queues. When working with 3.5 I previously had the following:
    cmdtype=add
    obj.type=qf
    obj.lookupName=QueueConnectionFactory
    obj.attrs.imqBrokerHostName=localhost
    obj.attrs.imqBrokerHostPort=7676
    objstore.attrs.java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory
    objstore.attrs.java.naming.provider.url=file:///C:/Temp
    Thanks in advance for any sugestions

Maybe you are looking for

  • Need help configuring Cisco/Linksys wireless router to extend wi-fi signal to living room

    My U-verse wireless gateway is in the back of our house. We live in an old 1920's home with solid wood walls. For our macbooks, we get a pretty decent signal, but my wife's iPad 2 get's poor wi-fi speeds. I bought a Cisco/Linksys WRT160N wireless N b

  • Using the Open Catalog Interface (OCI) between SAP-ECC 6.0 and SAP-MDM

    Hello ASUG Community. I'm working on an SAP-MDM project where we will configure the OCI interface between SAP-ECC 6.0 and SAP-MDM.  The business requirement will be to punch out to SAP-MDM's catalog from SAP-ECC for expensed items (e.g., no material

  • Satellite Pro A100 (PSAACE) - Display is not working

    Hi all, Got a problem that's confused me. A few weeks ago my very old Sat Pro a100 (PSAACE) started to refuse to display anything on the screen. This is from boot, i.e I press the power button from cold, the system whirls and fan goes both nothing ap

  • How to configure a JNDI URL resource

    I am trying to replicate the Websphere's URL Resource provider functionality in Tomcat, but haven't been really successful. So what I would like to do is access a properties file from a URL. This provides a convenient approach to modifying prop files

  • Folder and Registry work in WinXP

    I'm tinkering with approaches for a program that will force WinXP to remember folder settings. So I have a few questions, I'd appreciate help on any of them. 1. Is there any way to return actual memory addresses for File s? 2. (WinXP) How does the re