ORA-01078: failure in the treatment of system settings

Hi gurus,

I need your help. Please give me a favor.

I create an ASM instance in my for my orcl instance. Here is the step by step process which I did.

SQL > select name, open_mode from v$ database;

NAME OPEN_MODE

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

ORCL READ WRITE

SQL > select tablespace_name dba_tablespaces;

TABLESPACE_NAME

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

SYSTEM

SYSAUX

UNDOTBS1

TEMP

USERS

EXAMPLE OF

SQL > select name from v$ datafile;

NAME

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

D:\APP\HIMANSHU\ORADATA\ORCL\SYSTEM01. DBF

D:\APP\HIMANSHU\ORADATA\ORCL\SYSAUX01. DBF

D:\APP\HIMANSHU\ORADATA\ORCL\UNDOTBS01. DBF

D:\APP\HIMANSHU\ORADATA\ORCL\USERS01. DBF

D:\APP\HIMANSHU\ORADATA\ORCL\EXAMPLE01. DBF

SQL > select name from v$ controlfile;

NAME

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

D:\APP\HIMANSHU\ORADATA\ORCL\CONTROL01. CTL

D:\APP\HIMANSHU\FLASH_RECOVERY_AREA\ORCL\CONTROL02. CTL

SQL > select Member from v$ logfile;

MEMBERS

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

D:\APP\HIMANSHU\ORADATA\ORCL\REDO03. JOURNAL

D:\APP\HIMANSHU\ORADATA\ORCL\REDO02. JOURNAL

D:\APP\HIMANSHU\ORADATA\ORCL\REDO01. JOURNAL

SQL > quit

Disconnected from the database to Oracle 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

With partitioning, OLAP, Data Mining and Real Application Testing options

D:\ > cd D:\app\Himanshu\oradata\orcl

D:\app\Himanshu\oradata\orcl > dir

Volume in drive D has no label.

Volume serial number is 84E1-F031

Directory of D:\app\Himanshu\oradata\orcl

07/12/2013 16:37 < DIR >.

07/12/2013 16:37 < DIR >...

17/12/2013 CONTROL01 9 748 480 23:15. CTL

16/12/2013 EXAMPLE01 104,865,792 18:43. DBF

16/12/2013-12:13 AM REDO01 52,429,312. JOURNAL

16/12/2013 REDO02 52,429,312 18:42. JOURNAL

12/15/2013 REDO03 52,429,312 21:01. JOURNAL

17/12/2013 SYSAUX01 597,696,512 23:30. DBF

16/12/2013 SYSTEM01 723,525,632 18:43. DBF

17/12/2013 TEMP01 20,979,712 22:44. DBF

16/12/2013 UNDOTBS01 57,679,872 18:43. DBF

16/12/2013 USERS01 5 251 072 18:43. DBF

10 file (s) on 1,677,035,008 bytes

2 dir 190,895,730,688 bytes free

SQL > quit

Disconnected from the database to Oracle 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

With partitioning, OLAP, Data Mining and Real Application Testing options

D:\ > cd D:\app\Himanshu\oradata\orcl

D:\app\Himanshu\oradata\orcl > dir

Volume in drive D has no label.

Volume serial number is 84E1-F031

Directory of D:\app\Himanshu\oradata\orcl

07/12/2013 16:37 < DIR >.

07/12/2013 16:37 < DIR >...

17/12/2013 CONTROL01 9 748 480 23:15. CTL

16/12/2013 EXAMPLE01 104,865,792 18:43. DBF

16/12/2013-12:13 AM REDO01 52,429,312. JOURNAL

16/12/2013 REDO02 52,429,312 18:42. JOURNAL

12/15/2013 REDO03 52,429,312 21:01. JOURNAL

17/12/2013 SYSAUX01 597,696,512 23:30. DBF

16/12/2013 SYSTEM01 723,525,632 18:43. DBF

17/12/2013 TEMP01 20,979,712 22:44. DBF

16/12/2013 UNDOTBS01 57,679,872 18:43. DBF

