Re: utl_file_dir in RAC



On 30 Mar 2006 10:54:44 -0800, "dr" <drchingon@xxxxxxxxx> wrote:
is the utl_file_dir parameter required to be identical for all
nodes(instances, 1 per) in a RAC cluster?

Nope. But having it vary by instance might be in conflict with
various RAC features such as load balancing and failover. As others
pointed out, utl_file_dir is obsolescent, and database directory
objects are the preferred control for utl_file and other features.
Since they reside in the database, directory objects are the same on
all RAC instances.
.