cancel
Showing results for 
Search instead for 
Did you mean: 

Use of proxy table in sybase IQ

Former Member
0 Kudos

Please help me on this what is the use of proxy table and on what purpose we should use

Accepted Solutions (0)

Answers (1)

Answers (1)

tayeb_hadjou
Advisor
Advisor
0 Kudos

Hi Goyal,

Proxy table named also existing tbale, is a table visible in SAP IQ database and mapped to a different table which physically exists in a remote Database SAP IQ, SAP ASE, Oracle or others.

They can be used to copy data from/to local IQ Database and remote database, query remote data etc.

Regards,

Tayeb.


Former Member
0 Kudos

Hi Tayeb,

          Thanks now i am able to understand

Former Member
0 Kudos

Hi Tayeb,

               Kindly resolve my below problem

     How can i union of three table sp_iqconnection() and sp_iqtransaction and sp_iqcontext()

i want output in below format(add one more column for IDLE and INTENSIVE query)

if query running more then 30 minutes means its an intensive query

if user is not doing anything past 30 minutes means its idle

i want output in below format

connectio typeConnHandle Userid  LastReqTime  LowestIQCursorState IQthreadsTempWorkspace NodeaddrLastIdle(in hours)cmd
IDLE10xxx17:13.4None1020010.12.12.121select * from tmp
INTENSIVE11yyy15:10:05fetching2030010.14.13.19NAselect * from sp_iqcontecx

if there is any new method please help me

tayeb_hadjou
Advisor
Advisor
0 Kudos

Updated in your other post http://scn.sap.com/thread/3688516 .

Former Member
0 Kudos

Hi Tayeb,

               Can you write complete this query ?? that could make me full understanding

because i am not able to add new column and map with IDLE and INTENSIVE

Hope you will write full query