Parameters of Init SID .ORA ???URGENT

Hi
I have an Oracle 8.1.7 on Windows2000 with 640MB RAM.The Oracle home in D:\ drive and initial paging size on C:\ =960MB and Maxi. = 1920 MB
and the total paging file size is 960MB.
No. Of users 15.
SO I want PLS the parameters of the Init<SID>.ORA of this database specialy things regarding to RAM,SGA,Sahred_Pool_size and memory.

Hi
I have an Oracle 8.1.7 on Windows2000 with 640MB RAM.The Oracle home in D:\ drive and initial paging size on C:\ =960MB and Maxi. = 1920 MB
and the total paging file size is 960MB.
No. Of users 15.
SO I want PLS the parameters of the Init<SID>.ORA of this database specialy things regarding to RAM,SGA,Sahred_Pool_size and memory.And how can I set the db_block_buffers,Block_Buffer and Log Buffer. You can use the following parameters, depends on what you like to have:
log_buffer = 32768 # small
log_buffer = 262144 # medium
# block buffers = (db_block_buffers * db_block_size ) = 10MB small , 50 MB medium, >100MB big
db_block_buffers = ? see formula above
shared_pool_size = 20000000 # small
shared_pool_size = 50000000 # medium
# you can set these to 0 when you don't you use MTS or JAVA (I recommend to uncommend all MTS* parameters)
large_pool_size = 0
java_pool_size = 0
# small sort area sizes
sort_area_size = 65536
sort_area_retained_size = 65536
Cheers
Thomas

