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

Similar Messages

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

  • Startup errors: ORA-01078, LRM-00109

    VM: Oracle Virtual  Box
    Oracle Database installed: 12.1.0.2.0
    OS: Oracle Linux 7
    Problem:  When I try to start the oracle database in SQLPLUS, I get errors.  Please see 2 attached files.
    Thanks for your help.

    792311 wrote:
    Thank you for your help.
    I am getting the following error when I try to create PFILE:
    CREATE PFILE must be done from sqlplus prompt & not from OS command line
    We, you & I, don't know what actual ORACLE_SID is.
    Is it DB12C, or 12cdb?
    When was last time this DB successfully started?
    What changed since then?

  • 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

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

  • 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

  • RMAN backup restore leads to the error "ORA-00600: internal error code, arguments: [kccsbck_first], [2], [2349545192]" on DB startup

    Hi All,
    DB:11.2.0.3.0
    OS: Sun Solaris SPARC 64 bits
    I am facing an issue -  RMAN backup restore leads to the error "ORA-00600: internal error code, arguments: , , " on DB startup. Restored from RMAN backup DB test2 to DB test1.
    <p mcekeep="true">  $ sqlplus / as sysdba
    <p mcekeep="true">   SQL*Plus: Release 11.2.0.3.0   Production on Sun Oct 6 09:31:28 2013
    <p mcekeep="true">   Copyright (c) 1982, 2011,   Oracle.  All rights reserved.
    <p mcekeep="true">   Connected to an idle instance.
    <p mcekeep="true">  
    SQL> startup
    ORACLE instance started.
    Total System Global Area 4277059584 bytes
    Fixed Size                  2166160 bytes
    Variable Size            1493176944 bytes
    Database Buffers         2768240640 bytes
    Redo Buffers               13475840 bytes
    ORA-00600: internal error code, arguments: , , ,
    SQL> exit
    DB test2 database validated:
    RMAN> validate Database;
    No issues reported.
    Could anyone please let me the what's the cause of this error
    Thanks for your time
    Regards,
    user10088255

    HI,
    CASE : I
    C:\>set ORACLE_SID=xxxx
    C:\>sqlplus sys/XXXXX@rosen as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Jan 29 12:28:00 2011
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area   3423965184 bytes
    Fixed Size                      2180544 bytes
    Variable Size                2080377408 bytes
    Database Buffers           1325400064 bytes
    Redo Buffers                   16007168 bytes
    ORA-00600: internal error code, arguments: [kccsbck_first], [1], [3978145973],
    Solution:   AFTER GETTING  ORA-00600, SHUT THE DATABASE AND STARTUP IT INTO MOUNT STAGE  AND  THEN ALTER  DATABASE   TO OPEN STAGE .
    SQL> shut immediate
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 3423965184 bytes
    Fixed Size                      2180544 bytes
    Variable Size                 2080377408 bytes
    Database Buffers           1325400064 bytes
    Redo Buffers                    16007168 bytes
    Database mounted.
    SQL> alter database open;
    Database altered.
    SQL> select name,open_mode from v$database;
    NAME      OPEN_MODE
    ROSEN     READ WRITE
    CASE :: II
    C:\>sqlplus sys/XXXX@royalton as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Jan 29 12:37:37 2011
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  3423965184 bytes
    Fixed Size                      2180544 bytes
    Variable Size                  1979714112 bytes
    Database Buffers            1426063360 bytes
    Redo Buffers                  16007168 bytes
    ORA-00600: internal error code, arguments: [kccsbck_first], [1], [73515151],[], [], [], [], [], [], [], [], []
    Solution :  As in above case, I have started the database in mount and then alter it to the open mode but it doesnot work out. After some analysis ,troubleshooting and googling, we have decided to flush the shared pool  component of the SGA . So, we have started the database in mount stage and then flush the shared pool and further alter it to open stage . Below are the steps performed to solve this issue .
    SQL> shut immediate
    ORA-01507: database not mounted
    ORACLE instance shut down.
    C:\>set ORACLE_SID= royalton
    C:\>sqlplus sys/xxxxxxxx@royalton  as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Jan 29 12:28:00 2011
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 3423965184 bytes
    Fixed Size                     2180544 bytes
    Variable Size                 2080377408 bytes
    Database Buffers            1325400064 bytes
    Redo Buffers                  16007168 bytes
    Database mounted.
    SQL> alter system flush shared_pool;
    SQL> alter database open
    Database altered.
    SQL> select name,open_mode from v$database;
    NAME            OPEN_MODE
    ROYALTON        READ WRITE
    Conclusion : Though this is not the solution but a workaround to solve ORA-00600  which is having same argument as above, then you may follow the above steps.
    Please chek this link : One Can Succeed at Almost Anything For Which He Has Enthusiasm...: ORA-00600: internal error code, arguments: [kccsbck_f…

  • Hyperion startup error -ORA-12514, TNS:listener does not currently know of service requested in connect descriptor

    Hi All,
    While restarting the hyperion service we see this exception. Nothing was changed on the hyperion server. Checking with DB team if anything was change on their end.
    Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: Listener refused the connection with the following error:ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
            at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:283)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1310)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1227)
            at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:250)
            at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1330)
            Truncated. see log file for complete stacktrace
    We don't have oracle client on our end, so this is not a tnsnames issue. This is preventing all the hyperion services coming up.
    Thanks,

    The listener is up , the message is from the listener indicating the listener does not know of SID/SERVICE name that you are giving it. Manually connect to the db using sqldeveloper in order to make sure the parameters you are providing are working. Pay special attention to SID vs SERVICE_NAME. Then try to open config tool and go back to your database connection info. Reconfigure your database connection. It will likely you will find your connection error there. Also sometimes the config tool has trouble figuring out whether you mean SID or SERVICE_NAME. You can open advanced properties on the connection in configtool and specify / or : in the url.
    Java JDBC - How to connect to Oracle using Service Name instead of SID - Stack Overflow

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

Maybe you are looking for

  • Error when try to start the sap system in SAPMMC

    Hello gurus, I´m faccing with a serious problem, I´m trying to figure out a solution for this but I don´t get it!! My God.. Database - MS SQL 2005 System- ECC 6.0 OS- Win 2003 Server X64 When I tried to start the system by SAPMMC the system keep in w

  • Firmware upgrade for WRT54G v7

    is there no firmware upgrade for WRT54G v7? i didn't even find version7 as listed in linksys page for routers....

  • File and folder import

    I just installed Aperture and began to import files and folders from previous photo shoots (stored on a hard drive). I have many original jpgs that I modified in Photoshop and then saved as a separate version with a .psd extension. That means I have

  • Principal Propagation Using Sender SOAP adapter in PI7.1

    Hi, I am trying to configure principal propagation using SOAP sender adapter. In that, I am trying to generate the assertion ticket in SAP only but it is using PIAFUSER as the user that is being passed and not the user which we are using to logon. Pl

  • "backup failed while creating the backup folder"

    Time machine fails backup. Backup volume is a 1TB USB External. Message appears: "backup failed while creating the backup folder" However whwn enter time machine is entered, there is displayed many-many backup depictions.