![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
cat dhtexp.sql set heading off feedback off pagesize 0 -- spool zzz.par prompt file=data.dmp prompt log=data.log prompt direct=y prompt buffer=100000000 prompt userid=data prompt tables=( select ' '|| tablename ||',' from userz.tab_codes where export='Y' order by tablename; prompt ) -- spool off prompt exp parfile=zzz.par A very minor issue. I generated export cards for a group of tables in a codes table for an application upgrade. The last line shows up with TABLENAME, as expected. Though it is minor I was attempting to think of a way in SQL to take care of. Maybe LAG??? |
![]() |
| Thread Tools | |
| Display Modes | |
| |