Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle data file format
You can easily reformat them by issuing command:
CMD>ren filename.ora filename.dbf
and
SQL>alter database rename file 'FILENAME.ORA' to 'FILENAME.DBF';
You can choose any extention you like!
There is so many unixes. Probably it is possible to put window's datafiles files into INTEL Linux, and may be it will even work, but nobody can guarantee that, and Oracle Corp will not support.
use exp and imp to move databases across platforms.
Henry Lau wrote:
> Hi,
>
> I am using windows 2000 and oracle 8.1.6 Is any one know why my database
> files format is ORA ? what is the different between ORA and DBF??
> Is it possible to restore the DBF to Unix Oracle database??
>
> Henry
>
>
Received on Fri Jun 07 2002 - 00:31:39 CDT
![]() |
![]() |