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

Similar Messages

  • 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

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

  • 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

  • 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

  • ORA-19870: error while restoring backup piece -- file exists in ASM

    [oracle@rs1pre92dvdbsa01 ~]$ rman target sys/c9nv9sd9t9f11e@mdm11 auxiliary /
    Recovery Manager: Release 11.2.0.1.0 - Production on Fri Oct 29 10:41:38 2010
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database: MDM (DBID=1485385044)
    connected to auxiliary database: MDM (not mounted)
    RMAN> duplicate target database for standby;
    Starting Duplicate Db at 29-OCT-10
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=13 device type=DISK
    contents of Memory Script:
    restore clone standby controlfile;
    executing Memory Script
    Starting restore at 29-OCT-10
    using channel ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: starting datafile backup set restore
    channel ORA_AUX_DISK_1: restoring control file
    channel ORA_AUX_DISK_1: reading from backup piece +MDMDG2/mdm1/autobackup/2010_10_29/s_733654605.283.733654607
    channel ORA_AUX_DISK_1: ORA-19870: error while restoring backup piece +MDMDG2/mdm1/autobackup/2010_10_29/s_733654605.283.733654607
    ORA-19505: failed to identify file "+MDMDG2/mdm1/autobackup/2010_10_29/s_733654605.283.733654607"
    ORA-17503: ksfdopn:2 Failed to open file +MDMDG2/mdm1/autobackup/2010_10_29/s_733654605.283.733654607
    ORA-15012: ASM file '+MDMDG2/mdm1/autobackup/2010_10_29/s_733654605.283.733654607' does not exist
    failover to previous backup
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 10/29/2010 10:42:00
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06026: some targets not found - aborting restore
    RMAN-06024: no backup or copy of the control file found to restore
    RMAN>
    ASMCMD [+mdmdg2] > cd mdm1
    ASMCMD [+mdmdg2/mdm1] > ls
    CONTROLFILE/
    FLASHBACK/
    ONLINELOG/
    arch/
    autobackup/
    ASMCMD [+mdmdg2/mdm1] > cd autobackup
    ASMCMD [+mdmdg2/mdm1/autobackup] > ls
    2010_10_29/
    ASMCMD [+mdmdg2/mdm1/autobackup] > cd 2010_10_29
    ASMCMD [+mdmdg2/mdm1/autobackup/2010_10_29] > ls
    s_733654605.283.733654607
    As seen in asmcmd "s_733654605.283.733654607" file exists in +mdmdg2/mdm1/autobackup/2010_10_29 then why it is complaning that it can't find the file.
    and also How to open/view file in asmcmd

    [oracle@rs1pre91dvdbaa01 utl]$ sqlplus / as sysasm
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Oct 29 13:11:44 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup;
    ORA-01078: failure in processing system parameters
    ORA-29701: unable to connect to Cluster Synchronization Service
    I have rebooted both the RAC servers and I can't start database?
    I was under the impression that Database should be automatically started as part of Clusterware
    Please help urgent.

  • 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

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

  • ORA-32003: error occured processing parameter 'distributed_transactions'

    Hi,
    We are having oracle 10g database on AIX platform.As of now,Our database is running on pfile and We wanted the database to run on spfile.I tried to create the spfile and It is throwing the below error.Could somebody help me out on this issue...
    SQL> create spfile from pfile;
    create spfile from pfile
    ERROR at line 1:
    ORA-01078: failure in processing system parameters
    ORA-32003: error occured processing parameter 'distributed_transactions'
    LRM-00101: unknown parameter name 'distributed_transactions'
    I read the following old thread in this discussion forum related to this error , but I could not find a solution in that thread.
    error occured processing parameter

    Hi Satish,
    I'm not sure.I have taken up this project recently and seeing lot of issues with the databases,might be lack of proper administration.
    For some other database also I'm getting the same error for the parameter 'job_queue_interval'
    SQL> create spfile from pfile;
    create spfile from pfile
    ERROR at line 1:
    ORA-01078: failure in processing system parameters
    ORA-32003: error occured processing parameter 'job_queue_interval'
    LRM-00101: unknown parameter name 'job_queue_interval'
    If these are the parameters from oracle 8.1.7,can I comment these out.
    or How can I resolve these issues related to the parameters.

  • 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-00119, ORA-00132, ORA-01078 problems in dbca -datafileDestination /u02

    Hello,
    I have gone through the entire 9i RAC procedure for Redhat AS 2.1 - i am now running dbca -datafileDestination /u02 as the last step - but i get these errors below, and if i ignore i get lots of ORACLE not available errors
    ORA-00119: invalid specification for system parameter remote_listener
    ORA-00132: syntax error or unresolved network name 'LISTENERS_ORCL'
    ORA-01078: failure in processing system parameters
    Any ideas?
    Thanks,
    B.

    I have used Mr Puschitz's document.
    the problem was solved by starting listeners called LISTENER_ORCL on both nodes
    thanks for the response
    B

  • 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

Maybe you are looking for

  • 4 of us on 1 Apple ID/icloud acct. How do I create 3 new ID's?

    We have 4 members of our family on one Apple ID, and sharing one Cloud acct. How do I create 3 new ID's?  Our cloud acct is full, and we need our own space! :-)

  • Apple Remote Desktop not connecting

    I have set up new iMac with OSX.8.3 and released the remote administration as I did before on many other devices. In the Apple Remote Desktop window I can see the computer and it presents itself as any other computer also, to which I have access to (

  • Illustrator has this "Sketch and Line Art" Under "Object. How is this used and for what? Please enlighten me.

    I tried to search and nothing comes up. I can't even find it in the Illustrator's Manual. I am trying to play with different ways to trace or sketch and clicked on this Sketch and Line Art, which seems to always be greyed out, no matter what image I

  • How do I pass one beans data to another bean

    I have 2 jsp pages 0.jsp and 1.jsp page 0.jsp uses bean zero.java page 1.jsp uses bean one.java Both beans have session scope. 0.jsp is basically a table of servers. Each row is a servername, a username and a password. 0.jsp generates this table with

  • AirPort Extreme and ipad

    Hi there, I just bought an ipad and i have airport extreme, i share my hard disk with my airport to listen to music from the hard disk and watch movies, my question is, can i watch movies from my hard disk using my ipad ?????????????? please help