Process Variable data to SQL database table

Hi All,

i have got all the data from Oracle in a Process Variable which of type CDT, 

how can i put this data into SQL database.

Thanks a lot in advance 

  Discussion posts and replies are publicly visible

Parents
  • There are some good functional answers on this thread already, but I am curious about the volume of data you are dealing with and the frequency at which you want to perform this transfer. When you say "all the data from Oracle", how much data are you talking about? And how often will your application be doing this operation? At large scale, alternative methods would be preferred over doing this transfer in memory (via process variables).

Reply
  • There are some good functional answers on this thread already, but I am curious about the volume of data you are dealing with and the frequency at which you want to perform this transfer. When you say "all the data from Oracle", how much data are you talking about? And how often will your application be doing this operation? At large scale, alternative methods would be preferred over doing this transfer in memory (via process variables).

Children