Tora是一个Oracle的工具包,目的是帮助DBA或数据库应用程序的开发者。特点是PL/SQL调试器,有语法高亮的SQL工作单,DB浏览器和一个全面的DBA工具集。TOra也包含MySQL和PostgreSQL支持。类似与windows下的toad。Tora项目地址:http://tora.sourceforge.net/在Fedora 8上安装并使用tora,必须安装oracle client,因此本文档分为两部分:在Fedora 8上安装oracle client在Fedora 8 上安装并配置 tora 一、在Fedora 8上安装oracle clientoracle client的安装在oracle官方网站有详细的文档,本此安装用的是Oracle Database 10g Client Release 2 (10.2.0.1.0) for Linux x86,下载地址http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201linuxsoft.html,下载前需要先从oracle网站注册一个帐号。安装过程:1、内存及swap最小内存要求:256 MB of physical RAM2、检查需要的软件包make-3.81-10.fc8 gcc-4.1.2-33 glibc-2.7-2 glibc-devel-2.7-2 compat-db-4.5.20-3.fc8 compat-gcc-34-3.4.6-8 compat-gcc-34-c++-3.4.6-8 compat-libstdc++-8-3.3.4.2 compat-libstdc++-devel-8-3.3.4.2 openmotif-2.3.0-0.3.fc8.ccrma gnome-libs-1.4.2-7.fc8 libaio-devel-0.3.106-3.2 libaio-0.3.106-3.2 util-linux-ng-2.13-3.1.fc8 注:util-linux-ng-2.13-3.1.fc8在以前的fedora中名字为setarch,比如在fc7中为setarch-2.0-4.fc7.i386.rpm 3、创建用户组和用户#groupadd dba#groupadd oinstall#useradd -m -g oinstall -G dba oracle#passwd oracleChanging password for user oracle. New UNIX password: BAD PASSWORD: it is based on a dictionary word Retype new UNIX password: passwd: all authentication tokens updated successfully.
Ubuntu下游戏模拟器的使用(图)Fedora 8 安装后的一些必要配置相关资讯 Fedora 8
- 在Fedora 8 上构建内核树 (08/20/2009 16:33:52)
- Linux Fedora 8用squid3.0单网卡配 (10/15/2008 06:55:21)
- 在Fedora 8中安装Realplayer和 (10/06/2008 06:46:09)
| - Fedora 8 环境 2.6内核编译步骤 (10/24/2008 06:58:52)
- Linux Fedora 8通过rpm方式升级到2 (10/09/2008 22:54:29)
- Fedora 8中root用户时vim不能语法 (09/23/2008 06:35:37)
|
本文评论 查看全部评论 (0)