initSID.ora

Hello

When I start my test of the database gives error: -.


SQL > conn sys as sysdba
Enter the password:
Connect to an instance is idle.
SQL > startup
ORA-01078: failure in the treatment of system settings
LRM-00109: could not open the parameter file ' / u01/clone/R12/db/tech_st/10.2.0/dbs/initTEST.ora'

I checked there is no initTEST.ora file in this way, I have to create the initTEST.ora of init.ora file, but there is an another Production of instance in the servers and have a single init.ora file, so I can create initTEST.ora of the init.ora file? How can I recognize that this inti.ora file belongs to PROD or TEST?

Please advice.

Thank you. .

802714 wrote:
But my TEST SID database is ZGITEST, there is initZGITEST.ora file is available, so why the error is pointing to
LRM-00109: could not open the parameter file ' / u01/clone/R12/db/tech_st/10.2.0/dbs/initTEST.ora'

Please specify.

You export ORACLE_SID?

make:

export ORACLE_SID = ZGITEST and do the following:

sqlplus / as sysdba

Concerning
Rajesh

Tags: Database

Similar Questions

  • Why do I need to link spfileDBNAME.ora to + DATA/DBNAME/PARAMETER/spfile...

    Hello

    A month before I said the question

    >
    Why do I need a spfileDBNAME.ora alias to * ASM-file + DATA/DBNAME/PARAMETER/spfile... *.
    >
    in a CCR environment.

    Levi Pereira gave me kindly answer in the Thread:

    Re: Backup CARS + restore & Recover

    But I now find this answer in this thread!

    Levi, or someone else can me the answer once again?

    I thank in advance

    hqt200475

    Published by: hqt200475 on March 7, 2011 05:41

    http://download.Oracle.com/docs/CD/E11882_01/RAC.112/e16795/admin.htm#CHDHFIGC says:

    >
    Oracle recommends that you do not use the SPFILE names by default because all instances must use the same file and they all have different sid. On the contrary, keep the SPFILE on Oracle ASM. If you store the SPFILE on a cluster file system, and then use the following naming for the SPFILE convention: $ORACLE_HOME/dbs/spfiledb_unique_name.ora. Create a PFILE file named $ORACLE_HOME/dbs/initsid.ora that contains the name of SPFILE=ORACLE_HOME/dbs/spfiledb_unique_name.ora.

  • ORA-01994: GRANT failed: failed to add the users to the public password file

    Snoussi,

    our applications 11.5.10.2 and db 9.2.0.6 whenever I'm in the process of grant dba privileges to rman user sys, I get the below error

    ORA-01994: GRANT failed: failed to add the users to the public password file

    I created the password file and I've changed remote_login_passwordfile = NONE for remote_login_passwordfile = EXCLUSIVE lock
    in initSID.ora then I bounced DB but its showing again.


    SQL > show the distance parameter

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    real chain of remote_archive_enable
    remote_dependencies_mode string TIMESTAMP
    remote_listener chain
    Remote_login_passwordfile string NONE
    REMOTE_OS_AUTHENT boolean FALSE
    remote_os_roles boolean FALSE
    SQL >

    Here is my information in initSID.ora file.

    ----------------------------------------------
    #############################################################################
    #
    # END OF THE CBO SETTINGS SECTION
    #
    #############################################################################


    #---FIN OF REQUIRED OPTIMIZER PARAMETERS-

    #
    # Client settings.
    #
    Remote_login_passwordfile = EXCLUSIVE lock
    #EMOTE_LOGIN_PASSWORDFILE = exclusive lock
    IFile=/U05/Oracle/visdb/9.2.0/DBS/VIS_linux2_ifile.ora
    [oracle@linux2 dbs] $

    Published by: HumanDBA on June 9, 2009 04:06

    Danny,

    Do you use a spfile to start the database? If Yes, then you must change this setting in the spfile so (issue "show the spfile parameter' to check).

    Kind regards
    Hussein

  • How to send a mail in oracle 10g

    I am new to oracle developer... we use oracle 10g developer... How to send messages via oracle 10 g on a click.pease button help me.

    Thanks in advance

    This question was asked several times on this forum, see if you get the help of the following:

    https://forums.Oracle.com/message/5395438#5395438

    Search results: https://forums.oracle.com/thread/search.jspa?peopleEnabled=true&userID=&containerType=&container=&q=form+email

    Check this out as well:

    http://nzchaudhry.WordPress.com/2013/05/31/send-report-via-email-attachment-in-Oracle-Forms-10G/

    You can find the init.ora or initSID.ora file under $ORACLE_HOME/dbs on linux and Windows under $ORACLE_HOME/database. Otherwise, you can create using the command "create pfile from spfile.

    Aneel

  • SQL * more to define SGA_TARGET

    I used SQL * Plus for define SGA_TARGET, should I also set components automatically size the SGA.

    SQL > show sga;

    Total System Global Area 4008620032 bytes
    Bytes of size 2227656 fixed
    2013266488 variable size bytes
    1979711488 of database buffers bytes
    Redo buffers 13414400 bytes

    Another point: when I own in initsid.ora file, I'm sga_target parameter is not reflecting here... I have to manually add it in file. see below:
    * .sga_max_size = 4009754624
    * .shared_pool_reserved_size = 197133336
    * .shared_pool_size = 1979711488

    Whether and how performance will be really depends on how much memory components should be and how they are used. Forums are unable to answer your question.

    You can use memory advisors in Enterprise Manager to see how Oracle recommend memory components to be.

    "unused" within the SGA memory is automatically attributed to the DB_CACHE_SIZE, SHARED_POOL_SIZE etc. components.

    Hemant K Collette

  • Problem of control file

    My oracle 11 g on RED hat 5. I changed the values of the parameter control_files = ('/ disk1/.../control1.ctl ',' / disk3/.../control2.ctl') in the init file $ORACLE_SID.ora.
    When I start my database and the modified instance values isn't that rather the old value appears.

    Published by: user5166350 on February 25, 2012 10:07

    Hello

    As previously posted, the PFILE (initSID.ora) file has been modified, but the database can use the SPFILE.

    So you can do the following:

    startup nomount
    show parameter pfile
    

    If you receive a response like this:

    SQL> show parameter pfile
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    spfile                               string      C:\APP\PRODUCT\11.2.0\DBHOME_1
                                                     \DATABASE\SPFILEORION.ORA
    

    Then your database, use a SPFILE.

    In this case, you can run this:

    create pfile from spfile;
    

    Then your SPFILE is recorded in the init.ora.

    You change initSID.ora and save.

    Subsequently, you can run this:

    shutdown immediate
    startup nomount pfile='/init.ora'
    create spfile from pfile;
    shutdown immediate
    startup
    

    Hope this helps.
    Best regards
    Jean Valentine

  • Doubt on cloning

    Hi all

    Our production database is using newspaper archive and we'll take cold and RMAN backup daily weekly backup. After taking cold backup and create a new instance with cold backup using quick clone, the new instance doesnot a log mode archive programmed in initSID.ora file, some would explain the reason.


    R12.1.1, db 11.1.0.7, Linux environment


    Kind regards
    Charan.

    After taking cold backup and create a new instance with cold backup using quick clone, the new instance doesnot a log mode archive programmed in initSID.ora file, some would explain the reason.

    This is an expected behavior as quick Clone does not allow default archivelog mode and you have to manually enable once you are done with the cloning.

    How to enable archiving ON and OFF in Oracle RDBMS [ID 69739.1]

    Thank you
    Hussein

  • Location of SPfile

    Hi all

    I'm using Oracle 11 g 2 CARS, two nodes with ASM on Linux OEL 5.5.

    My spfile location was: SPFILE='+DATA/orcl/spfileorcl1.ora' on both nodes.
    I started the node 1, and then I created a pfile from spfile file using the command: create pfile from spfile.
    then I restarted the node 1 startup pfile = 'location '.

    Now I want to recover and use the spfile with Instance 1 so what I did, is to create spfile from pfile and started node instance 1

    But the new location of the spfile Node1 is: /u01/app/oracle/product/11.2.0/db_1/dbs/spfileorcl11.ora

    My questions:
    1. how I can move the node 1 back to ASM location spfile ' + DATA/orcl /'?

    Knowing that the value of the SID for spfile in V$ spparameter *.
    and in each instance is gaving me a different value of the spfile in parameter$ v:
    On node 1, it is: /u01/app/oracle/product/11.2.0/db_1/dbs/spfileorcl11.ora
    on node 2, it is: SPFILE='+DATA/orcl/spfileorcl1.ora'

    So what my database spfile use? and how can move back the spfile of node1 to ASM?

    Kind regards

    Published by: NB October 15, 2011 10:49

    1. how I can move the node 1 back to ASM location spfile ' + DATA/orcl /'?

    Once you have started proceeding with pfile, now if you want to start with spfile. Either you have to bounce back and point exact spfile disk as group

    VI initsid.ora
    SPFile = "+ data...". »

    Now start with this file pfile. So that you can use in rebound following spfile

    2. the two Instances use same spfile?
    Yes.

  • The fastest way to move a database to another server even.

    Hello gurus,
    Normally, I have worked with exp/imp, but now our database is too large to move this way takes about 24 hours for export and import. We bought new hardware and I need to go the new material on the production database. Operating system is the same Red Hat Enterprise rel 5.6 Linux 64 bit, oracle is the same 10.2.0.40 same block and character size, 64-bit, only difference, is that the new hardware has space more physical and better memory. Is there an easy way to move the data by copying on the control files and data files to a new server? I have not tried, data pump or transportable tablespaces, and I have limited time - so this request. I need to find the solution the faster your advice, so I can learn quickly how to implement your recemendation.
    My export .dmp database size is 34GB.
    Any advice would be great!

    No need to run a database create new host - already built sound at the source. Make a software 'only' install and get the ORACLE_HOME corrected and updated, you'll clone basically just the database to the new instance.

    As long as the source database is in archivelog mode, you can put the database in backup mode, copy the files of data, complete backup to the source mode and make a log switch.

    Here's a detail how at: http://www.dba-oracle.com/oracle_tips_db_copy.htm

    Instead of step to RECOVER the DATABASE, we use ' database to RECOVER up to TIME AAAA-MM-JJ HH24:MI:SS to the AID of BACKUP CONTROLFILE; "and the value until the time a second or two beyond the"... save end;' timestamp to the source instance. "

    You will need this archivelog, maybe encourage the file generated after the ends of the mode of backup and recovery for ARC files more a couple, depending on the activity of update to the source. If using a spfile, originally executed 'create a spfile pfile=/.../initSID.ora;' scp this file to the new host, adjust as required.

    Maybe you'll want to change DB_NAME, then the '... The DATABASE VALUE... "part of the controlfile create is necessary. Updated the SERVICE_NAME and if using LOCAL_LISTENER adjust the host = properly.

    If the directory paths are all the same, it is even easier. And if the are not, path names can be corrected in the script of create controlfile.

  • A cold decent backup script

    Oracle version: 11 G release 2
    Platform: AIX

    After going through various messages OTN, I wrote the script for cold backup (Untested) below. If there is some unnecessary stuff or improvements, please let me know
    $ rman target /
    RMAN>
    run
    {
         allocate channel c1  type disk format '/u05/rmanbkp/%d_COLD_DB_%u';
         sql 'alter system archive log current';
         shutdown immediate;
         startup mount;
         backup database including current controlfile tag='mydbname_full_bkp';
         backup spfile tag = 'mydbname_SPFILE';
         release channel c1;
    }

    Not in the script.
    But I would make sure that ORACLE_HOME backups, parameter files (tnsnames.ora, listener.ora, sqlnet.ora, initSID.ora, spfileSID.ora, encryption key portfolio) and scripts (RMAN scripts, database administration scripts) are also stored separately.

    Hemant K Collette

  • Conversion of character on heterogeneous queries?

    Hello

    We have a database of Oracle 11 g (11.1.0.7.0) running on a Windows 2003 SP1 server. Heterogeneous connectivity has been implemented in a database (2002) MS SQL Server. While the link itself works properly, with queries returning expected results, we are however facing a problem with character set conversion. For example, the French character e (e-acute) is not translated correctly and results in an "ORA-29275: partial multibyte character sets", when queries are made against the line of the table containing this character.

    The SQL Server database uses the ISO8859-1 character set, and our database uses AL32UTF8.

    In the configuration for the heterogeneous link initSID.ora file, we set the character set (used by SQL Server) as follows:

    HS_LANGUAGE = AMERICAN_AMERICA. WE8ISO8859P1

    However this did not result in character set translation underway.

    We have also tried to set the "Perform translation for character data" option in the MS. ODBC driver This gave not the result you want either.

    What I want to know is:

    (1) how to set up a heterogeneous link correctly to perform the character set translation?

    (2) if (1) above is not possible, what alternatives are there to achieve?

    Thank you
    William Walker

    In general, the conversation should work. You must make sure no conversation of characters is enabled in the ODBC driver and WE8 characters even no HS_LANGUAGE must be set in the gateway configuration file.

    Most commonly the corrupted output is happening, because the application that can display the characters is not conform to unicode. So digging into your question, I would say:

    1 using SQl Developer as a client - SQL Developer is unicode compatible and available for free on: http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
    2. When you select now in your table, the characters now appear correctly?

    If this isn't the case, please continue:
    3. now, create a demo table in your SQL Server (if possible):
    create table french_char (col1, col2 varchar integer (20));
    and insert a recording of the demo:
    insert into french_char values (1, 'eec')
    4. use developer SQL and the gateway to select in this demo table:
    Select "col1", "col2", dump("col2",16) "french_char" @;
    and the output.

    Also, check the key to register ORACLE belonging to the ORACLE_HOME containing DG4ODBC installation and provide me with the NLS_LANG parameter.

  • IFILE

    Hello

    What is the purpose of IFILE in oracle when it wil use

    Hello
    IFile is a parameter that you use in your init file to point to another pfile file that contains all the parameters of your. In your pfile 'initSID.ora' file, you add after line

    iFile = / day_pfile.ora

    This will make your database so that it starts with this settings file. Then, you edit pfile as follows

    iFile = / night_pfile.ora

    the names of your actual settings files that also explain why you want to use IFILE. If you have several settings files and sometimes you want to use a specific file with the init parameters and a few times that you want to use different settings with different settings file, so you can use the ifile parameter in your init file mail mentioning what parameter file you want to actually use.

    Salman

  • Switching of pfile from spfile

    Oracle 11.0.1.7:

    Ask a fundamental question. We got a new database, but that it is currently using pfile. I mean spfile parameter is EMPTY or NULL. How can I make the change as Oracle starts using the spfile? I create spfile spfile to create but when I try to change the spfile parameter I get the following:
    SQL> alter system set spfile='/u01/app/oracle/product/11.1.0.7/dbs/spfileprf01.ora' scope=both;
    alter system set spfile='/u01/app/oracle/product/11.1.0.7/dbs/spfileprf01.ora' scope=both
    *
    ERROR at line 1:
    ORA-32017: failure in updating SPFILE
    ORA-32019: The parameter SPFILE cannot be updated in the server parameter file.
    I can update in good memory.

    Another question I have is to start up Oracle how to know if she should use pfile or spfile?

    Another question I have is to start up Oracle how to know if she should use pfile or spfile?

    If $ORACLE_HOME/dbs/spfileSID.ora exists, it will be used first.
    If there is no such thing as spfile & initSID.ora file exists in the folder /dbs, it will be used.
    Or, if
    STARTUP PFILE =
    or
    START = SPFILE
    either use the file can reside in oin any folder as any filename.

  • 11 g upgrade issues

    Hello

    I'm upgrading from 9.2.0.6 to 11g database in EBS's Apps version 11.5.10.2.

    I did 11.1.0.7 patch set tasks installation and apply 11.1.0.7 additional patches of RDBMS

    Now, my query is that I need to copy InitSID.ora from 9i to 11g before or after the upgrade (using DBUA) database?
    When I set the parameters to initialize database for Oracle Applications 11i version before or after the upgrade (using DBUA) database?

    The respect of
    GSM

    Hello

    The instructions for the upgrade of database are described in the Guide to upgrade database to Oracle 11 g Release 1 (11.1) chapters 3 and 4

    Oracle® Database Upgrade Guide 11 g Release 1 (11.1)
    http://Oracle.Su/server.111/b28300/TOC.htm

    Note: 452783.1 - version of Oracle Applications 11i with Oracle 11 g Release 1 (11.1.0)

    Kind regards
    Hussein

  • Questions and 10gUpgrade

    Hello

    We do the upgrade from 9.2.0.6 to 10.2.0.4 in our unique test sever and apps version 11.5.10.2
    -------------------------------------------------------------------------------------------------------------------------------------------

    (1) installed binary 10.2.0.XxXX on new location as an oracle user
    (2) Applied Patch located at the top of the Oracle_Home 10.2.0, 10.2.0.4
    (3) copied Listener.ora files Tnsnames.ora, InitSID.ora home new Oracle 10 g and and I did any major changes in the files tnsnames, istener.ora, and inistSID.ora
    (4) I used the same number of headphone port and I started with any problem,

    MY questions is,

    I copied @utlu102i.sql script in / tmp location, when I try to run *@utlu102i.sql* using 9.2.0.6. database,

    I hit below question
    ---------------------------
    SQL > startup
    ORACLE instance started.

    Total System Global Area 581506668 bytes
    Bytes of size 452204 fixed
    402653184 variable size bytes
    167772160 of database buffers bytes
    Redo buffers 10629120 bytes
    ORA-00201: controlfile version 9.2.0.0.0 incompatible with ORACLE version
    9.2.0.0.0
    ORA-00202: controlfile: ' / u01/oracle/uatqdata/cntrl01.dbf'

    -----------------------------------------------------------------------

    I found metalink note: 388604.1

    According to the note, I have no problem with compatible,

    SQL > SELECT name, value, description OF THE parameter $ v
    WHERE name = 'compatible ';
    2
    NAME
    --------------------------------------------------------------------------------
    VALUE
    --------------------------------------------------------------------------------
    DESCRIPTION
    --------------------------------------------------------------------------------
    compatible
    * 9.2.0 *.
    Database will be completely compatible with this version of the software

    Hello

    If you have not run any script upgrade, then you should not get this error. You have a backup of this instance? If so, is it possible to restore the data files and restart the database by using the 9i ORACLE_HOME env files?

    Kind regards
    Hussein

Maybe you are looking for

  • Qosmio G50-10 and Blu - ray device

    Hello Is that the Qosmio G50 10 t-Tower can be inserted in the napend funkcie game bluray.If so I would ask your model (100% compatible) for my laptop.

  • BlackBerry Z30 Wifi - connected but no internet

    Hello! I m new to Blackberry and just received my Z30 (that I really like a lot!) I still have a problem with the wifi connection. I managed to connect to my wifi router. In the settings, I see that the connection is active. The signal is good. But o

  • Wireless Internet & wap

    Hello Is it possible to make a link to a php page to insert data in mysql with wifi or wap connection without signing keys? Th

  • Problems of Smartphones GPS blackBerry 8530

    I copied this from the manual. The GPS options that appear on your device may differ slightly from the options that appear in this task. Before you begin: according to your camera model BlackBerry® and wireless network, this function cannot be suppor

  • New Blu - Ray HDMI sound problem

    Whenever I play a most recent blu - ray with the Mediasmart DVD application disc, I get only sound through my speakers laptop even if my TV is plugged into the HDMI port and I can say that the port is the current output device into the cursor of the