can i get the sql scripts when running a form? [message #83667] |
Fri, 21 November 2003 16:03 |
ding213
Messages: 2 Registered: November 2003
|
Junior Member |
|
|
i'm populating tables and doing queries by running a form. is there a way to extract the sql scripts (like: insert into table_name values....., select * from.....)
into a text file so that i can run them in sqlplus?
|
|
|
|
Re: can i get the sql scripts when running a form? [message #83679 is a reply to message #83672] |
Tue, 25 November 2003 15:35 |
ding213
Messages: 2 Registered: November 2003
|
Junior Member |
|
|
but the problem is i don't know where to copy from. you mean copy from PL/SQL library module? i couldn't find the script i want there. i mean those inserting code, e.g.: "insert into table values(....)" .
i'm using oracle form 6i, could you pls tell me more details? sorry if the question seems simple, i'm a beginner.
|
|
|
|