我们可以在蟾蜍中使用假脱机功能吗

Can we use spool function in toad

我可以通过 sql*plus 使用 spool 我们可以为此使用 UTL 函数。

但我想知道的是,我们是否在 toad for Oracle 中使用假脱机。

我已尝试并收到错误 Ora-00900

spool 是 SQL*Plus 内部命令,因此您不能将其用作 plsql 命令

但您可以通过

通过 toad 本身轻松完成此操作

1- 将查询 运行 写入 toad。

2- 右键单击​​ toad 中的数据网格。

3- 单击 Export Dataset 选项并选择所需的配置。