Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/oracle/10.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/29.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 蟾蜍不会将ORA_EXCEL识别为关键字_Oracle_Toad - Fatal编程技术网

Oracle 蟾蜍不会将ORA_EXCEL识别为关键字

Oracle 蟾蜍不会将ORA_EXCEL识别为关键字,oracle,toad,Oracle,Toad,我想尝试这种导出数据的方法,但toad不会将ORA_EXCEL识别为关键字 有什么建议吗 BEGIN ORA_EXCEL.new_document; ORA_EXCEL.add_sheet('Employees'); ORA_EXCEL.query_to_sheet('select * from employees'); ORA_EXCEL.add_sheet('Departments'); ORA_EXCEL.query_to_s

我想尝试这种导出数据的方法,但toad不会将ORA_EXCEL识别为关键字 有什么建议吗

BEGIN  
    ORA_EXCEL.new_document;  

    ORA_EXCEL.add_sheet('Employees');  
    ORA_EXCEL.query_to_sheet('select * from employees');  

    ORA_EXCEL.add_sheet('Departments');  
    ORA_EXCEL.query_to_sheet('select * from departments', FALSE);  

    ORA_EXCEL.add_sheet('Locations');  
    ORA_EXCEL.query_to_sheet('select * from locations');  

    -- EXPORT_DIR is an Oracle directory with at least  
    -- write permission  
    ORA_EXCEL.save_to_file('EXPORT_DIR', 'example.xlsx');  
END;

您是否首先安装了ora_excel软件包?此软件包不是标准的Oracle软件包。正如Egor指出的,ORA_EXCEL是第三方产品,因此标准模板无法识别它。哦,它不会被称为ORA_EXCEL很长时间:甲骨文非常嫉妒它的品牌,它的律师会对任何以“ORA”为名的第三方产品下手。。不管怎样,还有其他自由的方式吗??请给我指一些链接,我很惊讶有人想卖这个。一定有足够多的顾客不去看免费的替代品。。。