环境:

操作系统:red hat 5.8 OS

数据库:oracle 11g 11.2.0.1

安装软件:IO-Tty-1.07.tar、 Term-ReadLine-Gnu-1.16.tar、uniread-1.01.tar

ftp工具:winscp

1、将安装软件通过winscp上传到linux系统

2、root用户登陆linux系统,解压安装软件

#tar zxvf IO-Tty-1.07.tar

#tar zxvf Term-ReadLine-Gnu-1.16.tar

# tar zxvf uniread-1.01.tar

3、分别安装以上3个软件包

#cd IO-Tty-1.07

#perl Makefile.PL

#make ; make install

#cd Term-ReadLine-Gnu-1.16

#perl Makefile.PL

#make ; make install

#cd uniread-1.01

#perl Makefile.PL

#make ; make install

#cd ~

#whitch uniread

/usr/sbin/uniread     ---表示软件安装成功

4、切换到oracle用户

#  su - oracle

5、使用工具登陆数据库

#uniread sqlplus / as sysdba

6、为以上登陆口令取别名

$cd ~

$vi .bash_profile并添加以下2行,保存退出

.....

alias sqlplus="uniread sqlplus"

alias rman="uniread rman"

......

7、生效环境变量

[oracle@wen ~]$ source !$

source ~/.bash_profile

最新文章

  1. 转载--改变ubuntu默认编码为GBK
  2. js做通讯录的索引滑动显示效果和滑动显示锚点效果
  3. 程序员用HTML5给女朋友制作的3D相册
  4. 【干货分享】Node.js 中文学习资料和教程导航
  5. tornado 非阻塞方法
  6. 【maven 报错】maven项目执行maven install时报错Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode)
  7. java.lang.ClassNotFoundException: Didn't find class "*****(转载)
  8. AngularJS(一)
  9. keep alive的相关介绍
  10. Microsoft.SharePoint.Security的问题
  11. (转)maven设置内存
  12. win7 64位iis发生错误w3wp.exe解决方法
  13. redis数据类型:Strings
  14. MyEclipse10.7使用egit托管项目到GitHub
  15. Entity Framework技术系列之0:开篇
  16. iOS-swift-基础篇1
  17. idea快速搭建springboot项目
  18. ES6(数组)
  19. Jmeter中连接Oracle报错Cannot create PoolableConnectionFactory
  20. Python 安装和 Pycharm 环境配置

热门文章

  1. ThinkPHP 学习记录
  2. TJI读书笔记11-多态
  3. 种类并查集(POJ 1703)
  4. underscore 笔记
  5. Log4j 配置 的webAppRootKey参数问题
  6. JS常见问题
  7. screen 命令
  8. js基本常识了解
  9. ide编辑器
  10. sqlserver巧用row_number和partition by分组取top数据