⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 shell-mods.sh

📁 orale培训教材包括了所有的sql说明和实例
💻 SH
字号:
# !/bin/bash# This apparently is needed because of a problem with the JRE when local language /= Englishunset LANG# Run `. /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh'# for transparent glibc 2.1.x compatibility build environment.# Preprocessor will use glibc 2.1.x compatibility headers and# things will be linked against glibc 2.1.x compatibility libraries.# This will work both when linking using gcc drivers or standalone ld# on i386 platform.export LD_ASSUME_KERNEL=2.2.5export LDEMULATION=elf_i386_glibc21 # This is so that when genclntsh runs				    # ld, it first looks at /usr/i386-glibc21-linux/lib				    # for librariesexport GCC_EXEC_PREFIX=/usr/i386-glibc21-linux/lib/gcc-lib/				    # This is so that the gcc driver uses				    # the compatibility compilerexport ORACLE_BASE=/ora8/m01/app/oracleexport ORACLE_HOME=$ORACLE_BASE/product/8.1.7export PATH=$PATH:$ORACLE_HOME/bin# export PATH=$PATH:$ORACLE_HOME/bin:$ORACLE_HOME/ctx/libexport LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib# export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:$ORACLE_HOME/jdbc/lib:$ORACLE_HOME/ctx/libexport ORACLE_SID=ora8export ORACLE_TERM=vt100export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/dataumask 022

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -