rlwrap是 Linux下sqlplus命令回调工具,不用对已经敲过的命令再重复去敲,用backspace就可以调出来,大大节省DBA的时间。 配置方法: 增加别名 vi .bash_profile alias sqlplus='rlwrap sqlplus' alias rman='rlwarap rman'
linux环境中有2个dba的用户:oracle、erm 还有1个web用户:erm 在linux环境中,这三个用户都可以直接在任意目录下执行该shell脚本,可是在java代码中调用shell脚本时,报了如下4个错误: 1、sqlldr: command not found 2、sqlplus: command not found 3、0750: You may need to set ORACLE_HOME to your Oracle software directory 4、Messa
ORA-27104: system-defined limits for shared memory was misconfigured –oracle的sga超过安装oracle配置的最大内存
ipcs -l
—— Messages Limits ——–
max queues system wide = 32768
max size of message (bytes) = 8192
default max size of queue (bytes) = 16384
—— Shared Mem