📄 profile.ora
字号:
:# @(#) profile 68.1 98/01/20 ## Copyright (C) 1989-1998 The Santa Cruz Operation, Inc.# All Rights Reserved.# The information in this file is provided for the exclusive use of# the licensees of The Santa Cruz Operation, Inc. Such users have the# right to use, modify, and incorporate this code into other products# for purposes authorized by the license agreement provided they include# this notice and the associated copyright notice with any such product.# The information in this file is provided "AS IS" without warranty.## .profile -- Commands executed by a login Bourne shell#PATH=$PATH:$HOME/bin:. # set command search pathMAIL=/usr/spool/mail/`logname` # mailbox locationexport PATH MAILORACLE_BASE=/home/oracle/app/oracle;export PRACLE_BASEORACLE_HOME=$ORACLE_BASE/product/7.3.4;export ORACLE_HOMEORACLE_SID=bkfx;export ORACLE_SIDORACLE_TERM=ansi;export ORACLE_TERMULIMIT=2297152;export ULIMITLD_LIBRARY_PATH=$ORACLE_HOME/lib;export LD_LIBRARY_PATHTMPDIR=/home/oracle/tmp;export TMPDIRORACLE_DOC=$ORACLE_HOME/doc;export ORACLE_DOCNLS_LANG=american_america.zhs16cgb231280; export NLS_LANGORA_NLS32=$ORACLE_HOME/ocommon/nls/admin/data;export ORA_NLS32PATH=$PATH:$ORACLE_HOME/bin;export PATHNLS_LANG=american_america.zhs16cgb231280; export NLS_LANG# use default system file creation mask#eval `tset -m scoansi:${TERM:-scoansi} -m :\?${TERM:-scoansi} -r -s -Q`/usr/bin/prwarn # issue a warning if password due to expire
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -