ORA-01078 at startup

Hello guys,
i am using an Centos 6.2 linux with installed oracle-xe. I have installed it from an rpm.
I use always the default settings.
After that i could start it normal and successful connect to apex.
Now i want to create an database user.
I connect as sysdba: sqlplus "sys as sysdba" and enter the password.
The message: "Connect to an idle instance" comes.
If i try: "CREATE USER HTS IDENTIFIED BY pw1;" the error ora-01034 occurred.
If i try: "startup" the error ora-01078 and lrm-00109: could not open parameter file '/u01/app/oracle/prodcut/11.2.0/xe/dbs/initxe.ora' occurred.
I have read a lot but i don't see the solution for my problem.
Has anyone an idea?

Hi;
1. Centos is not certified platform
2. For your issue i suggest close your thread here as changing thread status to answered and move it to Forum Home » Database » Application Express which is XE dedicated forum site.
Regard
Helios

Similar Messages

  • Startup DB, error ORA-01078

    Hi,
    I tried to startup the db but I receive erros.
    This is the operation I do:
    [oracle@server04 ~]$ sqlplus / as sysdba
    SQL*Plus: Release 11.1.0.6.0 - Production on Wed Apr 21 16:18:26 2010
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/11.1.0/db_1/dbs/initRDBTest.ora'Whan can I solve?
    Thansk, bye bye.

    The second line means the mentioned file does not exist.
    Please make sure it exists.
    When running into an error please ALWAYS consult the online error messages manual, before asking for clarification.
    Sybrand Bakker
    Senior Oracle DBA

  • Startup ORA-01078: failure in processing system parameters

    Hi All ,
    Good Evening/Afternoon.
    I am oracle version 10.2.0 on LINUX.
    I have created a local database for my practice with the name ZION. The pfile for the same currently resides on the location : /u01/app/oracle/ZION.
    Whenever while doing a startup i mention this location it gets opened properly.
    As a default location , the pfile should be located in the $ORACLE_HOME/dbs path so i created a softlink from the above path(/u01/app/oracle/ZION) to the dbs directory.
    [oracle@srv1 dbs]$ pwd
    /u01/app/oracle/product/10.2.0/db_1/dbs
    [oracle@srv1 dbs]$ ls -lrt
    total 7032
    -rw-r-----  1 oracle oinstall    8385 Sep 11  1998 init.ora
    -rw-r-----  1 oracle oinstall      24 Feb 27  2011 lkORCL
    -rw-r-----  1 oracle oinstall    1536 Feb 27  2011 orapworcl
    -rw-rw----  1 oracle oinstall      24 Aug 27 10:31 lkZION
    -rw-rw----  1 oracle oinstall    1544 Aug 28 00:59 hc_ZION.dat
    lrwxrwxrwx  1 oracle oinstall      12 Aug 29 19:58 initZION.ora -> initZION.ora
    -rw-r-----  1 oracle oinstall 7159808 Aug 29 20:20 snapcf_ZION.fwhen i give a startup command without specifying the pfile ,I get this error :
    [oracle@srv1 dbs]$ echo $ORACLE_SID
    ZION
    [oracle@srv1 dbs]$ sqlplus
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Sep 6 23:20:52 2011
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Enter user-name: / as sysdba
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/10.2.0/db_1/dbs/initZION.ora'Is it because of the softlink being present and not the actual file in the dbs location ?
    Please suggest.
    PS: Meanwhile I am trying the otherway round. copying the initZION.ora in the dbs after removing the softlink from here and then create the softlink in /u01/app/oracle/ZION from dbs.
    Thanks and Regards
    Kk

    Hi Both,
    Your observations are correct,
    when i gave the command as suggested it showed thats its a self link :
    [oracle@srv1 oracle]$ ls -ltr
    total 7036
    drwxr-xr-x  3 oracle oinstall    4096 Oct  1  2010 product
    drwxrwx---  6 oracle oinstall    4096 Jun 19 10:13 oraInventory
    drwxr-x---  2 oracle oinstall    4096 Aug 27 10:18 oradata
    drwxr-x---  2 oracle oinstall    4096 Aug 27 10:19 admin
    drwxr-x---  2 oracle oinstall    4096 Aug 27 10:19 flash_recovery_area
    drwxr-xr-x  9 oracle oinstall    4096 Sep  6 23:09 ZION
    -rwxr-x--x  1 oracle oinstall     924 Sep  6 23:14 initZION.ora:ORIGINAL
    -rwxr-x--x  1 oracle oinstall     924 Sep  6 23:36 initZION.ora
    -rw-r-----  1 oracle oinstall 7159808 Sep  7 00:04 control05.ctl
    [oracle@srv1 oracle]$ ln -s initZION.ora $ORACLE_HOME/dbs/And then when i gave the command as suggested :
    [oracle@srv1 oracle]$ cd $ORACLE_HOME/dbs
    [oracle@srv1 dbs]$ ls -lrt
    total 7036
    -rw-r-----  1 oracle oinstall    8385 Sep 11  1998 init.ora
    -rw-r-----  1 oracle oinstall      24 Feb 27  2011 lkORCL
    -rw-r-----  1 oracle oinstall    1536 Feb 27  2011 orapworcl
    -rw-rw----  1 oracle oinstall      24 Aug 27 10:31 lkZION
    -rw-rw----  1 oracle oinstall    1544 Aug 28 00:59 hc_ZION.dat
    -rw-r-----  1 oracle oinstall 7159808 Aug 29 20:20 snapcf_ZION.f
    -rwxr-x--x  1 oracle oinstall     924 Sep  6 23:38 initZION.ora:BKP
    lrwxrwxrwx  1 oracle oinstall      12 Sep  7 00:05 initZION.ora -> initZION.ora
    [oracle@srv1 dbs]$ ls -ll /u01/app/oracle/product/10.2.0/db_1/dbs/initZION.ora
    lrwxrwxrwx  1 oracle oinstall 12 Sep  7 00:05 /u01/app/oracle/product/10.2.0/db_1/dbs/initZION.ora -> initZION.ora
    [oracle@srv1 dbs]$You guys are correct , the link is a self link... though i created it in /u01/app/oracle/.
    I think i need to recheck the syntax for softlink.
    Thanks
    Kk
    Edited by: Kk on Sep 6, 2011 11:41 AM

  • ORA-01078 error message when trying to start database

    Hi,
    I am trying to clone a production database to use it as a standby on a different server. When I try to startup the database I get the below error message. I tryied starting it up from EM, but got "ORA-01078: failure in processing system parameters" error message.
    SQL> startup nomount pfile='D:\oracle\admin\MYDB\pfile\initmydb.ora'
    LRM-00101: unknown parameter name 'db_cache_size'
    LRM-00101: unknown parameter name 'dispatchers'
    LRM-00101: unknown parameter name 'fast_start_mttr_target'
    LRM-00101: unknown parameter name 'pga_aggregate_target'
    LRM-00101: unknown parameter name 'undo_management'
    LRM-00101: unknown parameter name 'undo_retention'
    LRM-00101: unknown parameter name 'undo_tablespace'
    ORA-01078: failure in processing system parameters
    SQL>
    This is my "ini" file:
    *.aq_tm_processes=1
    *.background_dump_dest='d:\oracle\admin\mydb\bdump'
    *.compatible='9.2.0.0.0'
    *.control_files='d:\oracle\oradata\mydb\control01.ctl','d:\oracle\oradata\mydb\control02.ctl','d:\oracle\oradata\mydb\control03.ctl'
    *.core_dump_dest='d:\oracle\admin\mydb\cdump'
    *.db_block_size=8192
    *.db_cache_size=629145600
    *.db_domain='skmconsulting.com'
    *.db_file_multiblock_read_count=16
    *.db_name='mydb'
    *.dispatchers='(PROTOCOL=TCP)'
    *.fast_start_mttr_target=300
    *.hash_join_enabled=TRUE
    *.instance_name='mydb'
    *.java_pool_size=33554432
    *.job_queue_processes=10
    *.large_pool_size=8388608
    *.log_archive_format='arch_mydb_%t_%s.arc'
    *.log_archive_dest = D:\oracle\archive-logs\mydb
    *.log_archive_start=TRUE
    *.max_enabled_roles=148
    *.open_cursors=500
    *.optimizer_mode='rule'
    *.pga_aggregate_target=25165824
    *.processes=200
    *.query_rewrite_enabled='FALSE'
    *.remote_login_passwordfile='EXCLUSIVE'
    *.shared_pool_size=83886080
    *.sort_area_size=524288
    *.star_transformation_enabled='FALSE'
    *.timed_statistics=TRUE
    *.undo_management='AUTO'
    *.undo_retention=10800
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='d:\oracle\admin\mydb\udump'
    Any ideas?
    Thanks.

    Also tried this, and got the same error:
    oradim.exe -delete -sid mydb
    set ORACLE_HOME=D:\oracle\ora92
    oradim.exe -new -sid mydb -intpwd pw -startmode manual
    set oracle_sid=mydb
    sqlplus /nolog
    conn sys/pw as sysdba
    startup nomount pfile='D:\oracle\admin\MYDB\pfile\initmydb.ora'
    ORA-12538: TNS:no such protocol adapter

  • ORA-01078 & LCC-00211

    Hi
    I have a problem with my database startup, I want to recreate a database on a IBM J50 server with OS AIX 4, and this is my problem:
    SVRMGRL> connect internal
    Connected to an idle instance.
    SVRMGRL> startup nomount
    LCC-00211: unexpected delimiter [NULL]
    ORA-01078: failure in processing system parameters
    SVRMGRL>
    For more information this is my init.ora
    # $ Copyr (c) 1992 Oracle
    # include database configuration parameters
    ifile     = /oracle/7.3.4.0/dbs/configmaximo.ora
    rollback_segments = (rbs01,rbs02,rbs03,rbs04,rbs05,rbs06,temp)
    # Example INIT.ORA file
    # This file is provided by Oracle Corporation to help you customize
    # your RDBMS installation for your site. Important system parameters
    # are discussed, and example settings given.
    # Some parameter settings are generic to any size installation.
    # For parameters that require different values in different size
    # installations, three scenarios have been provided: SMALL, MEDIUM
    # and LARGE. Any parameter that needs to be tuned according to
    # installation size will have three settings, each one commented
    # Use the following table to approximate the SGA size needed for the
    # three scenarious provided in this file:
    # -------Installation/Database Size------
    # SMALL MEDIUM LARGE
    # Block 2K 4500K 6800K 17000K
    # Size 4K 5500K 8800K 21000K
    # all instance-specific parameters in one file, and then have all
    # of these files point to a master file using the IFILE command.
    # This way, when you change a public
    # parameter, it will automatically change on all instances. This is
    # necessary, since all instances must run with the same value for many
    # parameters. For example, if you choose to use private rollback segments,
    # these must be specified in different files, but since all gc_*
    # parameters must be the same on all instances, they should be in one file.
    # INSTRUCTIONS: Edit this file and the other INIT files it calls for
    # your site, either by using the values provided here or by providing
    # your own. Then place an IFILE= line into each instance-specific
    # INIT file that points at this file.
    # tuning parameters
    db_files = 20
    # db_file_multiblock_read_count = 8 # SMALL
    db_file_multiblock_read_count = 16 # MEDIUM
    # db_file_multiblock_read_count = 32 # LARGE
    # db_block_buffers = 200 # SMALL
    # db_block_buffers = 550 # MEDIUM
    db_block_buffers = 3200 # LARGE
    # shared_pool_size = 3500000 # SMALL
    # shared_pool_size = 6000000 # MEDIUM
    shared_pool_size = 9000000 # LARGE
    log_checkpoint_interval = 10000
    # processes = 50 # SMALL
    processes = 100 # MEDIUM
    # processes = 200 # LARGE
    # dml_locks = 100 # SMALL
    dml_locks = 200 # MEDIUM
    # dml_locks = 500 # LARGE
    # log_buffer = 8192 # SMALL
    # log_buffer = 32768 # MEDIUM
    log_buffer = 163840 # LARGE
    sequence_cache_entries = 10 # SMALL
    # sequence_cache_entries = 30 # MEDIUM
    # sequence_cache_entries = 100 # LARGE
    sequence_cache_hash_buckets = 10 # SMALL
    # sequence_cache_hash_buckets = 23 # MEDIUM
    # sequence_cache_hash_buckets = 89 # LARGE
    audit_trail = true # if you want auditing
    # timed_statistics = true # if you want timed statistics
    max_dump_file_size = 10240 # limit trace file size to 5 Meg each
    unlimited_rollback_segments = true
    # log_archive_start = true # if you want automatic archiving
    compatible = 7.3.0.0
    # global_names = TRUE
    open_cursors = 200
    # mts_dispatchers="ipc,1"
    # mts_max_dispatchers=10
    # mts_servers=1
    # mts_max_servers=10
    # mts_service=MAXIMO
    # mts_listener_address="(ADDRESS=(PROTOCOL=ipc)(KEY=MAXIMO))"
    # nls_territory = "MEXICO"
    # nls_language = "MEXICAN SPANISH"
    # nls_numeric_characters="US7ASCII"
    nls_date_format = DD-MON-RRRR
    and my config.ora
    # $Header: cnfg.orc 1.1 95/02/27 12:14:25 wyim Osd<unix> $ Copyr (c) 1992 Oracle
    # cnfg.ora - instance configuration parameters
    control_files = (/oracle/oradata/maximo/control01.ctl,
    /oracle/oradata/maximo/control02.ctl,
    /oracle/oradata/maximo/control03.ctl)
    # Below for possible future use...
    #init_sql_files = (?/dbs/sql.bsq,
    # ?/rdbms/admin/catalog.sql,
    # ?/rdbms/admin/expvew.sql)
    background_dump_dest = /oracle/admin/maximo/bdump
    core_dump_dest               = /oracle/admin/maximo/cdump
    user_dump_dest               = /oracle/admin/maximo/udump
    #log_archive_dest          = /oracle/admin/maximo/arch/arch.log
    #db_block_size               = <blocksize>
    db_name = MAXIMO
    Please Help me, and How can I solve this problem
    Message was edited by:
    BalVe

    # $Header: cnfg.orc 1.1 95/02/27 12:14:25 wyim Osd<unix> $ Copyr (c) 1992 Oracle
    # cnfg.ora - instance configuration parameters
    control_files = (/oracle/oradata/maximo/control01.ctl,
    /oracle/oradata/maximo/control02.ctl,
    /oracle/oradata/maximo/control03.ctl)
    # Below for possible future use...
    #init_sql_files = (?/dbs/sql.bsq,
    # ?/rdbms/admin/catalog.sql,
    # ?/rdbms/admin/expvew.sql)
    background_dump_dest = /oracle/admin/maximo/bdump
    core_dump_dest               = /oracle/admin/maximo/cdump
    user_dump_dest               = /oracle/admin/maximo/udump
    #log_archive_dest          = /oracle/admin/maximo/arch/arch.log
    #db_block_size               = <blocksize>
    db_name = MAXIMO

  • 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.

  • Cannot connect to Database: ORA-01078: failure in processing system paramet

    Hi,
    i just installed Oracle Database XE 10g. But i cannot connect to the database. I'm trying to connect to the database with sqlplus.
    After searching for some log files i found the log-file oradim.log where i get the following error messages:
    Tue Jul 18 14:36:25 2006
    <INSTALLDIR>\app\oracle\product\10.2.0\server\bin\oradim.exe -startup -sid xe -usrpwd * -log oradim.log -nocheck 0
    Tue Jul 18 14:36:25 2006
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file '<INSTALLDIR>\app\oracle\product\10.2.0\server\dbs/spfileXE.ora'
    ORA-27041: unable to open file
    OSD-04002: Datei kann nicht geöffnet werden
    O/S-Error: (OS 2) Das System kann die angegebene Datei nicht finden.
    Any help is highly appreciated.
    Thank you in advance.
    Yuecel

    Installation finished successfully. No error messages at all.
    Was my first install and it did never work. I tried to reinstall a few time (with and without firewall etc.), but still not working.
    I did not change anything after install. Just opened sqlplus console and tried to connect to the database.

  • Grid Erros ORA-01078: ORA-29701:

    Hi everyone.
    I'm currently install a second Grid Infrastructure in one server. The first one is a 11.2.0.1 and the second one is 11.2.0.3. on solaris 10. In the second installation I chose install grid infrastructure for standalone server. So, when a try to start the asm instance give me this errors:
    SQL> startup mount
    ORA-01078: failure in processing system parameters
    ORA-29701: unable to connect to Cluster Synchronization ServiceWhen I execute the code above, the first ASM instance is shutdown and the another database.
    I noticed that in the second installation the crsctl comman tool is not installed just crsctl.bin. All steps for installation went fine.
    So, can you advise me what I have to do to solve this? some documentation or something? please.
    thanks in advance.
    johnxjean

    Thanks onedbguru, the alert log file does not telling me nothing but i'll try with the /etc/init.d/init.ohasd.
    In other words, i want to be able to start asm either 11.2.0.1 or 11.2.0.3. The second one starts without any problem, after i shutdown 11.2.0.3 asm and trying startup asm 11.2.0.1 but fails. I dont know what i am doing wrong.
    Regards
    Johnxjean

  • Multiple Homes ORA-01078 LRM-00109

    Hi,
    i have three ORACLE_HOMEs with two databases at the same server in two homes which are named "stg" and "infra". Yes, it comes from an Oracle Collaboration Suite installation :-)
    After a restart of the server i'm facing the ORA-01078 LRM-00109 errors if i'm trying to start the infra-tier database.
    Because the stg-home is the main home, i have added the infra TNS and Listener informations to the stg-home Listener and TNSNames files.
    I'm using ONE Listener of the stg-tier.
    It's trying to use the stg-config files with the infra tier and it fails with the errors above:
    SQL> startup;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file 'C:\OCS_ONEBOX\STG\DATABASE\INITIASDB.O
    RA'
    SQL> startup;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file 'C:\OCS_ONEBOX\STG\DATABASE\INITIASDB.ORA'
    Should i try to create a initiasdb.ora in the stg-tier which points to the correct spfile of the infra tier or daoes it overwrite other files after the startup? Or how could i switch the homes for startup?
    My tnsnames and Listener entries seems to be okay. The stg-tier database startsup without problems.
    Thank you,
    Maurice

    Oh, i'm using WinXP SP2 and Oracle 9i.
    The data of the STG-tier (Remember: infra does not work with the errors):
    Listener:
    # LISTENER.ORA Network Configuration File: C:\ocs_onebox\stg\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cc10206)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\ocs_onebox\stg)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = Storage.world)
    (ORACLE_HOME = C:\ocs_onebox\stg)
    (SID_NAME = Storage)
    (SID_DESC =
    (GLOBAL_DBNAME = iasdb.cc10206.cckt_ac.comconsult.de)
    (ORACLE_HOME = C:\ocs_onebox\infra)
    (SID_NAME = iasdb)
    TNSNAMES:
    # TNSNAMES.ORA Network Configuration File: C:\ocs_onebox\stg\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    EXTPROC_CONNECTION_DATA.CCKT-AC.COMCONSULT.DE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    INST1_HTTP.CCKT-AC.COMCONSULT.DE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cc10206)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    STORAGE.CCKT-AC.COMCONSULT.DE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cc10206)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SID = STORAGE)
    (SERVICE_NAME = Storage.world)
    IASDB.CCKT-AC.COMCONSULT.DE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = cc10206)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = iasdb.cc10206.cckt_ac.comconsult.de)
    (SID = iasdb)
    )

  • ORA-01078 and LRM-00109 error

    Hi,
    I have installed Oracle 11g on SUSE Linux 10 successfully.But i dont know whether the database is running or not.When i try to access "Oracle Enterprise Manager", it says that network problem. But however when i ping the system, its giving proper response.
    Secondly, when im trying to startup the database using SQL, it gives me the following errors:
    ORA-01078 : failure in processing system parameters
    LRM-00109 : could not open parameter file '/home/app/oracle/product/11.1.0/db_1/initsales.ora'
    where "sales" is my Oracle Database SID.
    Thirdly, can anyone please tell me how to check all oracle related services on linux?
    please help me in solving these issues.
    Thanks in advance.
    Regards,
    Abdul

    ORA-01078 : failure in processing system parameters
    LRM-00109 : could not open parameter file '/home/app/oracle/product/11.1.0/db_1/initsales.ora'
    $ORACLE_SID=SALES
    $export ORACLE_SID
    $ech $ORACLE_SID
    $sqlplus \nolog
    SQL> connect /as sysdba
    SQL> select name from v$database;
    Thirdly, can anyone please tell me how to check all oracle related services on linux?
    Check Listener:
    $lsnrctl status
    $ps -ef|grep tns
    Check Oracle Background Processes:
    $ps -ef|grep smon
    $ps -ef|grep ora_
    $ps -ef|grep oracle
    Regards,
    Sabdar Syed.

  • ORA-01078 & LRM-00109 error help

    I have installed Oracle 11g x86_64 on to my laptop (OS - Fedora 13). On installing when I tried using the command "startup", it showed me the below error.
    $ sqlplus / as sysdba
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/home/kritu/app/kritu/product/11.2.0/dbhome_1/dbs/initorcl.ora'
    ***NOTE*** But the location doesn't have "initorcl.ora", but instead has got only "init.ora".
    Need support from anyone who can help me out in finding the solution to the problem. Thanks in advance.

    Hi;
    please check below notes:
    Database Startup Fails With Errors ORA-01078 And ORA-27046 Or Just ORA-01078 [ID 405847.1]
    LRM-00109 and ORA-01078 when Using DBCA after Modifying Creation Script Destination [ID 226709.1]
    Startup of an Oracle 9i, 10g, 11g Instance using SPFile or Init.ora Parameter File [ID 162491.1]
    Regard
    Helios

  • Ora 01078 error

    Hello Experts,
    I am getting the following error while try to start database. In the respective directory I am not able to find initorrcl.ora file.
    Please help. Its urgent fro my project/job.
    Error:
    startup nomount
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file \APP\US31998\PRODUCT\11.1.0\DB_1\DATABASE\INITORCL.ORA'

    The init.ora file actullay located in the *\app\US31998\product\11.1.0\db_1\srvm\admin* directory.
    I copied the same file and putting into the *\app\US31998\product\11.1.0\db_1\database* directory
    After I copied its saying the following errer while runnning the startup nomount command
    startup nomount
    ORA-01078: failure in processing system parameters
    ORA-00439: feature not enabled: Real Application Clusters
    -----------------------------------init.ora file---------------------------------------------------------------------------------------
    # $Header: init.ora 25-jul-01.18:03:38 rajayar Exp $
    # Copyright (c) 1991, 2001, Oracle Corporation. All rights reserved. */
    # Example INIT.ORA file
    # This file is provided by Oracle Corporation to help you customize
    # your RDBMS installation for your site. Important system parameters
    # are discussed, and example settings given.
    # Some parameter settings are generic to any size installation.
    # For parameters that require different values in different size
    # installations, three scenarios have been provided: SMALL, MEDIUM
    # and LARGE. Any parameter that needs to be tuned according to
    # installation size will have three settings, each one commented
    # according to installation size.
    # Use the following table to approximate the SGA size needed for the
    # three scenarious provided in this file:
    # -------Installation/Database Size------
    # SMALL MEDIUM LARGE
    # Block 2K 4500K 6800K 17000K
    # Size 4K 5500K 8800K 21000K
    # To set up a database that multiple instances will be using, use the
    # same file for all instance. Place all instance-specific parameters
    # at the end of the file using the <sid>.<parameter_name> = <value> syntax.
    # This way, when you change a public
    # parameter, it will automatically change on all instances. This is
    # necessary, since all instances must run with the same value for many
    # parameters. For example, if you choose to use private rollback segments,
    # these must be specified differently for each instance, but since all gc_*
    # parameters must be the same on all instances, they should be in one file.
    # INSTRUCTIONS: Edit this file and the other INIT files it calls for
    # your site, either by using the values provided here or by providing
    # your own.
    # replace "clustdb" with your database name
    db_name = clustdb
    compatible=9.0.0
    db_files = 1024 # INITIAL
    #INITIAL
    #db_files=80
    #SMALL
    #DB_files=400
    #MEDIUM
    #db_files=1000
    #LARGE
    control_files = ("\\.\clustdb_control1", "\\.\clustdb_control2")
    db_file_multiblock_read_count = 8 # INITIAL
    # db_file_multiblock_read_count = 8
    #SMALL
    #db_file_multiblock_read_count = 16
    #MEDIUM
    #db_file_multiblock_read_count = 32
    #LARGE
    #Datawarehouse
    db_block_size=8192
    # Transaction processing
    # db_block_size=4096
    open_cursors=300
    #Transaction processing
    #sort_area_size=524288
    #Datawarehouse
    sort_area_size=1048576
    large_pool_size=1048576 #Transaction processing, Datawarehouse
    db_cache_size=50331648 #Datawarehouse, Transaction processing
    java_pool_size=67108864 #Datawarehouse, Transaction processing
    # db_block_buffers = 200 # INITIAL
    # db_block_buffers=100 #SMALL
    # db_block_buffers =550 # MEDIUM
    # db_block_buffers=3200 #LARGE
    #shared_pool_size = 52428800 # INITIAL
    shared_pool_size = 67108864 # datewarehouse, transaction processing
    log_checkpoint_interval = 10000
    processes = 59 # INITIAL
    # processes = 50
    #SMALL
    #processes = 100
    #MEDIUM
    #processes = 200
    #LARGE
    parallel_max_servers = 5
    #SMALL
    # parallel_max_servers = 4 x (number of CPUs)
    #MEDIUM
    # parallel_max_servers = 4 x (number of CPUs)
    # LARGE
    log_buffer = 8192 # INITIAL
    #log_buffer = 8192
    #SMALL
    #log_buffer = 32768
    #MEDIUM
    #log_buffer = 163840
    #LARGE
    # audit_trail = true # if you want auditing
    # timed_statistics = true # if you want timed statistics
    max_dump_file_size = 10240 # limit trace file size to 10 K each
    # Uncommenting the line below will cause automatic archiving if archiving has
    # been enabled using ALTER DATABASE ARCHIVELOG.
    # log_archive_start = true
    # log_archive_dest = %ORACLE_HOME%/admin/clustdb/arch
    # log_archive_format = "%%ORACLE_SID%%T%TS%S.ARC"
    # If using private rollback segments, place lines of the following
    # form at the end of this file:
    # <sid>.rollback_segments = (name1, name2)
    # If using public rollback segments, define how many
    # rollback segments each instance will pick up, using the formula
    # # of rollback segments = transactions / transactions_per_rollback_segment
    # In this example each instance will grab 40/10 = 4:
    # transactions = 40
    # transactions_per_rollback_segment = 10
    # Global Naming -- enforce that a dblink has same name as the db it connects to
    global_names = TRUE
    # Edit and uncomment the following line to provide the suffix that will be
    # appended to the db_name parameter (separated with a dot) and stored as the
    # global database name when a database is created. If your site uses
    # Internet Domain names for e-mail, then the part of your e-mail address after
    # the '@' is a good candidate for this parameter value.
    # db_domain = us.acme.com # global database name is db_name.db_domain
    # Uncomment the following line if you wish to enable the Oracle Trace product
    # to trace server activity. This enables scheduling of server collections
    # from the Oracle Enterprise Manager Console.
    # Also, if the oracle_trace_collection_name parameter is non-null,
    # every session will write to the named collection, as well as enabling you
    # to schedule future collections from the console.
    # oracle_trace_enable = TRUE
    # define directories to store trace and alert files
    background_dump_dest=%ORACLE_HOME%/admin/clustdb/bdump
    user_dump_dest=%ORACLE_HOME%/admin/clustdb/
    db_block_size = 4096
    remote_login_passwordfile = exclusive
    # text_enable = TRUE
    # The following parameters are needed for the Advanced Replication Option
    job_queue_processes = 2
    # job_queue_processes = 4 #datawarehouse
    # job_queue_interval = 10
    # job_queue_keep_connections = false
    distributed_transactions = 5
    open_links = 4
    # The following parameters are instance-specific parameters that are
    # specified for two instances named clustdb1 and clustdb2
    undo_management=AUTO # For automatic undo management
    # = MANUAL For manual/RBS undo management
    cluster_database= true
    cluster_database_instances=2
    remote_listener=LISTENERS_CLUSTDB
    # First instance specific parameters
    clustdb1.thread=1
    clustdb1.instance_name=clustdb1
    clustdb1.instance_number=1
    clustdb1.local_listener=listener_clustdb1
    clustdb1.remote_login_passwordfile = exclusive
    # Comment out clustdb1.undo_tablespace and uncomment clustdb1.rollback_segments
    # when undo_management=MANUAL
    clustdb1.undo_tablespace = UNDOTBS1
    # clustdb1.rollback_segments = (rbs1_1,rbs1_2)
    # Second instance specific parameters
    clustdb2.thread=2
    clustdb2.instance_name = clustdb2
    clustdb2.instance_number = 2
    clustdb2.local_listener = listener_clustdb2
    clustdb2.remote_login_passwordfile = exclusive
    # Comment out clustdb2.undo_tablespace and uncomment clustdb2.rollback_segments
    # when undo_management=MANUAL
    clustdb2.undo_tablespace = UNDOTBS2
    # clustdb2.rollback_segments = (rbs2_1,rbs2_2)
    -----------------------------------init.ora file---------------------------------------------------------------------------------------

  • ORA-01078 and  LRM-00123

    When I run database using pfile and everything is OK. But after creating spfile from pfile I've got such errors:
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00123: invalid character 0 found in the input fileCan anyone suggest me solution to resolve this problem?

    Try to check metalink note ID 736970.1 or/and check if you don't have comment (#) lines on your pfile.

  • ORA-01078: Failure in processing system parameters

    Hi,
    I have installed Data Vault 11.1.0.7 on my DB, I need to configure the datavault with database. But i receive ORA-01078 as I select my instance using the following path in DBCA
    Launch DBCA -> Database configuration option -> select instance name -> error.
    please find the trace log, init parameter( I already have a working spfile also I have recreated it) file below,
    Trace Log
    [Thread-28] [6:48:46:375] [SQLEngine.reInitialize:624] Reinitializing SQLEngine...
    [Thread-28] [6:48:46:376] [OsUtilsBase.getOracleBaseFromInventory:414] Getting ORACLE_BASE from inventory.
    [Thread-28] [6:48:46:376] [OsUtilsBase.getOracleBaseFromInventory:428] Setting oracle.installer.oui_loc = /sarahd1db/db/tech_st/11.1.0/oui
    [Thread-28] [6:48:46:376] [OsUtilsBase.getOracleBaseFromInventory:431] Oracle Inventory property invptrloc = null
    [Thread-28] [6:48:46:380] [OsUtilsBase.getOracleBaseFromInventory:448] Inventory Home Size = 1
    [Thread-28] [6:48:46:381] [OsUtilsBase.getOracleBaseFromInventory:474] ORACLE_BASE returned from inventory:= /sarahd1db/db/tech_st/11.1.0
    [Thread-28] [6:48:46:381] [SQLEngine.getEnvParams:446] NLS_LANG: American_America.AL32UTF8
    [Thread-28] [6:48:46:382] [SQLEngine.initialize:253] Execing SQLPLUS/SVRMGR process...
    [Thread-28] [6:48:46:457] [SQLEngine.initialize:281] m_bReaderStarted: false
    [Thread-28] [6:48:46:458] [SQLEngine.initialize:285] Starting Reader Thread...
    [Thread-28] [6:48:46:459] [SQLEngine.initialize:334] Waiting for m_bReaderStarted to be true
    [Thread-28] [6:48:46:597] [SQLEngine.done:2014] Done called
    [Thread-28] [6:48:46:601] [SQLEngine.done:2014] Done called
    Init file
    sarahd1.__db_cache_size=3422552064
    sarahd1.__java_pool_size=402653184
    sarahd1.__large_pool_size=671088640
    sarahd1.__pga_aggregate_target=2147483648
    sarahd1.__sga_target=6442450944
    sarahd1.__shared_pool_size=2281701376
    sarahd1.__streams_pool_size=134217728
    *._b_tree_bitmap_plans=FALSE
    *._fast_full_scan_enabled=FALSE
    *._index_join_enabled=FALSE
    *._like_with_bind_as_equality=TRUE
    *._optimizer_autostats_job=false
    *._sort_elimination_cost_ratio=5
    *._sqlexec_progression_cost=2147483647
    *._system_trig_enabled=true
    *._trace_files_public=TRUE
    *.aq_tm_processes=1
    *.compatible='11.1.0'
    *.control_files='/sarahd1db/redob/cntrl01.dbf','/sarahd1db/redoa/cntrl02.dbf','/sarahd1db/temp/cntrl03.dbf'
    *.cursor_sharing='EXACT'
    *.db_block_checking='FALSE'
    *.db_block_checksum='TRUE'
    *.db_block_size=8192
    *.db_files=512
    *.db_name='sarahd1'
    *.diagnostic_dest='/sarahd1db/db/tech_st/11.1.0/admin/sarahd1_usmtniaderpdb04'
    *.dml_locks=10000
    *.job_queue_processes=10
    *.log_archive_dest='/sarahd1db/arch'
    *.log_archive_format='sarahd1_%t_%s_%r.arc'
    *.log_buffer=10485760
    *.log_checkpoint_interval=100000
    *.log_checkpoint_timeout=1200
    *.log_checkpoints_to_alert=TRUE
    *.max_dump_file_size='204800'
    *.nls_comp='binary'
    *.nls_date_format='DD-MON-RR'
    *.nls_language='american'
    *.nls_length_semantics='BYTE'
    *.nls_numeric_characters='.,'
    *.nls_sort='binary'
    *.nls_territory='america'
    *.olap_page_pool_size=4194304
    *.open_cursors=600
    *.optimizer_secure_view_merging=false
    *.parallel_max_servers=8
    *.parallel_min_servers=0
    *.pga_aggregate_target=2G
    *.plsql_code_type='INTERPRETED'
    *.plsql_native_library_dir='/sarahd1db/db/tech_st/11.1.0/plsql/nativelib'
    *.plsql_native_library_subdir_count=149
    *.plsql_optimize_level=2
    *.processes=800
    *.query_rewrite_enabled='true'
    *.sec_case_sensitive_logon=FALSE
    *.session_cached_cursors=500
    *.sessions=1600
    *.sga_target=6G
    *.shared_pool_reserved_size=400M
    *.shared_pool_size=1400M
    *.timed_statistics=true
    *.undo_management='AUTO'
    *.undo_tablespace='APPS_UNDOTS1'
    *.utl_file_dir='/usr/tmp','/usr/tmp','/sarahd1db/db/tech_st/11.1.0/appsutil/outbound/sarahd1_usmtniaderpdb04','/usr/tmp'
    *.workarea_size_policy='AUTO'
    *.remote_login_passwordfile='EXCLUSIVE'
    Kindly suggest on this or let me know if any doc/bug/resolution
    Thanks
    Pankaj

    Hi,
    we are implementing datavault on an existing 11g DB.The database is up and running fine , but DBCA shows this error when I am trying to configure datavault using DBCA.
    I have created a spfile from the same pfile, and Db does not show any error while coming up or shutting down. The issue comes only while using DBCA. I shall try minimizing the parameters and try again.
    Thanks
    Pankaj

  • ERROR:ORA-01078,LRM-00109

    HI all,
    I am stuck ,plz help me i have created new database on unix server,the problem is i am able to connect from TOAD & SQL*plus...but when i try using cmd prompt (Telnet), i am unable to connect ,it gives me the error..
    ORA-01078,LRM-00109..plz solve my issue...
    Thanks,
    MIKE...

    ORA-01078 indicates your database itself is not up. How is it that you can connect through TOAD to this database?
    but not getting ointo sql promt on serverwhat do you mean by this? Do you mind doing a copy-paste of your screen and posting here so that we have a better idea of what you are looking at?

Maybe you are looking for