首页 | 注册 | 登陆
首页 >> 技术专栏 >> 数据库 >> mssql基础 

utl_file包的应用


作者MSsql基础 来源MSsql基础 加入时间:2006年06月10日
摘要:
utl_file包的应用

第一步:以管理员用户登陆
如:conn sys/password@sid as sysdba
第二步:设置可操作目录
需要指定utl_file包可以操作的目录。在oracle 10g以前,可以用以下方法:
1、alter system set utl_file_dir=@#e:\utl@# scope=spfile;
2、在init.ora文件中,配置如下:

转载:转载请保留本信息,本文来自
http://www.51dibs.com
/html/2006/article/info28/a_0f71d0e8de95b7e3.htm




utl_file包的应用


站点:爱心种子小博士 关键字:utl_file包的应用




utl_file包的应用
第一步:以管理员用户登陆
如: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了。



发布人:MSsql基础
→ 推荐给我的好友 → 报告错误链接
上篇文章:linux路由器下如何限制某几个IP连接互联网,...
下篇文章:JSP漏洞大觀
〖文章打印〗
〖关闭窗口〗
发表评论
查看评论
中“utl_file包的应用”相关内容 中“utl_file包的应用”相关内容
中“utl_file包的应用”相关内容 中“utl_file包的应用”相关内容
中“utl_file包的应用”相关内容 中“utl_file包的应用”相关内容

关于我们网站留言友情链接与我在线与我聊天领取红包管理TOP
客户服务中心信箱:[email protected] [email protected] 网站地图

声明

合作伙伴: