Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to read DBF Files?
Ricardo wrote:
> Is there a way that I can read, through PL/SQL, a DBF formated file, like
> Paradox ones?
>
> RDBMS Version 9.2.0
>
> Thanks
>
> Ricardo (Brazil)
>
>
If your by DBF files you mean in DBASE format, you can access them with the UTL_FILE package and write your own pl/sql routines to read/write on them. It is a lot of work, but it certainly can be done.
Cheers. Received on Wed Mar 19 2003 - 10:25:27 CST
![]() |
![]() |