16/12/2013 USERS01 5 251 072 18:43. DBF

10 file (s) on 1,677,035,008 bytes

2 dir 190,895,730,688 bytes free

D:\app\Himanshu\oradata\orcl > cd D:\app\Himanshu\product\11.2.0\dbhome_2

D:\app\Himanshu\product\11.2.0\dbhome_2 > cd database

D:\app\Himanshu\product\11.2.0\dbhome_2\database > dir

Volume in drive D has no label.

Volume serial number is 84E1-F031

Directory of D:\app\Himanshu\product\11.2.0\dbhome_2\database

17/12/2013 23:48 < DIR >.

17/12/2013 23:48 < DIR >...

07/12/2013 16:33 < DIR > archive

07/12/2013 hc_orcl.dat 2 048 16:35

2005-12-22 04:07 31 744 oradba.exe

17/12/2013 oradim.log 1 767 23:50

07/12/2013 PWDorcl.ora 1 536 16:41

17/12/2013 22:42 3 584 SPFILEORCL. ORA

5 file (s) on 40 679 bytes

3 dir 190,895,714,304 bytes free

D:\app\Himanshu\product\11.2.0\dbhome_2\database > set ORACLE_SID = + ASM

D:\app\Himanshu\product\11.2.0\dbhome_2\database > echo % ORACLE_SID %

+ ASM

After that, I created a parameter file and given a parameter that is required to create an instance of the ASM:

D:\app\Himanshu\product\11.2.0\dbhome_2\database > type init + ASM.ora

instance_type = asm

D:\app\Himanshu\product\11.2.0\dbhome_2\database > oradim-new - sid + ASM

The created instance.

D:\app\Himanshu\product\11.2.0\dbhome_2\database > mkdir c:\asmdisks

D:\app\Himanshu\product\11.2.0\dbhome_2\database > dir c:\asmdisks

Volume in drive C is OS

Volume serial number is 440 c-A2D1

Directory of c:\asmdisks

18/12/2013-12:06 AM < DIR >.

18/12/2013-12:06 AM < DIR >...

0 file (s) on 0 bytes

2 dir 51,594,907,648 bytes free

D:\app\Himanshu\product\11.2.0\dbhome_2\database > asmtool - create c:\asmdisks\asmdisk1.asm 3

D:\app\Himanshu\product\11.2.0\dbhome_2\database > asmtool - create c:\asmdisks\asmdisk2.asm 3

D:\app\Himanshu\product\11.2.0\dbhome_2\database > asmtool - create c:\asmdisks\asmdisk3.asm 3

D:\app\Himanshu\product\11.2.0\dbhome_2\database > dir c:\asmdisks

Volume in drive C is OS

Volume serial number is 440 c-A2D1

Directory of c:\asmdisks

18/12/2013-12:08 AM < DIR >.

18/12/2013-12:08 AM < DIR >...

18/12/2013 asmdisk1.asm 3 145 728 12:07 AM

18/12/2013 asmdisk2.asm 3 145 728 12:08 AM

18/12/2013 asmdisk3.asm 3 145 728 12:08 AM

3 file (s) on 9 437 184 bytes

2 dir 51,585,474,560 bytes free

Now, I have edited the file pfile and given more than two parameters:

D:\app\Himanshu\product\11.2.0\dbhome_2\database > type init + ASM.ora

instance_type = asm

ASM_DISKSTRING = "c:\asmdisks\*."

_ALL_ALLOW_ONLY_RAW_DISKS = FALSE

Now I'm at from my ASM instance and get below error:

D:\app\Himanshu\product\11.2.0\dbhome_2\database > echo % ORACLE_SID %

+ ASM

D:\app\Himanshu\product\11.2.0\dbhome_2\database > sqlplus / as sysdba

SQL * more: Production version 11.2.0.1.0 Wed Dec 18 00:13:17 2013

Copyright (c) 1982, 2010, Oracle.  All rights reserved.

Connect to an instance is idle.

SQL > startup;

ORA-01078: failure in the treatment of system settings

