Born to crazy

be free!想写就写,想到什么写什么。

去除Vim搜索后的高亮显示

在Vim里编辑文件,搜索过后会一直对关键字高亮,很是不方便,使用如下命令即可取消高亮:
:noh
或者
:nohlsearch
阅读(333 次)Share This

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • bodytext
  • Technorati
  • YahooMyWeb

解决输出报表时的错误

上次提及到的报表错误,解决如下:
1.编辑$ORACLE_HOME/reports/conf/cgicmd.dat文件,找到
charthyperlink_ids: userid=scott/tiger@ %*
把它注释掉,然后在其下面增加
key: user/password@DB %*
2.编辑$ORACLE_HOME/reports/conf/rep_vmjew_oracleas1.conf文件,找到
<!–property name=”sourceDir” value=”your reports source directory”/–>
修改为
<property name=”sourceDir” value=”$ORACLE_HOME/reps”/>
$ORACLE_HOME/reps 可以是其他的路径。
阅读(456 次)Share This

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • bodytext
  • Technorati
  • YahooMyWeb

报表错误

1.REP-52005: The specified key key does not exist in key map file.
2.REP-110: Unable to open file ‘PURR02.rep’.
REP-1070: Error while opening or saving a document.
REP-0110: Unable to open file ‘PURR02.rep’.
阅读(430 次)Share This

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • bodytext
  • Technorati
  • YahooMyWeb

Oracle on RHEL4笔记

用frmcmp_batch、rwconverter命令编译fmb、mmb、pll、rdf等文件时出现错误的一点解决心得。
1. set the DISPLAY inside the frmcmp.sh
2. set NLS_LANG=xxx_xxx.<characterset>
(Nor allowed for this are characterset UTF8 or windows charactersets like we8mswin1252, ar8mswin1256,..)
or
1. set TERM=vt220
and
set ORACLE_TERM =vt220
inside the frmcmp_batch.sh
2. Set NLS_LANG= xxx_xxx.UTF8
( not allowed are windows charactersets like we8mswin1252, ar8mswin1256)
3. set DISPLAY=192.168.1.62:0.0
use <compile_command>.sh but not <compile_command>
4. set LD_LIBRARY_PATH=$ORACLE_HOME/jdk/jre/lib/i386/server:$ORACLE_HOME/jdk/jre/lib/i386/native_threads:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH
阅读(477 次)Share This

Share and Enjoy:
These icons link to […]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • bodytext
  • Technorati
  • YahooMyWeb

用putty连到服务器端执行rwconverter命令出现的错误:
There was an error trying to initialize the HPI library.
Please check your installation, HotSpot does not work correctly
when installed in the JDK 1.2 Linux Production Release, or
with any JDK 1.1.x release.
服务器端终端下执行rwconverter命令出现的错误:
REP-0001: Unable to find the Report Builder message file. Please verify your installation.
阅读(379 次)Share This

Share and Enjoy:
These icons link to social bookmarking sites where readers […]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • bodytext
  • Technorati
  • YahooMyWeb
« Previous Entries  Next Entries »