Thursday, October 23, 2008

Oracle : Example to set the utl_file_dir parameter

Syntax :
alter system set utl_file_dir='{directory 1}', '{directory 2}' ... '{directory n}' scope=spfile;

Example :
alter system set utl_file_dir='/home/oracle/a', '/home/oracle/b' scope=spfile;

Take note that this parameter needs a restart to be effective.

No comments: