四、執行完畢後將產生三個以上述檔名命名的資料夾
[root@linux ~]# ll /usr/src
total 28
drwxr-xr-x 2 400 401 4096 jul 18 2006 io-tty-1.07
drwxr-xr-x 3 root root 4096 mar 24 22:48 kernels
drwxr-xr-x 7 root root 4096 mar 24 22:58 redhat
drwxr-xr-x 5 1006 513 4096 apr 2 2006 term-readline-gnu-1.16
drwxr-xr-x 2 1003 513 4096 may 6 2003 uniread-1.01
五、分別進入到解壓後的資料夾執行下列操作(注意路徑)
cd io-tty-1.07
perl makefile.pl
make
make install
cd ..
cd term-readline-gnu-1.16
perl makefile.pl
make
make install
cd ..
cd uniread-1.01
perl makefile.pl
make
make install
六、製作完畢後切換到oracle 賬戶
使用以下方式登陸,即在正常登陸的方式下,sqlplus前加上uniread即可。
uniread sqlplus "/as sysdba"
ok ,試試看,翻頁功能大功告成。
七、其它
本人的執行環境:vmware下的rhel 5.4 + oracle 10g r2
八、更多參考:
1.vmware6.5.2下安裝rhel 5.4(配置oracle安裝環境)
2.rpm使用簡介
3.linux (rhel 5.4)下安裝 oracle 10g r2
使用Uniread實現SQLplus翻頁功能
四 執行完畢後將產生三個以上述檔名命名的資料夾 root linux ll usr src total 28 drwxr xr x 2 400 401 4096 jul 18 2006 io tty 1.07 drwxr xr x 3 root root 4096 mar 24 22 48 kern...
使用Apache HTTPServer實現負載均衡
採用http 模式配置方法 修改conf目錄下的httpd.conf檔案 第一步 載入module loadmodule proxy module modules mod proxy.so loadmodule proxy balancer module modules mod proxy bala...
使用陣列實現棧,使用單向鍊錶實現佇列
棧 源 使用陣列實現棧的 出棧 入棧 返回棧頂元素 取得棧的大小 及棧的複製 最重要的是定義結構體,結構體內部兩個屬性,乙個 int 型陣列,乙個 top 表示陣列內的有效資料為 top 個。include include include typedef int datetype define ma...