Home > database >  SUSE12 SP3 SYBASE into database
SUSE12 SP3 SYBASE into database

Time:09-24

15.7 database installation is complete, under SUSE12 SP3 system, executing isql - Usa - Ppasswd were unable to access the database, prompt error parameters, through the source SYBASE. Sh, input isql again - Usa - Ppasswd into database, doubt is the problem of environment variables, but the environment variable to change? Great god, please give directions, the following files are as follows:
If [- f ~/bashrc]; Then
. ~/.bashrc
Fi

# the User specific environment and startup designed

PATH=$PATH: $HOME/bin

The export PATH
# export PATH
SYBASE=/home/SYBASE; Export SYBASE
DSQUERY=fuwuming; Export DSQUERY
SYBASE_OCS=OCS - 15 _0; Export SYBASE_OCS
SYBASE_ASE=ASE - 15 _0; Export SYBASE_ASE
PATH=$PATH: $SYBASE: $SYBASE/$SYBASE_ASE/bin: $SYBASE/$SYBASE_ASE/install: $SYBASE/$SYBASE_OCS/bin: $SYBASE/bin: $HOME/bin:/sbin:; The export PATH

LD_LIBRARY_PATH="/home/sybase/OCS - 15 _0/lib:/home/sybase/OCS - 15 _0/lib3p64:/home/sybase/OCS - 15 _0/lib3p" : $LD_LIBRARY_PATH; Export LD_LIBRARY_PATH
GBK # LANG=zh_CN.
LANG=zh_CN. Utf-8
Export LANG



Export JAVA_HOME=$HOME/was/Java/jdk1.6.0
Export the CATALINA_HOME=$HOME/was/tomcat
Export JRE_HOME=$JAVA_HOME
The export PATH=$JAVA_HOME/bin: $PATH

CodePudding user response:

Isql - Usa - Ppasswd - Sservername if an error message,
  • Related