Home > Enterprise >  ProC and Tuxedo, the great god help me solve the ~!!!!!! ~ ~!
ProC and Tuxedo, the great god help me solve the ~!!!!!! ~ ~!

Time:09-17

I wrote a tuxedo and under Linux proc program, because it is the first time, and then appeared a lot of mistakes, and then were transferred to always have a problem not solve, error message is as follows:

Syntax error at line 47, column, 28, the file service. PC:
The Error at the line 47, 28 column in the file service. The PC
The EXEC SQL SELECT TRANSLATE INTO: translates
................ 1
The PCC - S - 02201, Encountered the symbol "INTO" the when expecting one of the following:
(
The Error at the line 0, the column 0 in the file service. PC
The PCC - F - 02102, Fatal error while doing C preprocessing



PCSCFG. CFG file is written like this:
sys_include=($ORACLE_HOME/precomp/public/usr/include/usr/lib/GCC - lib/x86_64 - redhat Linux/3.2.3/include,/usr/lib/GCC/x86_64 - redhat Linux/4.4.1/include,/usr/lib64/GCC/x86_64 - suse Linux/4.1.2/include,/usr/lib64/GCC/x86_64 - suse Linux/4.3/include/usr/lib/GCC/x86_64 - redhat Linux/4.4.4/include)
Sys_include=$ORACLE_HOME/lib
Sys_include=/usr/bin
Sys_include=/home/tuxedo/oracle/tuxedo11gR1/include
Sys_include=/home/tuxedo/oracle/tuxedo11gR1/lib
Sys_include=/home/tuxedo/oracle/tuxedo11gR1/jre/lib/amd64/server
Ltype=short
Define=__x86_64__
QLCHECK="SEMANTICS
The parse=none



. The following is like this:
#. Following

# Get the aliases and functions provides
If [- f ~/bashrc]; Then
. ~/.bashrc
Fi
# the User specific environment and startup designed
PATH=$PATH: $HOME/bin:/HOME/oracle/bin
The export PATH
#=========about tuxedo under this line==============================
TUXDIR=/home/tuxedo/oracle/tuxedo11gR1; Export TUXDIR
JAVA_HOME=$TUXDIR/jre; Export JAVA_HOME
JVMLIBS=$JAVA_HOME/lib/amd64/server: $JAVA_HOME/jre/bin
PATH=$TUXDIR/bin: $JAVA_HOME/bin: $PATH; The export PATH
COBCPY=: $TUXDIR/cobinclude; Export COBCPY
COBOPT="ALIGN=8 - C - C ANS85 - C NOIBMCOMP TRUNC=ANSI C - C=OSEXT CBL"; Export COBOPT
SHLIB_PATH=$TUXDIR/lib: $JVMLIBS: $SHLIB_PATH); Export SHLIB_PATH)
LIBPATH=$TUXDIR/lib: $JVMLIBS: $LIBPATH; Export LIBPATH
LD_LIBRARY_PATH=$TUXDIR/lib: $JVMLIBS: $LD_LIBRARY_PATH; Export LD_LIBRARY_PATH
WEBJAVADIR=$TUXDIR/udataobj/webgui/Java; Export WEBJAVADIR
#=========about tuxedo before this line=============================
#=========about oracle under this line==============================
The export is=former
Export ORACLE_BASE=/u01/app/oracle
Export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
The export PATH=/usr/sbin: $PATH
The export PATH=$ORACLE_HOME/bin: $PATH
Export LD_LIBRARY_PATH=/usr/lib: $ORACLE_HOME/lib: $ORACLE_HOME/CTX/lib: $ORACLE_HOME/RDBMS/lib/:/usr/lib/usr/local/lib: $LD_LIBRARY_PATH
The export PATH=$PATH:/sbin,/usr/sbin: $ORACLE_HOME/lib: $ORACLE_HOME/sqldeveloper
#=========about oracle befor this line==============================





What went wrong? O great god teach

CodePudding user response:

Everyone a great god, and do not save your ingenuity, help the younger brother ah

CodePudding user response:

Read the source code posted on it
  • Related