Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Datafile info.
Datafiles names are actually stored in the exact format it was specified
in (case/format of file on file system), very important on unix
environments where filename can be exactly the same except for the Case.
If I am not wrong on NT it actually uppercases the file where on unix it is left as specified.
George
=20________________________________________________George Leonard
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of David Sharples
Sent: 17 November 2004 16:22 PM
To: oracle-l_at_freelists.org
Subject: Re: Datafile info.
data files are not stored in up case in the data dictionaey
SQL> select file_name from dba_data_files =20 2 /
FILE_NAME
So your query would return nothing (something you could of checked)
On Wed, 17 Nov 2004 09:08:15 -0500, Igor Neyman <ineyman_at_perceptron.com> wrote:
>=20
>=20
>=20 >=20 >=20 >=20
>=20
> database servers that I'm not sure what's living in it. =3D20
>=20
>=20
>=20
>=20
>=20
>=20
>=20
-- http://www.freelists.org/webpage/oracle-l _________________________________________________________________________= __________________________ The views expressed in this email are, unless otherwise stated, those of = the author and not those of the FirstRand Banking Group an Authorised Financial Service Provider o= r its management. The information in this e-mail is confidential and is intended solely for= =20the addressee. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribut= ion or any action taken or=20 omitted in reliance on this, is prohibited and may be unlawful. Whilst all reasonable steps are taken to ensure the accuracy and integrit= y of information and data=20 transmitted electronically and to preserve the confidentiality thereof, n= o liability or=20 responsibility whatsoever is accepted if information or data is, for what= ever reason, corrupted=20 or does not reach its intended destination. =20 ________________________________ -- http://www.freelists.org/webpage/oracle-lReceived on Thu Nov 18 2004 - 04:01:01 CST
![]() |
![]() |