Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: UTL_FILE
Bhupesh,
I don't really see why size of database should make a difference. Of course, it depends what you plan to *do* with utl_file.
If anything, if a large database means that you are writing large logs, using utl_file rather than storing them in tables could make it easier to manage growth.
Of course, there *is* a performance overhead to writing to the o/s so, if you have a job that is slow, using utl-file will slow it up; if the job involves, say, looping 3 million times, a put_line in the loop will mean 3,000,000 times the little overhead.
You could benchmark this by doing the same query with and without put_line.
Len
>I would like to know What are the Drawback of using UTL_FILE
>for large database ?
>
>BHUPESH
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.
Received on Sun Sep 24 2000 - 14:21:42 CDT
![]() |
![]() |