Oracle Parameter file

Hi,
my Oracle DB is 10.2.0.5 version
O.s. Linux Red Hat
I need to modify some parameter into parameter file:
Some parameters are below:
audit_sys_operations
audit_trail
compatible
db_cache_size
event
java_pool_size
job_queue_processes
large_pool_size
pga_aggregate_target
processes
session_cached_cursors
sessions
sga_max_size
sga_target
into path $ORACLE_HOME/dbs I've these files:
init.ora
initdw.ora
spfileorcl.ora
pfileORCL.ora
orapworcl
spfileORCL.ora
Which step I have to perform to change these parameters?
Thanks in advance!

first of all check whether you are using pfile or spfile.
SHOW PARAMETER SPFILE;
If you get the output in the VALUE column then you can directly issue the below command to change the parameters:
ALTER SYSTEM SET <PARAMETER_NAME>=<VALUE>;
You need to use the SCOPE clause depending on the nature of the parameters.
If you dont get the output in the VALUE column, then its better to create the spfile by using the command:
CREATE SPFILE FROM PFILE;
Then you can use the above method.
And if you want to use the pfile only, then you have to change the parameters manually in that file.
Some parameter changes need the bouncing of the database, while some dont need.

Similar Messages

  • Find out the name of parameter file while oracle is running

    can any one please tell me how can i find the name of oracle parameter file while oracle is running, i mean is there any parameter that specifies this thing, or is there any data dictionary view
    second thing i want to change the default database i mean istead of starting the default database at startup the oracle should start the database that i specify,
    i would be greatfull if any one could answer my questions

    Ok, so you're running with SPFILE in default location. The file you speak about is used during the database create phase.
    Just having a look at the file:
    c:\oracle\admin\orcl\pfile\init.ora.1142006183316I can say that:
    . The SID is ORCL
    . You used DBCA to create the database
    . DBCA started creating the database: Saturday 11 of February 2006 at 18:33
    This file is used by the DBCA because when you create a database, you must have a parameter file in order to start the instance. This file is easily created as a text file (PFILE) first, then the instance is started. Once the database creation is over, the SPFILE is created from this PFILE. If you check the database create logs (in the %ORACLE_BASE%\admin\ORCL\* directory) you'll see a "CREATE SPFILE FROM PFILE" is ran after the database creation, or before, it depends, and the instance restarted in order for it to use the newly created SPFILE. After that, this file is useless.
    HTH,
    Yoann.

  • LRM-00109:could not open parameter file '/u01/app/oracle/product/10.2.0/db

    hi
    i have manually created a database called ora.i have done all the relative tasks.i can open the database by startup nomount pfile.but when i try to create spfile from pfile, it is showing an error that it is already created.when i give the startup command the
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/10.2.0/db_1/dbs/initora.ora'
    above error occurs.acutally my pfile is in another location and it is trying to open it from another loc.ihave added the line
    export ORACLE_SID=ora in bashrc file.Already there is one database called orcl and it is also been added to the
    bashrc file.
    Pz solve it for me.

    hi,
    >
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    2 from
    3 pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    ERROR at line 1:have you startup the database in nomount stage with pfile.. if so.
    then
    create spfile form pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    use this command
    a spfile will be created inside /dbs/
    now restart the DB and give startup command and check the instance status..
    as mentioned above export the Oralce_home and Oracle_sid..
    regards,
    Deepak

  • ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox). I have the users grid and oracle11g. Add groups and install grid infrastructure first as a grid user and install database as oracle user as in documentation successfully.
    I have following users and groups as
    [grid@orcl11g ~]$ id grid
       uid=501(grid) gid=502(oinstall) groups=502(oinstall),492(vboxsf),501(grid),503(dba),505(asmdba),506(asmadmin),507(asmoper)
    [grid@orcl11g ~]$ id oracle11g
       uid=500(oracle11g) gid=502(oinstall) groups=502(oinstall),500(oracle11g),492(vboxsf),503(dba),504(oper),505(asmdba)
    .bash_profile edited  for oracle11g user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=ora11g
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
    export ORACLE_SID=ora11g
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    .bash_profile edited  for grid user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=+ASM
    export ORACLE_BASE=/u01/app/grid
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/grid
    export GRID_HOME=$ORACLE_BASE/product/11.2.0/grid
    export ORACLE_SID=+ASM
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    When I log on as grid user. I check the followings:
    [grid@orcl11g ~]$ crsctl check has
    CRS-4638: Oracle High Availability Services is online
    [grid@orcl11g ~]$ srvctl status database -d ora11g
    Database is running.
    [grid@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:17:37 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Automatic Storage Management option
    SQL> select status from v$instance;
    STATUS
    STARTED
    Till here everything seems to be OK!!!!
    When I log as  oracle user. I check the followings:
    [oracle11g@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:21:46 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to an idle instance.
    SQL> select status from v$instance;
    select status from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'
    Also when I log on as a grid user again and use following commands to shutdown and start database again the STATUS of instance is again STARTED not OPEN.
    [grid@orcl11g ~]$ srvctl stop database -d ora11g -o normal
    [grid@orcl11g ~]$ srvctl start database -d ora11g
    And also when I edit /etc/oratab file. I change N to Y for +ASM. But when restart system it seems not changed value is N again.
        +ASM:/u01/app/grid/product/11.2.0/grid:N   # line added by Agent
         ora11g:/u01/app/oracle/product/11.2.0/dbhome_1:Y
    NOW QUESTIONS!!!!!
    1. Why I can't change the status of database to OPEN as grid user?
    2. The status is always STARTED when querying v$instance. İs it status of +ASM or database?
    3. When checking database as grid user it seems to be Database runnning...  If running why it is not in OPEN state? What is running means here?
    4. When I log on as oracle user and query v$instance, then error shown above occured. And also when startup  the database then another error occured as in above. WHY?
    5. When I edit /etc/oratab file manually why second row saved but the first one is changed after restart the system?
    6. Normally, which user have to start, stop or manage database? I think that oracle user is necessary for managing database and the grid user is only for managing ASM and Oracle Restart.
    PLEASE HELP ME TO SOLVE THIS CHAOTİC SİTUATİON!!!
    Thanks,
    DBA_84

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox)
    Pl identify exact version of 11gR2 to 4 decimal places. As noted in your other thread - Failed to start oracle-ohasd, error: Inappropriate ioctl for device ohasd failed to start at roothas.pl - you will need a minimum version of 11.2.0.3 for Linux 6.x - using a lower version may result in unexpected issues or problems.

  • LRM -00109:could not open parameter file Oracle 10g in Solaris 10

    Hallo! I have just installed Oracle 10g in Solaris 10.When I logged into sqlplus / as sysdba if found that I was connected to an idle instance. When I tried to startup open the db, the following error appeared
    Connected to an idle instance.
    SQL> startup open;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/export/home/oracle/product/10.2.0/db_1/dbs/initsolaris.ora'
    My pfile has the name init.ora and not initsolaris.ora.How can I change the settings to make the Oracle database start via pfile init.ora.
    Eventually,I would like the db to read the spfile spfileorcl.ora during the startup.How can I achieve this?
    Thanks

    4joey1 wrote:
    Hallo! I have just installed Oracle 10g in Solaris 10.When I logged into sqlplus / as sysdba if found that I was connected to an idle instance. When I tried to startup open the db, the following error appeared
    Connected to an idle instance.
    SQL> startup open;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/export/home/oracle/product/10.2.0/db_1/dbs/initsolaris.ora'
    My pfile has the name init.ora and not initsolaris.ora.How can I change the settings to make the Oracle database start via pfile init.ora.
    By default, oracle will look first for a spfile named "spfile<ORACLE_SID>.ora". Lacking that, it will try to find "init<ORACLE_SID>).ora.
    Eventually,I would like the db to read the spfile spfileorcl.ora during the startup.How can I achieve this?
    Once you have started the db (I believe a startup nomount will be sufficient) you can issue CREATE SPFILE ... Details are in the fine SQL Reference manual found at tahiti.oracle.com
    BTW, "open" is the default behavior of "startup", so no need to specify it. A simple "startup" does the same thing.
    Thanks

  • Modify parameter file ORACLE RAC 11G

    Dear all
    I have a production ORACLE RAC 11G database. i want to modify shared spfile parameter file in RAC .But spfile is shared file which is on ASM.
    how to achive it using pfile, actually i want to change in pfile and then make a spfile in ASM which is shared by all instances
    Please reply soon

    846671 wrote:
    Dear all
    I have a production ORACLE RAC 11G database. i want to modify shared spfile parameter file in RAC .But spfile is shared file which is on ASM.
    how to achive it using pfile, actually i want to change in pfile and then make a spfile in ASM which is shared by all instances
    Please reply soonYou know that the modifications you'have done on spfile are not active until you restart DB. So why don't you want to modify the spfile by "alter system ... scope=spfile" commands? I don't see the point to create pfile, modify it and recreate spfile...
    http://download.oracle.com/docs/cd/B28359_01/install.111/b28264/params.htm#CIHIDAHD

  • Parameter files in Oracle 9i

    Hi.
    I have an easy question for you...
    Where is the parameter file for each SID with 9.2 on Windows? My guess it is:
    ORACLE_HOME\admin\ORACLE_SID\pfile\init.ora.12345
    (bunch of numbers at the end)
    This is different from 817, where the file was init_SID_.ora.
    Could someone explain if this is the only parameter file?
    Also, what is spfile?
    Or, please point me to some documentation that explains this...
    Thank you.
    Robin

    Hi Robin,
    Here is a link to the documentation on spfile - http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/server.920/a96521/create.htm#1012672
    Hope this helps.
    Sujatha.

  • How do i find the location of Oracle password file in the HDD

    we giv the location of the password file while we use the orapwd command to create one.
    later if we forget the location of the password file (incase it is not at the default location) then is there a way to find it or do we just create a new password file?
    secondly, for oracle to use the password file we giv the remote_login_passwordfile='EXCLUSIVE' in the parameter file. wat tells oracle the location of the exact password file??
    Thanks
    Arvind
    Edited by: iinfi on Sep 29, 2008 12:15 AM

    The default location are OS dependant.
    On Unix/Linus it is under $ORACLE_HOME/dbs
    On Windows, it is under %ORACLE_HOME%/database
    To change the default location, nothing inside database, but :
    On Unix/Linux, you have to create a symbolic link for that file to the target location
    On Windows, you have to change env variable (regedit) ORA_PWFILE and ORA_SID_PWFILE
    So, you have to check this setting for the real password file location.
    Nicolas.

  • Error in intitialisation parameter file, pls help

    i am new to dba field. i created a database named "demo" suing dbca. but whenever i start i am getting the following error.
    startup nomount pfile='d:\oracle\admin\demo\pfile\init.ora';ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file 'D:\ORACLE\ORA92\DATABASE\INITDEMO.ORA'
    kindly help, thank you.

    i tried adding a control file using alter system set command and when i queried v$controlfile, i got the perfect answer.
    later i shutdown the database and and deleted the newly created control file manually.
    after that i tried adding a control file in pfile and i tried staring the database, from then i started getting the error.
    again i deleted the whole pfile and copied another database's pfile and edited it as per the requirement. i tried to open the database using pfile, and thus i m getting the errors...
    SQL> startup pfile='d:\oracle\admin\demo\pfile\init.ora'
    LRM-00109: could not open parameter file 'd:\oracle\admin\demo\pfile\init.ora'
    ORA-01078: failure in processing system parameters

  • LRM-00109: could not open parameter file

    Hi,
    I have done clone using rman backup and change db name using DBNID utility Now i want to rename the pfile or spfile When i am trying to rename it occured below error.Tnsname and listener parameters have been changed.
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/vol02/oraclestandby/10.2.0/dbs/initem
    gr.ora'
    --while tried to start database using pfile with new name it started but it is not creating spfile.
    --One question,During start the database(startup) how can it looks the particular pfile ?
    startup command how to identify the exact pfile if there are three or more different pfile with different name?
    Thnaks,

    Oralce will look for a mfile matching with the SID of your database. Thats why the file naming convetion is init sid .ora. If oracle cant find that same named file, the rror is returned to you.
    HTH
    Aman....

  • How to define table specific QUERY in parameter file for Export Utility

    Hi All
    I am trying to create A SINGLE parameter file for export utility. I have 2 tables and want to use a different QUERY condition for each of these tables. However i do not want to create 2 seperate parameter files for this and run/script exp twice.
    Is there a way to do it ?
    NOTE: I am using normal export utility for Version 9 and NOT oracle data pump.
    Following is an example of what i want to achive in parameter file:
    Tables = (TabA,TabB)
    # for table - TabA
    QUERY = "where id =25"
    #for table - TabB
    QUERY = " where court_id=54 and id >1"
    Please advice on syntax of parameter file so that exp knows that it has to process 1st condition for only TabA and second condition for TabB.
    Any samples/syntax examples are greately appreciated.
    thanks in advance!
    cool tech

    No there is no such alternative. Query condition is applicable to all the tables listed in TABLES parameter.
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96652/ch01.htm#1005843

  • How to convert Oracle *.dmp files into something that SQL can read ?

    Is there a method I can use to convert Oracle *.dmp files into .txt files? .xls files or something??
    Any and all suggestions appreciated!
    Thanks,

    Hi
    you can't convert your .dmp file into text or xls file though you can see the contents of your .dmp file using parameter SHOW=Y in your import command. It will just show the contents of .dmp file and will not import the objects.
    Regards
    Ilyas
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by ():
    Is there a method I can use to convert Oracle *.dmp files into .txt files? .xls files or something??
    Any and all suggestions appreciated!
    Thanks,<HR></BLOCKQUOTE>
    null

  • Parameter Files Error

    Hi everybody,
    I am working with Oracle BI Apps, and I use Informatica as ETL tool and DAC(Datawarehouse Administration Console) as a manager of Informatica.
    In DAC I have execution plans that execute informatica workflows.
    My problem is next:
    I have this 3 paths where I have parameters file:
    /tfnac3/3rdparty/oraclebi/infrmatica/901/server/infa_shared/SrcFiles
    /tfnac3/oraclebi/product/OracleBI/DAC/bifoundation/dac/Informatica/parameters/input
    /tfnac3/oraclebi/product/OracleBI/DAC/bifoundation/dac/Informatica/parameters
    Inside this parameters files I have this value mplt_BC_ORA_ProductDimension.$$MASTER_ORG='204' by default, then I changed to mplt_BC_ORA_ProductDimension.$$MASTER_ORG=136, because this is the real value that I need, but when I execute my execution plan in DAC, in this path /tfnac3/oraclebi/product/OracleBI/DAC/bifoundation/dac/Informatica/parameters the value in parameter file return to '204'.
    My question is,
    Do you know why is this happen?
    Is there another path where I can find more parameters files?
    Is there any another way to change this value, I mean another configuration that I can do to change this value?
    Regards,
    Arnulfo.

    hi,
    if this parameter is listed under dac-->design -->source system prameters
    change the value of mplt_BC_ORA_ProductDimension.$$MASTER_ORG to 136
    and assign the physical path of parameter filename given in workflow manger ( default is $PMSourceFileDir\) to InformaticaParameterFileLocation     in dac
    under setup-->dac system setup properties ex:
    InformaticaParameterFileLocation     C:\Informatica\9.0.1\server\infa_shared\SrcFiles
    regards
    gs

  • List of all parameters in parameter file

    Hi,
    Could you provide me the link to list of all parameters in parameter file for Oracle 10g.
    Thanks.

    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/toc.htm
    HTH...

  • How to set my parameter file to run impdp properly?

    Hello all,
    I want to import a table HR.COUNTRIES to KATE:COUNTRIES with impdp
    This is my parameter file :
    DIRECTORY=C_ROOT
    DUMPFILE=EXAMPLE.DMP
    TABLES=COUNTRIES
    REMAP_SCHEMA=SH:KATE
    I get an error in my log file :
    Import: Release 10.2.0.1.0 - Production on Thursday, 16 October, 2008 8:36:12
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Master table "SYSMAN"."SYS_IMPORT_TABLE_01" successfully loaded/unloaded
    Starting "SYSMAN"."SYS_IMPORT_TABLE_01": sysman/******** parfile=impdb.par
    Processing object type TABLE_EXPORT/TABLE/TABLE
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    . . imported "HR"."COUNTRIES" 6.093 KB 25 rows
    . . imported "KATE"."COUNTRIES" 9.273 KB 23 rows
    Processing object type TABLE_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type TABLE_EXPORT/TABLE/COMMENT
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    ORA-39083: Object type REF_CONSTRAINT failed to create with error:
    ORA-00942: table or view does not exist
    Failing sql is:
    ALTER TABLE "HR"."COUNTRIES" ADD CONSTRAINT "COUNTR_REG_FK" FOREIGN KEY ("REGION_ID") REFERENCES "HR"."REGIONS" ("REGION_ID") ENABLE
    Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Job "SYSMAN"."SYS_IMPORT_TABLE_01" completed with 1 error(s) at 08:38:40
    Finally, i got two importation of countries : in both schema HR and KATE.
    Someone can help me please?
    I only want to import HR.Countries to KATE.Countries.
    Thanks in advance.
    :o)

    Thanks for links,
    Ok, the problem is that I have two tables COUNTRIES in two schemas. I only want to import SH.COUNTRIES, not HR.COUNTRIES. If I exclude the HR schema. It's ok, my import work properly. HR.COUNTRIES is not imported.
    The problem I see is if I don't know all the tables names in the dmp file, I could only want 1 objet and exclude everyelse.
    If I uses that parfile, it's ok.
    Good :
    DIRECTORY=C_ROOT
    DUMPFILE=EXAMPLE.DMP
    REMAP_SCHEMA=SH:KATE
    TABLES=COUNTRIES
    EXCLUDE=SCHEMA:"='HR'"
    I would like only import with INCLUDE because I don't know all the schema names in the import file.
    I want :
    DIRECTORY=C_ROOT
    DUMPFILE=EXAMPLE.DMP
    REMAP_SCHEMA=SH:KATE
    TABLES=COUNTRIES
    INCLUDE=SCHEMA:"='SH'"
    it doesnt work. Do you have an idea how to proceed.
    Edited by: Jimmy/Newbie on 16 oct. 2008 10:27

Maybe you are looking for

  • Can multiple users access 1 iCloud account for file sharing?

    I work in a team where everyone has an ios or mac device. Is it possible, if i were to create a new @me.com account, for all team members to use this as their iCloud ID and therefore be able to share documents? Would there be a limit as to how many u

  • How to restrict values and apply condition for a characteristic in a query.

    Hi, I have to add two customer class(characteristic) fields to my query which is available as a navigational attribute in my multiprovider ( from which my query is built ). One field should give the values directly from master data. The values would

  • Traffic does not show up on IOS 6 map.app on iPhone 4

    I just updated my iPhone 4 to IOS 6 and the map.app does not show traffic even after I selected "Show Traffic." How can this be fixed. I live in a high traffic ares. Thanks!

  • Image Distortion When Printing

    Had an ad supplied for a book that was printed digitally. Entire book printed fine except for page with this ad. I got an image drop shadow, but it was way out of position and distorted. Printed claimed it was a bad PDF. All's I did was place a custo

  • Anyone having trouble w/ iPod function?

    I was up and running in a breeze...very impressive. Unfortunately, I had some issues w/ iPod freezing right off the bat...then, for a few hours I had no problem other than the speaker sounding pretty lame...tonight, when I finished syncing, my entire