ORA-27086: unable to lock file over NFS -- but it's NOT Netapp!

My 10.2 database crashed, and when it came back I got the following error:
ORA-00202: control file: '/local/opt/oracle/product/10.2.0/dbs/lkFOOBAR'
ORA-27086: unable to lock file - already in use
Linux-x86_64 Error: 11: Resource temporarily unavailable
This is a classic symptom of a Netapp problem, which likes to hold file locks open on NFS mounts. There is a standard procedure for clearing those locks; see, for instance, document 429912.1 on Metalink.
Unfortunately, my files are mounted on an Isilon, one of Netapp's twisted cousins. I can find no references to "isilon" on Metalink, and we are at a loss how to resolve this.
My sysadmin assures me that "there are no locks on the Isilon". But I know this cannot be the case, because if I do the following:
1. delete the lockfile /local/opt/oracle/product/10.2.0/dbs/lkFOOBAR, and then
2. move my controlfiles aside, and then copy them back into place,
then the database will mount. However, it will not open, because now all the datafiles have locks.
Is there anyone with experience in clearing NFS locks? I know this is more of a SA task than DBA, but I am sure my SA has overlooked something.
Thanks

New information:
As stated above, I moved the controlfiles aside and then copied them back into place, like this:
mv control01.ctl control01-bak.ctl
cp control01-bak.ctl control01.ctlDid that for each controlfile, and then the database mounted.
But, after rebooting the machine, we discovered that all locks were back in place-- it looks like the system is locking the files on boot-up, and not letting them go. The lock is held by PID 1, which is init.
sculkget: lock held by PID: 1This is definitely looking like a major system issue, and not a DBA issue, and hence I have little right to expect assistance in this forum. But nonetheless I lay my situation out here before you all in case someone else recognizes my problem before the server bursts into flames!
The system is CentOS 4.5-- not my choice, but that's the way it is.

