Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/postgresql/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
从oracle过程到postgresql函数UTL_文件的迁移_Postgresql_Utl File - Fatal编程技术网

从oracle过程到postgresql函数UTL_文件的迁移

从oracle过程到postgresql函数UTL_文件的迁移,postgresql,utl-file,Postgresql,Utl File,如图所示,我面临这个问题。请帮助我,因为我是postgresql的新手。postgresql中没有包,特别是没有包UTL\U文件 您必须修改代码和表定义 对于读取数据,contrib模块有一个写文件的函数,您可以使用PL/Perl函数访问文件系统


如图所示,我面临这个问题。请帮助我,因为我是postgresql的新手。

postgresql中没有包,特别是没有包
UTL\U文件

您必须修改代码和表定义

对于读取数据,contrib模块有一个写文件的函数,您可以使用PL/Perl函数访问文件系统