Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Printing a spool under SQL*Plus
Hi there...
Could anyone helps me please....
I have a select statement
SELECT my_field from MY_TABLE;
Here is my problem;
After the MY_TABLE got updated, then spool this select statement.. For
example;
SPOOL /export/home/my_dir/my_dat/my_field.dat
SELECT my_field FROM MY_TABLE;
SPOOL OFF;
I have tried with create trigger but it didn't work??? Any comment is
welcome.... TIA
e-mail: thoidi8_at_hotmail.com
HAVE A NICE DAY. BYE ... Received on Wed Dec 10 1997 - 00:00:00 CST
![]() |
![]() |