Re: Symbolic links for datafiles...

2002-04-18 Thread Connor McDonald

Generally running 'df' against a file will tell you
its filesystem

$ ls -l x
lrwxrwxrwx   1 oracle   dba   25 Apr 18 15:56
x -> /export/home/oracle/admin
$ df x
/export/home   (/dev/dsk/c0t1d0s0 ): 4491432
blocks   918387 files

Maybe just dump out v$datafile and df each one

hth
connor

 --- Jim Hawkins <[EMAIL PROTECTED]> wrote:
> Anybody know the answer to this question?  This is
> on HP-UX.
> 
> "I am managing a database that has symbolic links
> for data files.  On this instance, I am using
> STATSPACK to track performance.  I need to tie IO
> rates back to real mount points so that I can work
> on balancing IO.
> 
> How do I tie the names in DBA_DATA_FILES to actual
> mount points?  I need this very quickly."
> 
> Thanks in advance,
> Jim
> 
> 
> -- 
> _
> Jim Hawkins
> Oracle Database Administrator
> [EMAIL PROTECTED]
> St. Louis, MO  USA
> 
> 
> 
>
__
> Your favorite stores, helpful shopping tools and
> great gift ideas. Experience the convenience of
> buying online with Shop@Netscape!
> http://shopnow.netscape.com/
> 
> Get your own FREE, personal Netscape Mail account
> today at http://webmail.netscape.com/
> 
> -- 
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> -- 
> Author: Jim Hawkins
>   INET: [EMAIL PROTECTED]
> 
> 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: [EMAIL PROTECTED] (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). 

=
Connor McDonald
http://www.oracledba.co.uk (mirrored at 
http://www.oradba.freeserve.co.uk)

"Some days you're the pigeon, some days you're the statue"

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: =?iso-8859-1?q?Connor=20McDonald?=
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



RE: Symbolic links for datafiles...

2002-04-17 Thread Jared . Still

If you use Veritas quick IO, you must use soft links.

Jared





"Koivu, Lisa" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
04/17/02 09:43 AM
Please respond to ORACLE-L

 
To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
cc: 
    Subject:    RE: Symbolic links for datafiles...


>From what I remember, there is no way to do it directly.  The links are
viewable when you list the datafiles in a directory. Oracle doesn't care 
if
it's a link or what it is as long as it can get to the file with the path
given.

Symbolic links are a mess

Lisa Koivu
Oracle Database Tank
Fairfield Resorts, Inc.
954-935-4117


> -Original Message-
> From:  [EMAIL PROTECTED] 
[SMTP:[EMAIL PROTECTED]]
> Sent:  Wednesday, April 17, 2002 12:19 PM
> To:Multiple recipients of list ORACLE-L
> Subject:   Symbolic links for datafiles...
> 
> Anybody know the answer to this question?  This is on HP-UX.
> 
> "I am managing a database that has symbolic links for data files.  On 
this
> instance, I am using STATSPACK to track performance.  I need to tie IO
> rates back to real mount points so that I can work on balancing IO.
> 
> How do I tie the names in DBA_DATA_FILES to actual mount points?  I need
> this very quickly."
> 
> Thanks in advance,
> Jim
> 
> 
> -- 
> _
> Jim Hawkins
> Oracle Database Administrator
> [EMAIL PROTECTED]
> St. Louis, MO  USA
> 
> 
> 
> __
> Your favorite stores, helpful shopping tools and great gift ideas.
> Experience the convenience of buying online with Shop@Netscape!
> http://shopnow.netscape.com/
> 
> Get your own FREE, personal Netscape Mail account today at
> http://webmail.netscape.com/
> 
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- 
> Author: Jim Hawkins
>   INET: [EMAIL PROTECTED]
> 
> 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: [EMAIL PROTECTED] (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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Koivu, Lisa
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



Symbolic links for datafiles...

2002-04-17 Thread Jim Hawkins

Anybody know the answer to this question?  This is on HP-UX.

"I am managing a database that has symbolic links for data files.  On this instance, I 
am using STATSPACK to track performance.  I need to tie IO rates back to real mount 
points so that I can work on balancing IO.

How do I tie the names in DBA_DATA_FILES to actual mount points?  I need this very 
quickly."

Thanks in advance,
Jim


-- 
_
Jim Hawkins
Oracle Database Administrator
[EMAIL PROTECTED]
St. Louis, MO  USA



__
Your favorite stores, helpful shopping tools and great gift ideas. Experience the 
convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jim Hawkins
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).