Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2812

Re: A question for extract one data from dummy table

$
0
0

Hi,

 

I think here are possible workarounds for this.


1. The extract job is working well when using "output to " instead of temp_extract* option.

 

   (DBA)>select '9999' from dummy; ; OUTPUT TO '/gjang/DATA/test.dat';

 

2. Insert the data into other table using "select into".

 

  select '9999'  into #test_tmp from dummy;

  set temporary option Temp_extract_name1='/gjang/DATA/test.dat';

  select * from #test_tmp;

 

"KBA 2323613" explanins the possible workaround.

 

- 'Feature, EXTRACT with OMNI functional compensation, is not supported' when using TEMP_EXTRACT option

https://launchpad.support.sap.com/#/notes/2323613

 

Best Regards,

Gi-Sung Jang


Viewing all articles
Browse latest Browse all 2812

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>