728x90
Problem(Abstract)
To turn on or off the SQL Explain in the IDS engine while SQL
is running, use the onmode -Y command.
The syntax:
onmode -Y
<session id> 2
onmode -Y <session id> 1
onmode -Y <session
id> 0
The option with 2 turns SET EXPLAIN on for sessionid and
displays the query plan only
The option with 1 turns SET EXPLAIN on for
sessionid
The option with 0 turns SET EXPLAIN off for sessionid
http://www-01.ibm.com/support/docview.wss?uid=swg21661115&myns=swgimgmt&mynp=OCSSGU8G&mync=E
728x90
'Informix > informix reference' 카테고리의 다른 글
SQL to find list of the tables in a particular chunk (0) | 2014.03.06 |
---|---|
Chunk limitations (0) | 2014.01.14 |
What is the 'partnum' and what does it means? (0) | 2014.01.01 |
Determining the number of free table pages without locking (0) | 2013.12.23 |
Why some tables in systables have a partnum of zero? (0) | 2013.12.22 |