My Oracle Support Banner

How To Pass An Environment Variable With A Space To Tier3 Application in Oracle Secure Global Desktop (Doc ID 1511342.1)

Last updated on JUNE 17, 2022

Applies to:

Oracle Secure Global Desktop - Version 4.62 to 4.7 [Release 4.0]
Information in this document applies to any platform.

Goal

In an Secure Global Desktop (SGD) X Application Object it is possible to provide additional environment variables using TTA_ENVIRONMENT to the Tier 3 application.  More details can be found at:

https://docs.oracle.com/cd/E19351-01/821-1926/z400000c1283852.html#z400000c1302085

If you want to append for example,  MYVAR=<value>, then MYVAR=<value> is seen in the shell environment of the application server session.  When appending "MYVAR=<value1> <value2>" though. the <SPACE> is converted to ",". e.g.

In the application session:

# env |grep MYVAR
MYVAR=<value1>,<value2>

 

How can a space " " be assigned in these strings?

 

 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.