|
Re: what i mean is...
最初由 dinosaurdong 发布
[B]what i mean is that i need to call a concurrent program in my procedure. that concurrent program need to use sqlldr to load some data to a temp table. [/B]
这样啊, 你根本就不用调用concurrent program去把data load到temp table 里面, 你直接定义一个external table就可以了. 然后在你的procedure里面, 那个external table可以和你的temp table一样用的. |
|