utl_file包的应用

王朝other·作者佚名  2006-01-09
窄屏简体版  字體: |||超大  

第一步:以管理员用户登陆

如:conn sys/password@sid as sysdba

第二步:设置可操作目录

需要指定utl_file包可以操作的目录。在oracle 10g以前,可以用以下方法:

1、alter system set utl_file_dir='e:\utl' scope=spfile;

2、在init.ora文件中,配置如下:

UTL_FILE=E:\utl或者UTL_FILE_DIR=E:\utl

在oracle 10g中建议用以下方法配置:CREATE DIRECTORY utl AS 'E:\utl';

参见oracle online:

In the past, accessible directories for the UTL_FILE functions were specified in the initialization file using the UTL_FILE_DIR parameter. However, UTL_FILE_DIR access is not recommended. It is recommended that you use the CREATE DIRECTORY feature, which replaces UTL_FILE_DIR. Directory objects offer more flexibility and granular control to the UTL_FILE application administrator, can be maintained dynamically (that is, without shutting down the database), and are consistent with other Oracle tools. CREATE DIRECTORY privilege is granted only to SYS and SYSTEM by default.

第三步:授权给指定用户,以便执行utl_file

GRANT EXECUTE ON utl_file TO scott;

第四步:conn scott/tiger

就可以正常使用utl_file了。

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
 
© 2005- 王朝網路 版權所有 導航