![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have problem: I want to write data into two files concurrently. spool and dbms_output.put_line doesn't provide this functionality. Is there any other way to write into the file. greetings |
#3
| |||
| |||
|
|
I have problem: I want to write data into two files concurrently. spool and dbms_output.put_line doesn't provide this functionality. Is there any other way to write into the file. greetings |
#4
| |||
| |||
|
|
abdoul85 wrote: I have problem: I want to write data into two files concurrently. spool and dbms_output.put_line doesn't provide this functionality. Is there any other way to write into the file. greetings Only if you write Java or C. -- Daniel A. Morgan University of Washington damor...@x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Groupwww.psoug.org |
#5
| |||
| |||
|
|
abdoul85 wrote: I have problem: I want to write data into two files concurrently. spool and dbms_output.put_line doesn't provide this functionality. Is there any other way to write into the file. greetings You can use DBMS_OUTPUT to do this. Simply open another file via a second file handle. Then use two PUT_LINE procs each using a different file handle. You will have to double up the PUT_LINE commands. HTH, Brian |
![]() |
| Thread Tools | |
| Display Modes | |
| |