What is an open session command in cognos connection?what
is it meant for?
Answer / subhash
open session command is used to connect to the database to
the language defined. if i want to connect to the oracle
database with the language French then i will use the open
session command like this
<commandBlock>
<commands>
<sqlCommand>
<sql>ALTER SESSION SET NLS_LANGUAGE = FRENCH
</sql>
</sqlCommand>
</commands>
</commandBlock>
again if i want to reset my connection to the english
language then i have to use close connection command.
<commandBlock>
<commands>
<sqlCommand>
<sql>ALTER SESSION SET NLS_LANGUAGE = ENGLISH
</sql>
</sqlCommand>
</commands>
</commandBlock>
| Is This Answer Correct ? | 0 Yes | 1 No |
What is defined as Query studio?
what are versions of cognos from starting release to latest in the market?
How do we create row level security in cognos8?
how you migrate reports to cognos 8 from previous versions?
Can you define confirmed dimension?
Explain about Parametermap?
How can we Maintain the Cube Security by Category level and Dimension level ?
What is Additive function?
how to connect datamarts
What is Cognos Mashup Services .what is the use of Cognos Mashup Services and where to use.
what is logs in cognos
1 Answers Target, Thomson Reuters,
How can we find out cardinality between two tables?