Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Symbolic links, Raw device

Re: Symbolic links, Raw device

From: Bill Pass <wbpass_at_YAHOO.COM>
Date: Fri, 17 May 2002 05:28:26 -0800
Message-ID: <F001.00463542.20020517052826@fatcity.com>


I have heard of this occuring in the past on an IBM port, but do not recall the exact details. I think it had something to do with adding a link to a datafile belonging to another datbase, and that datbase was down at the time. It definitely resulted in a corrupt datbase (ugly recovery).

However, a quick test on my 9i Sun system w/raw files reveals the following error when attempting to add the second data file to the same underlying file.

SQL> create tablespace x datafile
'/d8100/dba/oracle/file1.dbf' size 100m;

Tablespace created.

SQL> alter tablespace x add datafile
'/d8100/dba/oracle/file2.dbf' size 100m; alter tablespace x add datafile
'/d8100/dba/oracle/file2.dbf' size 100m
*
ERROR at line 1:
ORA-01119: error in creating database file '/d8100/dba/oracle/file2.dbf'
ORA-27086: skgfglk: unable to lock file - already in use
SVR4 Error: 11: Resource temporarily unavailable Additional information: 8

Bill


Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Bill Pass
  INET: wbpass_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri May 17 2002 - 08:28:26 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US