Similar Messages

  • ORA-27086: unable to lock file - already in use

    Hi All,
    Can any one having Idea about this Error while Upgrading from 9.2.0.4.0 to 10.2.0.2.0 on AIX 5.2 after software Installation before patch set apply when i try to start the Database im Getting this Error Below
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 784334848 bytes
    Fixed Size 2022384 bytes
    Variable Size 550634512 bytes
    Database Buffers 229507072 bytes
    Redo Buffers 2170880 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    Alert_LOG
    Mon Jul 3 09:17:15 2006
    ORA-00202: control file: '/oracle/QAS/sapdata1/cntrl/cntrlQAS.dbf'
    ORA-27086: unable to lock file - already in use
    IBM AIX RISC System/6000 Error: 13: Permission denied
    Additional information: 8
    Additional information: 26492
    Please Help me..........
    Ahmed

    check do u have proper permission to access this file?
    and also check whether Is this file is access by 9i database or not.if this is the condition then shutdown the database and startup from 10g home.
    27086, 00000, "skgfglk: unable to lock file - already in use"
    // *Cause:  the file is locked by another process, indicating that it is
    // currently in use by a database instance.
    // *Action: determine which database instance legitimately owns this file.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • ORA-27086: unable to lock file - already in use, Help

    We have a windows 2003 server running 10.1.02 w/multiple instances. I created a new, fresh database using DBCA. the db created OK, and I can login as sys.
    When I try to create a tablespace, I get these errors. Any suggestions, please?
    Thanks,
    Leor
    SQL> CREATE TABLESPACE BGEN_DATA
    2 DATAFILE 'BGEN_DATA.ora' SIZE 1000M REUSE
    3 AUTOEXTEND ON NEXT 2M MAXSIZE UNLIMITED
    4 ;
    CREATE TABLESPACE BGEN_DATA
    ERROR at line 1:
    ORA-01119: error in creating database file 'BGEN_DATA.ora'
    ORA-27086: unable to lock file - already in use
    OSD-04002: unable to open file
    O/S-Error: (OS 5) Access is denied.

    We have a windows 2003 server running 10.1.02
    w/multiple instances. I created a new, fresh
    database using DBCA. the db created OK, and I can
    login as sys.
    When I try to create a tablespace, I get these
    errors. Any suggestions, please?
    Thanks,
    Leor
    SQL> CREATE TABLESPACE BGEN_DATA
    2 DATAFILE 'BGEN_DATA.ora' SIZE 1000M REUSE
    3 AUTOEXTEND ON NEXT 2M MAXSIZE UNLIMITED
    4 ;
    EATE TABLESPACE BGEN_DATA
    ERROR at line 1:
    ORA-01119: error in creating database file
    'BGEN_DATA.ora'
    ORA-27086: unable to lock file - already in use
    OSD-04002: unable to open file
    O/S-Error: (OS 5) Access is denied.First of all, you need to give an absolute path to your datafile. Otherwise, it's going to be hard to track where's the file.
    Do you have other database instance running on the same server?
    PS, don't cross post on many forum.

  • Online backup failure due to ORA-27086: unable to lock file - already in us

    Hi All,
      Online backup has failed due to the error
    =========================================================
    BR0301E SQL error -27086 at location BrInitOraCreate-5, SQL statement:
    '/* BRBACKUP AT PROF_CONN */ CREATE PFILE = '/oracle/SID/102_64/dbs/sap.ora' FROM SPFILE = '/oracle/SID/102_64/dbs/spfileSID.o
    ra''
    ORA-27086: unable to lock file - already in use
    IBM AIX RISC System/6000 Error: 13: Permission denied
    Additional information: 8
    Additional information: 1388548
    BR0303E Determination of Oracle version failed
    ==========================================================
    Please suggest.

    Check the file permissions on your Oracle_home...
    And kill all the processes, which already running for backup..
    Regards,
    Nick Loy

  • ORA-27086: skgfglk: unable to lock file - already in use

    Hi,
    I advance I appreciate your time for assistance.
    Thu Sep 30 23:07:08 2010
    Errors in file /opt/app/oracle/admin/EDITDATA/bdump/editdata_dbw0_21124.trc:
    ORA-01157: cannot identify/lock data file 6 - see DBWR trace file
    ORA-01110: data file 6: '/opt/app/oracle/oradata/EDITDATA/users01.dbf'
    ORA-27086: skgfglk: unable to lock file - already in use
    Linux Error: 11: Resource temporarily unavailable
    I am getting this error for last 2-3 days. I need to start up the database manually.
    Daily there is crontab schedule which will take the cold backup and startup the database. When I am checking daily morning. DBt is going into MOUNT stage instead of OPEN stage. I have check the script every thing is fine.
    Note: This is happening intermetendly. Also is error is happening with different datafiles each time.
    Regards

    user818118 wrote:
    This is the cold_backup Script ...
    1) First, it will shutdown the db.
    2) Copy all the crb files to the backup location.CRB files? Do you mean data files, control files and spfile/pfile?
    3) Startup the db.
    4) ZIp the files.
    5) Deletes the old uncompress files.Any special reason why you use this approach? It may in fact be slower than zipping and compressing on the fly.
    For example, 10GB of data files need to be be backed up. You can follow the above approach and make a 10GB copy. Then read that copied 10GB (20GB in total read at this stage) and then compress it (CPU resources needed) and then write 5GB of compressed data (assuming a 50% compression ratio was achieved).
    Now compare this with reading 10GB, compressing it (CPU resources needed) and then writing 5GB. Not only is this significantly less I/O to do, but less physical space is needed too.
    As for your problem - you can add some debugging code into the cold backup script to show whether any processes are using any of the Oracle datafiles prior to starting the Oracle instance. If so, then doing a process listing of the "guilty" process to determine who it is.
    Also keep in mind that you also need clean starts and exits from shell scripts... in other words, what happens if a 2nd copy of the cold backup is started? Or when a previous run failed and is stuck as a background process?
    In my experience, this is often the cause of the problem you're seeing - the database is started up, but the cold backup has a rogue process (remnant of some script failure) that still locks Oracle datafiles.

  • ORA-27041: unable to open file

    Hi,
    while opening the DB by giving startup command ,i am getting following error
    Errors in file d:\oracle\admin\pdonds\udump\pdonds_ora_4120.trc:
    ORA-00206: error in writing (block 1, # blocks 1) of controlfile
    ORA-00202: controlfile: 'C:\ORACLE\CONTROLFILE2\CONTROL02.CTL'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 5) Access is denied.
    please tell me ,where is the mistake.

    Hi..
    Check permission on control file.
    Do you have a pfile of the database. If , you have remove this controlfile (CONTROL02.CTL) entry from control_files in the pfile,and try to start the database.
    If you don't have a pfile, do
    sql> startup
    --- You will get error.Database will not go to mount stage.
    sql> alter system set control_files='location\CONTROL01.CTL','location\CONTROL03.CTL' scope=spfile;
    sql> shu immediate;
    sql> startup -- This will start the database.
    Anand
    Edited by: Anand... on Jan 6, 2009 11:20 AM

  • Novell-named Unable to lock file /etc/nam.conf..?!?

    Getting this error on startup of novell-named
    >>
    # rcnovell-named restart
    Shutting down name server BIND waiting for novell-named to shu(28s) done
    Starting name server BIND Unable to lock file /etc/nam.conf.
    Permission denied
    <<
    Seems superficial, as dns seems to work fine. However, wondering what/why/etc. Can't think of a relationship...
    Anyone any suggestions?
    Cheers
    David

    djbrightman,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • ORA-27037: unable to obtain file status

    what is the solution of this error
    skipping archive log file /u02/proddata/ARCH/1_1150_742566836.dbf; already backe
    d up 1 time(s)
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 02/24/2011 18:00:52
    RMAN-06059: expected archived log not found, lost of archived log compromises re
    coverability
    ORA-19625: error identifying file /u02/proddata/ARCH/1_1152_742566836.dbf
    ORA-27037: unable to obtain file status
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Additional information: 3

    It appears that an archivelog is missing.
    You should perform the following:
    CROSSCHECK ARCHIVELOG ALL;
    DELETE EXPIRED ARCHIVELOG ALL;

  • HT2674 I have an iMac purchased in May 2011.  OSX Lion 10.7.3.  I deleted backup file from the external hard drive. Now, the trash can will not empty some of the files deleted.  File folder: "Core Services" contains a locked file: "boot.efi".  It will not

    I have an iMac purchased in May 2011.  OSX Lion 10.7.3.  I deleted backup file from the external hard drive which operates from Time Machine.
    Now, the trash can will not empty some of the files deleted from the backup harddrive.
    The trash contains-- File folder: "Core Services" which contains a locked file: "boot.efi". 
    It will not delete.
    How do I get the trash can empty of these files?

    Yes, the Old Master file has a folder for each year where I find all photos from that specific year. I am attaching a screen shot of the file.
    In the meantime i have managed to download all photos (it did not download any video files though in mpg, avi, 3gp, m4v,mp4 and mov format) to a new iphoto library. Unfortunately the photos are quite mixed and often doubled up. I ma considering to purchase iphoto library which checks all duplicates in iphoto. this will save me a lot of time. What do you think?

  • How can I save Illustrator CC files onto my external hard drive - Free Agent Go Flex Drive? Nothing works, can't even drag files over. Is the drive not compatible?

    Nothing seems to work, not even dragging files over. Is the drive not compatible? Am working on a new Mac Book, its not a problem on my older IMAC?

    There are two scenarios in which GoFlex drives are supported for use with a Mac. When you connect a GoFlex drive to a Mac, you will be presented with a utility to configure the drive for use. First, if you want to use your GoFlex drive solely with a Mac, the utility will reformat the drive into the HFS+ format, which allows you to use the drive with Time Machine or the included Memeo Premium backup software for Mac. If you would like to be able to "shuttle" data back and forth between a Mac and a PC, a special driver needs to be installed onto the Mac that allows it to access a Windows-formatted drive (i.e. NTFS). Time Machine will not work in this case, nor will Memeo Premium software for Mac. However, if you want your GoFlex solution to also work with TimeMachine, the drive will need to be reformatted to HFS+ journaled.
    source: GoFlex Frequently Asked Questions

  • I keep getting "error occurred while attempting to import file *******. The disc your are attempting to use is full." I have an external hard drive that I moved files over to, but apparently they're also still on my hard drive? HELP!

    I keep getting "error occurred while attempting to import file *******. The disc your are attempting to use is full." I have an external hard drive that I moved files over to, but apparently they're also still on my hard drive? HELP!

    So you have backed up the content of the computer's hard drive, too?
    That usually is a great idea since it is possible to lose use of the system
    if parts of it have accidentally been removed or get over-written, or the
    main system files get corrupted, when the hard disk drive gets too full.
    If you have not trashed the originals of your created content, that remain
    after you made copies on an external hard drive or other device, then
    that is what you'd have to do to reclaim the capacity still in use by them.
    What are specifications of the hard disk drive? The unused capacity
    verses the used, in GB? If the hard drive has less than 15 to 20%
    free or unused capacity, you could run into trouble. Mine are 40-50%
    unused hard drive space, so ample room is available for automatic
    Virtual Memory to use that capacity as temporary swap file space.
    This is helpful when the computer could use more physical RAM
    memory capacity, but doesn't have it. Or if the RAM is maxxed out
    and you can't add any more. Virtual Memory is part of OS X and the
    system automatically can use as much as is available, but it is better
    to be sure there is plenty of resources available to include chip RAM
    as well as unused or free hard drive capacity for use as VM.
    If for some reason your files in Trash won't go away when you empty
    it, you may have to restart. Be sure you have not included any System
    files in the content in the Trash, or the Mac may not start up later on.
    You may have to boot the computer from the install-restore OS X DVD
    and run Repair Disk from its version of Disk Utility, to be sure it's OK.
    I'm guessing that by now you know enough about the vintage system
    in the older hardware to figure it out, so I won't write about it now.
    In any event... hopefully you can simply trash the files, but check them
    carefully, & you may need to remove (copy to archive first) even more.
    Good luck & happy computing!

  • Hi!pls tell me how can I cancel the files that download,but they can not be downloaded,there maybe a. Problem.

    hi!pls tell me how can I cancel the files that download,but they can not be downloaded,there maybe a. Problem.

    What files, and downloaded from where and by what app?

  • I bought Numbers because my Excel files would not work with Mavericks. How can I import a non-functioning Excel file into numbers? (As of now, the file NAME transfers but data is not.) but

    I bought Numbers because my Excel files would not work with Mavericks. How can I import a non-functioning Excel file into numbers? (As of now, the file NAME transfers but data does not.)

    HI Dave,
    I'm surprised you get no message when you attempt opening the Excel document in Numbers.
    I'm assuming Numbers 3.1, since you are running Mavericks.
    Does the Numbers file that opens show any content?
    Does it contain a table?
    How large?
    Does it contain more than one tab (indicating more than one sheet)?
    Do those other tabs contain a table?
    Have you checked those tables for data content?
    There have been cases in the past of imported documents opening with white text on a white background, giving the appearance of containing nothing. Check for this by selecting a block of cells, then applying a Fill colour or a Text colour using the Format button (paintbrush).
    I'd also suggest attempting to open the Excel files using LibreOffice, which can be downloaded from the linked website.
    Regards,
    Barry

  • Can't sync my ipad with itunes!i deleted "SC info"file and tried but it's not working!!it continously prompts me to authorize my computer!please help me out?

    can't sync my ipad with itunes!i deleted "SC info"file and tried but it's not working!!it continously prompts me to authorize my computer!please help me out?

    I'm having the same problem with my 4S. I have to constantly reboot my iMac or turn off my phone a few times to get it to sync. Before when I had 5.1.1 everything seemed to work just fine. I'm sure its a bug......
    Both my ipads running 5.1.1 have zero issues syncing via wifi or directly plugged in.

  • I have 2 docs in my iTunes file sharing box but they do not appear on my iPad not

    i have 2 docs in my iTunes file sharing box but they do not appear on my iPad. How can I transfer?

    Hi RU,
    You've stumbled into the Numbers (for Mac) area of Apple Support Communities with a question not related to Numbers.
    You'll have a better chance of finding an answer to your iPad question in the Using iPad community. The link will take you there.
    Regards,
    Barry