LRM-00101: name of the unknown parameter '_ALL_ALLOW_ONLY_RAW_DISKS '.

And if I remove this hidden setting I get error described:

SQL > startup;

ORA-01078: failure in the treatment of system settings

ORA-29701: unable to connect to the Cluster Synchronization Service

Please give a help to remove this error also please guide me what wrong I do here.

Thank you

Michel.

Of 11.2, Oracle database binaries do not contain the ASM. To install it, you must use the GI of the autonomously. Search the documentation link I gave, it is IM on Windows only.

Aman...

Tags: Database

Similar Questions

  • ORA-01034: ORACLE not available ORA-01078: failure in processing system

    Aloha!

    I just create an instance on oracle 11g R2, I stop the newly created instance. Commissioning once again, I was invited by:

    SQL > startup mount
    ORA-01078: failure in the treatment of system settings
    LRM-00109: could not open the parameter file ' / u01/app/oracle/product/11.2.0/db_1/dbs/initorc01.ora'
    SQL >

    also, I tried connected as: [oracle@ole5 SBAtemp] $ sqlplus / as sysdba
    and try to shutdown database, im receiving this prompt.

    SQL > shutdown immediate
    SP2-0717: illegal SHUTDOWN option
    SQL > shutdown immediate;
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux error: 2: no such file or directory
    SQL >

    Thanks for the help in advance.


    Kind regards
    Hades
  • failure in the treatment of the system parameters when starting sqlplus

    Hi all
    I have install oracle database 11g release 2 in Ubuntu 9.10
    But when I run starting in sql over, this is getting confused.

    How to solve this problem completely, step by step because I'm a beginner.

    SQL > startup
    ORA-01078: failure in the treatment of system settings
    LRM-00109: could not open the parameter file ' / u01/app/oracle/product/11.2.0/dbhome_1/dbs/initarchbase.ora'
    SQL >

    Published by: [email protected] on February 27, 2010 05:23

    Read the link.

    http://www.morganslibrary.com/reference/init_dot_ora.html

    Concerning
    Asif Kabir

  • Win XP failure of the Windows operating system, making Noah begins.

    Hello everyone,

    My computer got an operating system failure, this morning, I can't do to start windows. System is win XP. Recently, I installed a new terabyte of hard drive as secondary. I need some advice also, the main hard drive, I had (were I got the operating system) is 250Gig only and I wanted to install Battlefield Bad Company 2 on the new terabyte of hard drive and use the 250gig for purposes of Os only, this may be the reason for the failure of the system? launch the game from the secondary hard drive?

    How can I fix? I would greatly appreciate any help you guys can provide and advice. (Note that this has happened to me before) and I had to reformat etc, and get a new terabyte cause it damaged (what im using is a new replacement).

    Windows my computer is windows 98 with a win XP upgrade...: S

    It is a Forum of Vista.  Please repost your question in the Forums XP: http://social.answers.microsoft.com/Forums/en-US/category/windowsxp where XP experts will be more than happy to help you with your problems.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • What should I do now? I have a boot failure of the disk (insert system disk). I inserted the disc and it says:

    Compaq sr5127cl vista 32 bit boot disk failure, insert system disk

    I inserted the disc system and got "No drive found" upwards cannot continue

    What should I do now?

    Datsuny wrote: Compaq sr5127cl vista 32 bit boot disk failure, insert system disk I inserted the disc system and got "no drive found" set up will continue what should I do now?

    Hello Datsuny, many times this error means that the hard drive has failed or the operating system on the hard disk is damaged.

    I would tend to think that the hard drive has failed.

  • ORA-27369: failure of the EXECUTABLE work

    Please review the following test case:

    A shell script named: test.sh
     
    #!/bin/ksh 
    . /home/oracle/.profile 
    echo `date` > /tmp/result.txt 
    He has successfully completed during the race, the shell script command line, and redirect the current date in the text file.

    [dm01db01:oracle@psdwh1/dbfs_scripts/mnt/dba/scripts/bin] $ cat /tmp/result.txt
    Mon 6 Aug 21:50:45 IDT 2012


    Then, I created a scheduler that runs the SAME shell script:
     
    CREATE OR REPLACE procedure CRM.run_test 
    is 
    v_job_name  varchar2(20); 
    Begin 
           v_job_name := 'run_my_test'; 
            dbms_output.put_line('v_job_name='||v_job_name); 
            DBMS_SCHEDULER.create_job ( 
                    job_name        => v_job_name, 
                    job_type        => 'EXECUTABLE', 
                    job_action      => '/dbfs_scripts/mnt/dba/scripts/bin/test.sh', 
                    start_date      => SYSTIMESTAMP, 
                    enabled             => false, 
                    auto_drop           => true); 
                dbms_scheduler.enable(name=>v_job_name); 
    end; 
    / 
    
    
    SQL> exec CRM.run_test ; 
    v_job_name=run_my_test 
    PL/SQL procedure successfully completed. 
    Addional_info in dba_scheduler_job_run_details shows the following error message:
     
    ORA-27369: job of type EXECUTABLE failed with exit code: Key has expired 
    STANDARD_ERROR="/dbfs_scripts/mnt/dba/scripts/bin/test.sh: line 3: date: not found 
    {code} 
    
    I made the following change in the shell script : /bin/date 
    
    {code} 
    #!/bin/ksh 
    . /home/oracle/.profile 
    echo `/bin/date` > /tmp/result.txt 
    {code} 
    And now the script finished successfully . 
    
    Obviously it succeeded beacuse now the job has the full path to linux date function. 
    But why its work with no need to change the code while running it directly from command line ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

    Please refer to the notes 739402.1
    It is said we nee to specify the full path or export the PATH variable in your shell script.

  • ORA-27369: failure of the EXECUTABLE work with exit code: no such file or dir

    Hi all

    I'm new with DBMS_SCHEDULER and my need is to create a job, without program and schedule, I can call in an app of the Apex.
    This work carried a window * by cmd.exe .bat file
    I have test the .bat with doubleclick and it works.
    I have test the window run with the string
    c:\windows\system32\cmd.exe/c C:/mycompletepath/myfilename.bat > nul
    and it works.

    I have run the following
    execute DBMS_SCHEDULER.create_job (
                   job_name=>'EIM_JOB',
                   job_type=>'EXECUTABLE',
                   job_action=>'c:\windows\system32\cmd.exe',
                   number_of_arguments=>1,
                   auto_drop=>FALSE,
                   enabled=>FALSE,
                   comments=>'Job Lancio EIM'
              );
    and the task is created.

    I run this
    execute DBMS_SCHEDULER.set_job_argument_value('EIM_JOB',1,' /c C:/mycompletepath/myfilename.bat > nul');
    execute DBMS_SCHEDULER.enable('EIM_JOB');
    execute DBMS_SCHEDULER.PURGE_LOG(job_name=>'EIM_JOB');
    execute DBMS_SCHEDULER.run_job('EIM_JOB');
    but error ORA-27369: jobs of type EXECUTABLE failed with exit code: no such file or directory is triggered

    The argument is uge and read about it here https://forums.oracle.com/forums/thread.jspa?threadID=701740 here https://forums.oracle.com/forums/thread.jspa?threadID=555102 and here http://www.oracle-base.com/articles/11g/SchedulerEnhancements11gR1.php_ I guess that my problem is quite on the credentials , but I need help or advice to clearly identify, check and solve the problem.

    Any kind of help will be appreciated.
    Thank you

    Alex

    Hi Alessandro,.

    Other registered Oracle services?

    This service is automatically created during a successful installation of the database under Windows. If she is not there, something may have gone wrong during the installation.

    Thank you
    Ravi.

  • ORA-01078, LRM-00109

    Installed Oracle: 11.2.0.1.0 G

    Oracle Linux: 6.6

    Problem: I get the following error when I try to start Oracle DB:


    ORA-01078: failure in the treatment of system settings

    LRM-00109: could not open the parameter file ' / u01/app/oracle/product/11.2.0/db_1/dbs/initDB11G.ora'

    Please see the screenshots below:

    Error.png

    bash_profile.png

    ORA Files in DBS.png

    This is the name of the comic:

    DB Name Oct 2015.png

    Please advice,

    Thank you.

    ORACLE_SID = akhtar1

    export ORACLE_SID

  • ORA-01078 and LRM-00109 after I installed a single instance of 12 c

    Hello

    I configured a database with dbca as single instance on a server Linux with Oracle GI 12.1.0.2 6 Oracle and Oracle DB 12.1.0.2 with power supply of January 2015. So not CBD or so. Installation runs without any problem.

    After Installation I wanted to start the db, but it gives me a

    SQL > startup

    ORA-01078: failure in the treatment of system settings

    LRM-00109: could not open the parameter file ' / usr/local/oracle/product/12.1.0.2/dbs/initmyhr12D.ora'

    SQL > exit

    So I looked for it in the directory. I found the file, but it was created with big letters:

    ora121@testserv-DB_12_1_0_2/myhr12D:/usr/local/Oracle/product/12.1.0.2/DBS

    He's $

    -rw - r - 1 ora121 oinstall 48 9 February 14:36 initMYHR12D.ora

    -rw - r - 1 ora121 asmadmin 24 9 February 14:19 lkMYHR12D

    -rw - r - 1 ora121 oinstall 7680 9 February 14:35 orapwMYHR12D

    It's funny! I know, I just ove, but is - it an official bug in 12.1.0.2, when I create a database and gives the SID in large letters the dbca creates the file init.ora with big letters but tries to load it with small letters? Not very well I think...

    A big thank you and best regards,

    Dave

    Oracle sid in Capital letter as set below:

    export ORACLE_SID =MYHR12D (capital letters)

    and give it a go...

    If this does not work, please copy - paste the output of the following command:

    $env | grep ORACLE

    HTH,

    Pradeep

  • Grid Erros ORA-01078: ORA-29701:

    Hello world.

    I'm currently installing a second grid Infrastructure in a single server. The first is a 11.2.0.1 and the second is 11.2.0.3. on solaris 10. In the second installation I chose to install grid for stand-alone server infrastructure. Thus, when a test to start the asm instance gives me this error:
    SQL> startup mount
    ORA-01078: failure in processing system parameters
    ORA-29701: unable to connect to Cluster Synchronization Service
    When I run the code above, the first instance of the DSO is turned off and the other database.

    I noticed that in the second installation of the comman crsctl tool is not installed just crsctl.bin. All steps for installation went well.

    So, can you advise me what I should do to fix this problem? Some documents or something? Please, I beg you.

    Thanks in advance.

    johnxjean

    Hi, after trying several posibilities. The solution was the instance ASM starting srvctl utility.

    Concerning

    johnxjean

  • Printer indicates failure with an error ink system: Oxc18a0001

    I was out of ink cartridge and installed get instant failure with the error ink system: Oxc18a0001

    What model of printer you have?

  • CC have reinstalled due to the failure of the system.  When opened in the image space RAW goes yellow spot, with blue background.  I reinstalled without effect.  At the opening, in RAW, the image is restored for future treatment.  Error occurs with both d

    CC have reinstalled due to the failure of the system.  When opened in the image space RAW goes yellow spot, with blue background.  I reinstalled without effect.  At the opening, in RAW, the image is restored for future treatment.  Error occurs with both dng and arw.  Ideas.

    Try the following:

    In the Camera Raw window, press Ctrl + K (Cmd + K on a Mac) to bring up the preferences.

    Uncheck the box processor graphics use.

    If that suits him, update your graphics driver may allow you to work with the checked graphics processor.

  • Random BSoD occurrences, can not read the message because no option to put an end to restart in the event of system failure.

    My girlfriend has a HP dv4-1465dx experiencing hardware problems, the laptop will be blue screen randomly and then restart 1-3 seconds later. When you restart the laptop reads, "No boot device - insert boot disk and press any key." If the laptop is turned off and turn it on again, it works fine, until the next BSoD. The first time that this error the hard drive was seized up, unable to enter a bank hard disk enclosure repair attempts that forced me to buy a new one.

    I tried the bios of an option to disable the restart in the event of system failure so I could read the error message, but it only gave me discover that HP has less useful bios in the world and that no such possibility existed; Yes I have updated the bios. Start/hardware error logs contained no data also, what so ever.

    The hard drive is fine, I ran it in my office for several days. a BSoD happens within his laptop several times a day.

    I don't know what to do at this point is that I have nothing to work outside of, I hope someone has a useful idea. The laptop is no longer under warranty, but this is ridiculous, how fast this thing is falling apart (literally... screws are only randomly drop the case).

    Yes I really don't think that this is the case. As mentioned above is not my laptop so I'll probably wait until he decides to restart not at all before eventually taking an iron to be welded to it. Thanks for all the information, assume that nothing can be done at this stage.

  • Is windows update causes the failure of the system?

    I have windows XPsp2 and I've updated with XPsp3 and it takes place in a few errors and the failure of the system to my PC. Unlike my aunts PC she XPsp1 with a slow internet connection so she was not able to update, but it works for more than a year. then the causes updated a few problems in the future?

    No, do not keep your computer fully patched all the time causes more problems.

    4 steps to protect your computer
    http://www.Microsoft.com/security/pypc.aspx

    NB: If WinXP SP3 is not installed by April 12, 2010, your computer WinXP SP2 will not be offered as all other reviews of security updates and the Windows Update Web site will not be available.er

    The above has applied to WinXP SP1 computer your aunt since October 2006.

    For you and your aunt...

    HOW to get a computer WinXP SP1 or SP2 fully patched
    http://groups.Google.com/group/Microsoft.public.WindowsXP.General/MSG/a066ae41add7dd2b

    ~ Robear Dyer (PA bear); MS MVP (that is to say, mail, security, Windows & Update Services) since 2002. DISCLAIMER: I do not represent nor don't work for Microsoft

  • System does not boot: failure of the video card or viruses? I do not know...

    Here's the deal: on a computer running Windows XP Pro SP3. Athlon, dual-core processor (2.4 gHz); 4 GB of memory; NVidia GeForce 7300 video card; and a Western Digital SATA, I met a failure while watching a DVD (using Media Player 11) and now I can't start.

    I have been having problems for a few days with my Dell flat screen monitor "energy saving" mode because it has detected no signal. After playing with this and obliging to recognize a digital signal rather than the automatic detection, all seemed well.

    During the film, the picture froze, the sound became a loud, grating buzz and shut down the system.  It has restarted as usual, but then would not start the rest of the way, stopping at the Windows XP screen.  The progress bar froze and spinning to stop the drive.

    However... on occasion, for example when the system remained some time, I can sometimes start in safe mode (but still, it hangs when starting "mup.sys") or he will move to the XP logon screen and freeze it.  I replaced the mouse and keyboard (whiched USB connections) used with their equivalents of PS/2, but nothing has changed.

    When I try to start, I hear all the clicks Associates, snoring and whatever else as if the startup continues normally.  However, when it stops, I can't "see" it on my network.

    I have a hunch that it is a damaged video card because also the failure during the film and previous issues of monitor, when I hit the map to try to reinstall, he felt much warmer that it should have, but a video card failure would prevent initialize to top?

    Any ideas?  I'm all that.

    It does for me, but of course as I said in my previous notice of Disclaimer: I want to emphasize that you should not take what I wrote as a definitive diagnosis. I can't see or test your computer from here. I give you my opinion on your computer based on my experience as a computer tech and what you have written. MS - MVP - Elephant Boy computers - don't panic!

    I understand that.  I was looking for another opinion by giving an update.

    However, it certainly seems that the jury went.  It freezes even trying to boot in the BIOS setup.  Thanks for the directions.

Maybe you are looking for