windows下Oracle Tuxedo编译应用前需要配置的相关环境变量

 1 rem    (c) 2003 BEA Systems, Inc. All Rights Reserved.
 2 rem     Copyright (c) 2000 BEA Systems, Inc.
 3 rem       All Rights Reserved
 4 
 5 rem     THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF
 6 rem     BEA Systems, Inc.
 7 rem     The copyright notice above does not evidence any
 8 rem     actual or intended publication of such source code.
 9 
10 rem     Copyright (c) 2000 BEA Systems, Inc.
11 rem     All rights reserved
12 rem     ident    "@(#) apps/simpapp/setenv.cmd    $Revision: 1.5 $"      
13 
14 set TUXDIR=D:oracleproduct10.2.0db_2	uxedo12.1.3.0.0_VS2010
15 rem WSNADDR is WSL addr
16 set WSNADDR=//192.168.1.100:23232
17 set APPDIR=D:oracleproduct10.2.0db_2	uxedo12.1.3.0.0_VS2010samplesatmiconnect-database-test
18 set PATH=%TUXDIR%in;%APPDIR%;%PATH%
19 set TUXCONFIG=%APPDIR%	uxconfig
原文地址:https://www.cnblogs.com/foohack/p/8533947.html