Maybe you are looking for

  • How can I delete latest update and go back to old one

    I have had nothing but trouble with the new update to 3.1.3 and want it OFF my phone. I want to delete it and just go back to business as usual. Does any one know how to do it? I was told that if I just do a restore, it will reinstall the latest vers

  • INTERNAL ORDER REPORT

    we want to generate a list of Internal Orders  which have not been capitalized.  Is there any std report available for that?  If no, then I will have to get it from some tables?  What logic do I use to get it? Can you help me with this? Regards RRR E

  • Problem in mail resource configuration ??

    Hi Version: Oracle 9iAS Release 2(9.0.2, 9.0.3) We used to specify the Mail-resource configuration in orion-application.xml, with required properties like smtp-host, user etc.. My application requires a mail session, I did specify the mail-resouce re

  • HTTPS Receiver Adapter POST with FILE TYPE parameter

    Hello, I need to do a POST to a URL service that validates content of a file. It receives user and password as string parameters and a FILE as a mime type parameter. I'll appreciate any help. Regards, Diego.

  • USER or BADI Exit In MRP List to Sort

    i want to sort with our logic MRP Status "Z" list when i run with "Regen. Planning". Are there any USER or BADI Exit that you know. We have Cable Solution Module and i tried J_2CMRPA exit. but it doesnt work for me. thanks a lot ibrahim Message was e