cancel
Showing results for 
Search instead for 
Did you mean: 

Setting client value for a session

Former Member
0 Kudos

Hi,

Can you pls share the sql statement to set the $$client$$ value for a particular user for a particular session?

I found a link on SDN - http://scn.sap.com/thread/2125341, and it refers to sql reference manual for required sql command, but I could not find it.

Thanks,

Swati

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184768
Active Contributor
0 Kudos

HI Swati,

I am not sure if ALTER SESSION SET .. or SESSION_CONTEXT will help you set the client, but it is available in ALTER USER with SET PARAMETER CLIENT = <string_literal> option.

The SET PARAMETER CLIENT = <string_literal> option is defined in CREATE USER options on page 116.

Regards,

Ravi