Consultor Eletrônico



Kbase P104926: How to set session wide TEMP-TABLE Schema marshaling attributes?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

How to set session wide TEMP-TABLE Schema marshaling attributes?

GOAL:

How to assign the session's TEMP-TABLEs' SCHEMA-MARSHAL, NO-SCHEMA-MARSHAL , MIN-SCHEMA-MARSHAL attributes from the startup command line?

FIX:

Use the -ttmarshal startup parameter; introduced in OpenEdge 10.0B01, default TEMP-TABLE Schema marshaling attribute for the session using the syntax:
-ttmarshal n
Where
n is a member of the set of integer numbers: {1, 2, 3, 4}
And where:
1 Sets all static TEMP-TABLEs MIN-SCHEMA-MARSHAL attribute to TRUE
2 Sets all dynamic and static TEMP-TABLEs MIN-SCHEMA-MARSHAL attribute to TRUE
3 Sets all static TEMP-TABLEs NO-SCHEMA-MARSHAL attribute to TRUE
4 Sets all dynamic and static TEMP-TABLEs NO-SCHEMA-MARSHAL attribute to TRUE