Similar Messages

  • Ora Failsafe init SID .ora file placement

    Hi.
    I had to move some datafiles to a new storage on a box with Ora 8i using Oracle Failsafe for high availability.
    Everythin was fine on one node and I did not move the group after the maintanance procedures.
    Next day I noticed that the <ora_home>\database\init<SID>.ora files tha I updated on node 1 was not in <ora_home>\database\ on node 2.
    I have the following questions:
    1 - When I use Oracle Failsafe, do init files must be placed on local disks on both nodes? Having pfile only on one node is the correct configuration
    2 - on my configuration, if cluster failover from to node 1 to node 2, will it work?
    Thanks in advande.
    Alex

    On both nodes oracle db services for the same DB managed by failsafe have the same name. e.g. On node 1 I have OracleServiceXPTO service and on node 2 I also have OracleServiceXPTO.
    So, I think that on both nodes SID are the same for the same virtual DB on failsafe.
    Do I really must change instance_name on initSID.ora files, so on both nodes this parameter is different between them?

  • Init SID .ora during configuration of Data Guard - advice required

    Hi All,
    I am looking to implement data guard across 2 RAC clusters. One cluster will be primary and the other is for Disaster Recovery.
    I have already set up the two 11g R 2 RAC clusters on RHEL 5 and now need some pointers to good docs for data guard install.
    Can some one direct me to good step by step info for configuring data guard between to RAC clusters - detailed explanations of each step would be useful too, in particular around the init.ora file configuration changes between the primary and DR sites
    Much appreciated
    Steve

    Hi Steve,
    look at the MAA Whitepapers:
    http://www.oracle.com/technetwork/database/features/availability/oracle-database-maa-best-practices-155386.html
    There are very good ressources in setting up RAC DG environments like:
    Data Guard 11g Installation and Configuration Best Practices on Oracle RAC
    Rapid Oracle RAC Standby Deployment: Oracle Database 11g Release 2
    Setup Guide: Creating a RAC Logical Standby Database for a RAC Primary Database
    Client Failover in Data Guard Configurations for Highly Available Oracle Databases
    a.s.o.
    Sebastian

  • DB03 & SPFILE SID .ORA

    Hi All,
    I've little confusion. I've configured total 51 parameters in my spfile<sid>.ora (some parameters are carried from the time of installation and some are set through brtools) & those all parameters are also reflecting in init<sid>.ora. I've verified the spfile & init.ora both at OS level & found that there is only 51 parameters are included.
    But when I'm trying to view output of "Active Parameters" from T-code DB03, it gives me a list of around 250 parameters.
    I'm confused about this inconsistency in the result of DB03 & actual spfile parameters. Need your help to understand the difference of output.
    Regards,
    Neehir Bhatt

    Hi,
    Some of oracle parameters are active with their default value. Check below link:
    http://help.sap.com/saphelp_nw04/helpdata/en/df/455eb1747111d6b25100508b6b8a93/content.htm
    Thanks
    Sunny

  • Db13 and init SID .sap confusion

    Hi Friends,
    Ours is a Production environment, where i am facing problems with scheduling backups through DB13.
    We are using third party backup tool i.e. TIVOLI so we have customized initIRP.sap file (SID=IRP).
    1. Since we have to customize initIRP.sap file according to client requirements, we created two new files  initIRPdaily.sap(backup from Mon to Fri) and initIRPweekly.sap (for backup on Sat and Sunds)
    2. But when i am scheduling backups from DB13, its going to default file that it initIRP.sap rather i want it to read initIRPdaily.sap or initIRPweekly.sap.
    Where can i make changes so that DB13 reads initIRPdaily.sap from Mon to Fri & reads initIRPweekly.sap only on Saturday Sunday.
    I am sure its possible and hope mentors over here would suggest me the right way
    Your suggestions would be highly appreciated...
    Thanks
    Ayush

    For this you need to make sure that your DB13 is running properly and also ensure that if you are using thridy party Tool like TIVOLI, you need to maintain two parameters like util_param. These paramters should be maintained properly and preferably ask Tivoli person to give the exact paramter details.
    Once this init<sid>.sap is configured properly with above parameters then when you try taking a backup firstly through Brtools command level using your customized init<sid>.sap (in our case its initIRPdaily.sap & initIRPweekly.sap) and mention theese init file names in the brbackup command options, the backup should run successfully, and once Brtools work fine, then you can try scheduling backups from DB13.

  • Parameters in init.ora not changing in DB

    Oracle 9.0.0 Redhat 7.2
    Trying to set up utl_file_dir in the init.ora file and, although
    the entry in the init.ora looks correct (utl_file_dir=/tmp/xxx),
    the value for utl_file_dir in sqlplus (show parameters utl)
    never sees the value (ie always shows nothing). Same with other
    params in the init.ora. If I rename the init.ora file, the DB
    doesn't start, so I'm changing the correct file.
    Maybe Oracle is finding something it doesn't like in the
    init.ora file and aborting reading the file??
    Is there a way to see what oracle's doing with the init.ora file
    as it loads?
    Thx Martin ([email protected])

    There is a new feature with 9i that you can change init.ora
    parameters without bouncing the instance, these parameters are
    store in a file (spfile).
    See the documentation about this feature.
    Thomas

  • Parameters in Init.ora for Materialized Views

    Fellow Experts,
    Are there any other parameters that I need to insert in the init.ora besides QUERY_REWRITE_ENABLED
    and
    QUERY_REWRITE_INTEGRITY
    once I create a materialize view ?
    Thanks.
    Ray.

    Oracle version 10.0.2 and the DDL that I'm planning to use might be simmilar to
    CREATE MATERIALIZED VIEW sales_by_month_by_state
    TABLESPACE example
    PARALLEL 4
    BUILD IMMEDIATE
    REFRESH COMPLETE
    ENABLE QUERY REWRITE
    AS SELECT t.calendar_month_desc, c.cust_state_province,
    SUM(s.amount_sold) AS sum_sales
    FROM times t, sales s, customers c
    WHERE s.time_id = t.time_id AND s.cust_id = c.cust_id
    GROUP BY t.calendar_month_desc, c.cust_state_province;

  • Regarding content conversion parameters at receiver side

    Hi
    In the recevier side I have 3 nodes.
    like HEADER,BODY,TRAILER.
    file receiver communication channel I mentioned
    RecordsetStructure*    HEADER,BODY,TRAILER
    parmeters I mentioned
    HEADER.fieldFixedLengths
    HEADER.endSeparator
    BODY.fieldFixedLengths
    BODY.endSeparator
    TRAILER.fieldFixedLenghths
    TRAILER.endSeparator.
    In runtime workbench it is showing "Channel has not been correctly initialized and cannot process messages"
    Please tell me is there any other parameters I have to mention.
    regards
    venkat.

    Venkat,
    Pls refrer the below:
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Regards,
    Sameer!

  • Problem with TNSNAMES.ORA (urgent)

    Dear Freinds,
    I am trying to run my Forms(6i) on the Form server , but as I try to login to the database to run the form I am getting an error 'ora-12154 : TNS could not resolve the service names' . I have checked the local TNSNAMES.ORA file and it has the entry for my Oracle SID , (my local machine registry has also been changed).
    Please tell me if I am missing to set anything .
    Thanks in advance .

    Hellow There,
    Go to services,i.e: Start -> Settings -> Control Panel -> Services.
    There is a service nam:
    OracleTNSNames80
    Right click on it and then click "START".
    If this could not solve, then go to Oracle Net8 and try to configure "Database location" and/or "Listener Location" and see what happen in the Listener node.
    If this did not help, you would go to www.Informit.com -> Free Library.
    and navigate through the Library to a free electronic book:"teach u r self Oracle8 in 21 days" .. good book.
    Regards
    Tariq Khalaf

  • Missing parameters in init file

    Dear All,
    What would happen is following parmeters are missing in the init file of Oracle11g Database?
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=xyzXDB)'
    *.shared_servers=1
    Thanks

    user9291399 wrote:
    Dear All,
    What would happen is following parmeters are missing in the init file of Oracle11g Database?
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=xyzXDB)'
    *.shared_servers=1
    Thanksyour database will operate just fine, but it will not accept shared server connections, only dedicated server.
    For more info, you might look at the section on initialization parameters in fine Reference Manual found at tahiti.oracle.com

  • Soap parameters at target side

    Hi...All,
    i am doing rfc-soap(B2B) scenario for eBanking interfaces.
    i am using the digital certificate at soap side. what are all the paramenters are required at soap target side for my requirement..in soap target side number of parameters are there i.e(Configure user authentication,Certificate Authentication,Configure proxy, Adapter specific msg attribute, security parameters, Conversion Parameters,etc...)..
    what are all the parameters are required pls suggest me..
    regards,
    Pasi.

    Hi,
    Check with this
    http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/frameset.htm
    REgards
    Seshagiri

  • Configuring some database parameters because of error:ORA-12801 & ORA-01652

    Hi,
    I have a configuration issue that I really need some help because I don’t understand almost anything about oracle database management and I’m getting the errors:
    ORA-12801:error signaled in parallel query server P0XX
    ORA-01652:unable to extend temp segment by 128 in tablespace TEMPO1I have a server with this configuration:
    SO-HP-UX
    Oracle: 10.2.0.3.0
    CPU’s -12
    Memory:24GB
    Temp01 tablespace: 20GBSome of the parameters:
    Maximum sga memory is 20GB
    db_block_size  8192
    db_cache_size 2147483648
    db_file_multiblock_read_count              32
    db_name            RAID
    dml_locks           2000
    java_pool_size 0
    log_buffer          5242880
    max_enabled_roles      150
    nls_length_semantics   BYTE
    open_cursors   2000
    optimizer_mode             ALL_ROWS
    pga_aggregate_target  3221225472
    processes           2000
    query_rewrite_enabled              TRUE
    query_rewrite_integrity             trusted
    sessions              2205
    sga_max_size   21474836480
    shared_pool_size           117440512
    sort_area_size 65536
    undo_management      AUTO
    undo_retention              7200
    undo_tablespace            UNDOTBS1
    workarea_size_policy   AUTOthe tables where created without nothing special but I did an alter table to do the following:
    alter table XPTO parallel (degree 11);When do I get this error:
    When I try to do a select with a NLSSORT (FIELD, 'nls_sort=binary') AS "KEY1" and it return a few million lines.
    Based on this three articles and a little more reading:
    http://www.dba-oracle.com/oracle_tips_sorts.htm
    http://www.dba-oracle.com/t_parallel_automatic_tuning_pat.htm
    http://www.dbasupport.com/oracle/ora10g/sorting_memory.shtml Should I configure the following parameters with the values that I putted or am I doing something really wrong?
    pga_aggregate_target = 18GB
    _pga_max_size = 18GB
    _smm_px_max_size = 5.4GB
    workarea_size_policy =AUTO
    increase TEMP01 to 40GB
    parallel_automatic_tuning=falseShould I also create a new index for my tables like:
    CREATE INDEX NlSSORT_index ON My_table (NLSSORT (msisdn, 'nls_sort=binary')); because of this queries? I have an index: “msisdn, second_field” that are primary key for all fields.
    Thanks,
    Ricardo Tomás

    Somewhere in your problem you say you altered your table to use parallel 11.
    alter table XPTO parallel (degree 11);{code}Maybe you can try to reduce your degree.<br /><br />Instead of using 11, you could use degree 4.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Could not open init ORA_SID .ora parameter file

    Actually I installed oracle 11g R2 before and for some reasons that box was crashed and DB is not working. Now I uninstalled DB and reinstall it on the same box with same ORA_SID and ORA_HOME and ORA_BASE set on the environment variables.
    error is coming while starting server.
    "" LRM-00109: could not open parameter file '/ora11g/base/ora11gR2/db_1/dbs/inituimr2.ora' ""
    I created 'inituimr2.ora' file from 'init.ora' file and then I am getting below error.
    ""ORA-00205: error in identifying control file, check alert log for more ""
    Please help me what should I do to generate inituimr2.ora file by default. What step I am missing so that it is not generating.
    I tried creating 'pfile' from 'spfile' also. Even spfile also not created. That one also giving error.

    Hi,
    What does alert log says? Does CONTROL_FILE points to correct files?
    Paste the alert logs related to the error. Make sure that control files are correctly specified in CONTROL_FILE parameter.
    Regards,

  • Help with Columnar (side by side) Subforms - Urgent

    I am attempting to create a two column form that contains dynamic text in both columns.  I have the subforms created and formatted.  The subforms contain labeled fields.  The problem I'm having is that I can't get the subforms to begin at the same position.  I have tried many different things but one side is always one line below the other.  I have tried adjusting the subforms positioning field and changing the location of the data in the .dat file.  There are also static fields in column 2 below the dynamic column 2 subform data and the data is never merged in those fields:
    Column 1 - 4 Different Subform types       Column 2 - 5 Different Subform types
    Service & Equipment                              Order Information
    Product Name                                        Service Installation
    Item 1                             $000                • Install Type                 Install Type
    Item 2                             $000                • Install Date                 Date
    (This column continues for 30 line items)  (This column continues for 16 line items
                                                                Promotions (new section - no subforms)
                                                                Data field                      Data field
                                                                Data field                      Data field
                                                                Data field                      Data field   
    Any guidance is greatly appreciated as I have a deadline of tomorrow to get this working.

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • FCC parameters on reciever side

    Hello,
    I am doing IDOC-File scenario.
    source IDOC strucutre is
    DEBMAS06 which has the following strucuture
    DEBMAS06
      BEGIN
      EDI_DC40
      E1KNA1M
        <fields>
        custom_segment
           <fields>
    I have reciever data type as ..
    new_cust
    Root
      <fields>
      <fields>
    What are the FCC parameters I can use to get '|' delimted file on the destination file?
    the field delimited with empty space shud be there even if there s no source data comign in
    venkat.

    Hi !
    <b>Please look thru this one too..</b>
    http://help.sap.com/saphelp_erp2005/helpdata/en/ab/bdb13b00ae793be10000000a11402f/content.htm
    <b>for idoc related settings in r/3 refer the below link..</b>.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/73527b2c-0501-0010-5398-c4ac372c9692
    <b>Check this:</b>
    http://****************/Tutorials/XI/IDocToFile/IDocToFile1.htm
    <b>See the below links to get the idea mapping</b>
    idoc mapping - /people/james.guanzon/blog/2006/03/23/how-to-support-industry-standards-in-xi-part-ii-of-iii--mapping
    /people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi
    <b>for more details about your scenarios </b>
    For any IDOC scenario u can use the corresponding link below.
    /people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi --> ALE configuration for pushing idocs from SAP to XI
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/73527b2c-0501-0010-5398-c4ac372c9692
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cdded790-0201-0010-6db8-beb9bb2b2660
    /people/michal.krawczyk2/blog/2006/10/11/xi-new-book-mastering-idoc-business-scenarios-with-sap-xi
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci983331,00.html
    /people/raja.thangamani/blog/2007/07/19/troubleshooting-of-ale-process
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html---->serialization
    /people/alessandro.guarneri/blog/2006/11/26/content-based-serialization-dynamic-queue-name-in-xi
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm ->IDOC Bundling
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters &#61664;Idoc 2 file
    Try to Use Idoc packaging. also see the below links
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm - Collection of IDoc to Single File
    /people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm - collecting IDocs without BPM
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters - IDoc to File
    Thanks !!!
    Questions are welcome here!!
    <b>Also mark helpful answers by rewarding points </b>
    Regards
    Abhishek Agrahari

Maybe you are looking for

  • WRT54GC v2.0 - UDP Traffic issue

    Hi, i've bought last week the wireless router WRT54GC v2.0 and it works good for normal navigation, port forwarding, wireless signal, ecc... I've only a problem, a big problem, it can't handle high UDP traffic, this issue can be experienced, e.g. wit

  • Retreiving lost blog entry with Time Machine

    I was working with a new blog entry, when iWeb suddenly quit unexpectedly. I've never been good at hitting the save button, so all my work was lost. I do run backup with TM, so thought there might be a slim chance that all was good, but alas... I fin

  • App updates stall at 50%

    All of my App updates will stall out at 50% with a status of "waiting..."

  • How can I configure Speech Recognition to open specific applications

    Hello Folks, How can I configure Speech Recognition to open specific applications, such as Lightroom, Firefox, etc.? Is there a way to add documents to do this to the speech preferences folder? I see an applications folder for example for "mail", can

  • Oracle 6i forms/reports developer client software

    hi all, i want the clinet software for oracle 6i forms/reports developer which is only installed on the client system.. plz tell me the website/address from where i can download it... thanx in advance, Regards, shahzad