动态网站制作指南 [  QQ表情  ]
[ 投票调查 ]
[ 企业邮箱 ]
[ 网站空间 ]
网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
ASP源码 | .Net源码 | PHP源码 | JSP源码 | JAVA源码 | CGI源码 | VB源码 | C++源码 | Delphi源码 | PB源码 | VF源码 | 汇编 | 服务器
Firefox | IE | Maxthon | 迅雷 | 电驴 | BitComet | FlashGet | QQ | QQ空间 | Vista | 输入法 | Ghost | Word | Excel | wps | Powerpoint
asp | .net | php | jsp | Sql | c# | Ajax | xml | Dreamweaver | FrontPages | Javascript | css | photoshop | fireworks | Flash | Cad | Discuz!
当前位置 > 网站建设学院 > 网络编程 > 数据库 > Oracle教程
Tag:注入,存储过程,分页,安全,优化,xmlhttp,fso,jmail,application,session,防盗链,stream,无组件,组件,md5,乱码,缓存,加密,验证码,算法,cookies,ubb,正则表达式,水印,索引,日志,压缩,base64,url重写,上传,控件,Web.config,JDBC,函数,内存,PDF,迁移,结构,破解,编译,配置,进程,分词,IIS,Apache,Tomcat,phpmyadmin,Gzip,触发器,socket
数据库:数据库教程,数据库技巧,Oracle教程,MySQL教程,Sybase教程,Access教程,DB2教程,数据库安全,数据库文摘
文章搜索服务
邮件订阅
输入你的邮件地址,
你将不会错过任何关于:
[ Oracle教程 ]的信息

本月文章推荐
.关于《深入浅出Oracle》中granul.
.Oracle 10g 可传输表空间现在可以.
.Oracle数据库缓冲区忙等待的原因.
.Oracle与PHP的集成:Zend Core f.
.Oracle 10G 最佳20位新特性:RMAN.
.常见Oracle HINT的用法.
.[oracle]使用Oracle10g jdbc 驱动.
.Oracle9i中如何建立不同字符集的.
.Oracle 9i产品文档.
.编写叙述程式 (Scripts): .BAT 档.
.为什么我的.htaccess文件会被忽略.
.不重建快照的情况下可以修改主表.
.Oracle10g For RHAS3 Install(一.
.如何有效地利用oracle的数据字典.
.Oracle 常用功能函数汇总.
.TestKing Oracle 1z0-007 V12.
.oracle中关于数据库和表的问题.
.Oracle 9i新特性研究系列之二 --.
.Oracle里面使用临时表解决表冲突.
.Oracle内存结构:Process Memory的.

在所有linux版本安装oracle9i

发表日期:2008-2-9 |



  名人名作,据说按照这个装绝对没问题!就是长了点,不过打印出来作为工作手册也是不错的!我就有好几本工作手册!呵呵
  Werner Puschitz
  
  Sr. AIX/Linux Systems Analyst and Administrator
  Home Page of Werner Puschitz
  
  Installing Oracle 9i on RedHat Linux 7.1, 7.2, 7.3, 8.0, 9, Red Hat Advanced Server 2.1, and on Red Hat Enterprise Linux Advanced Server 3 (RHEL AS 3)
  
  Oracle on Red Hat Linux Portal
  
  Here is a summary (HOWTO) of how I installed:
  Oracle 9iR2 (9.2.0) Database on Red Hat Advanced Server 3 (kernel 2.4.21-4.EL, glibc 2.3.2-95.3)
  Oracle 9iR2 (9.2.0) Database on Red Hat Advanced Server 2.1 (kernel 2.4.9-e.3, glibc 2.2.4-26)
  Oracle 9iR2 (9.2.0) Database on Red Hat 9 (kernel kernel-2.4.20-6, glibc 2.3.2-5)
  Oracle 9iR2 (9.2.0) Database on Red Hat 8.0 (kernel 2.4.18-18.8.0, glibc 2.2.93-5)
  Oracle 9iR2 (9.2.0) Database on Red Hat 7.3 (kernel 2.4.18-3, glibc 2.2.5-34)
  Oracle 9iR1 (9.0.1) Database on Red Hat 7.3 (kernel 2.4.18-3, glibc 2.2.5-34)
  Oracle 9iR1 (9.0.1) Database on Red Hat 7.2 (kernel 2.4.7-10, glibc 2.2.4-13)
  Oracle 9iR1 (9.0.1) Database on Red Hat 7.1 (kernel 2.4.2-2, glibc 2.2.2-10)
  
  Validation/Certification:
  
  For Validations/Certifications, check the following links:
  Oracle's Certification Matrices
  Oracle ProdUCts on Red Hat Linux
  Red Hat Enterprise Linux Application List
  
  Errors and Problems:
  Some of the Oracle errors and problems covered here were only eXPerienced in connection with 9i (9.0.1) and some only with 9iR2 (9.2.0). But since I cannot say for sure that a 9i (9.0.1) installation error will never show up during 9iR2 (9.2.0) installation, I simply kept all errors and problems listed together, see Oracle Installation Errors and Oracle Installation Problems, Important Tips and Hints.
  
  Red Hat Enterprise Linux Advanced Server 3 (RHEL AS 3)
  In order to install an Oracle9iR2 database on RH AS 3, the "Oracle9iR2 Patch Set 3 9.2.0.4.0" patchset and some other patches must be applied. Some errors can only be fixed by applying the 9.2.0.4 patchset. For more information, see Running Oracle Installation on Red Hat Enterprise Linux Advanced Server 3.
  
  Red Hat 9:
  Red Hat 9 includes now the the Native POSIX Thread Library (NPTL) which is an improved implementation of POSIX threads for Linux. But using NPTL will cause several problems for Oracle applications. Note that Oracle9i has not been certified on Red Hat 9!

  So to fix this problem, you can set the environment variable LD_ASSUME_KERNEL to 2.4.1, which means that the old "Linuxthreads with floating stacks" implementation will be used. Otherwise the Oracle installer runInstaller will hang, the Database Configuration Assistant dbca won't start etc.; see Oracle Installation Errors for more information. To see where this environment variable can be set, see Set Oracle Environments. For more information on LD_ASSUME_KERNEL, see Red Hat Linux 9 Release Notes.
  NOTE: Before you install Oracle9iR2, make sure that you first read the information about the error message "Error in invoking target install of make file /opt/oracle/product/9.2.0/network/lib/ins_oemagent.mk" in the Oracle Installation Errors section!
  
  Red Hat 8.0:
  The only problem I experienced with Oracle 9iR2 (9.2.0) on Red Hat 8.0 was:
  "Error in invoking target install of makefile /opt/oracle/product/9.2.0/ctx/lib/ins_ctx.mk"
  But this does not necessarily mean that you won't see other problems described here. See Oracle Installation Errors for more information.
  
  This article covers the following subjects and steps:
  
  * Documentations
  * Downloading and Installing Red Hat Linux 7.1, 7.2, 7.3, 8.0, 9
  * Unpacking Downloaded Oracle9i Installation Files and Burning Oracle9i CDs
  * Setting Swap Space
  * Setting Shared Memory
  * Checking /tmp Space
  * Sizing Oracle Disk Space
  * The "binutils" Issue
  * Checking Development Packages (RPMs)
  * JDK
  * Creating Oracle User Accounts
  * Creating Oracle Directories
  * Setting Oracle Environments
  * Starting runInstaller
  * Running Oracle Installation on RH 7.1, 7.2, 7.3, 8.0, 9, and on RH AS 2.1
  * Running Oracle Installation on Red Hat Enterprise Linux Advanced Server 3
  * Startup and Shutdown of the Oracle 9i Database
  * Oracle Installation Problems, Tips and Hints
  * Oracle Installation Errors
  
  Documentations
  Oracle9i Database Documentation for Linux
  Tuning and Optimizing Red Hat Linux Advanced Server for Oracle9i Database
  Oracle9iR2 on Linux: Performance, Reliability and Manageability Enhancements on Red Hat Linux Advanced Server 2.1
  An Overview of Red Hat Advanced Server V2.1 Reliability, Availability, Scalability, and Manageability (RASM) Features
  
  Downloading and Installing Red Hat Linux 7.1, 7.2, 7.3, 8.0, 9
  To download Red Hat Linux 7.x, 8.0, 9, check the links at http://www.puschitz.com/RedhatDownload.Html
  You can find the installation guides for installing Red Hat Linux under Red Hat Linux Manuals.
  
  NOTE: You cannot download Red Hat Linux Advanced Server 2.1,
you can only download the source code. If you want to get the binary CDs, you will have to buy it at http://www.redhat.com/software/linux/advanced/.
  
  Installing Software Packages (RPMs)
  
  You don't have to install all RPMs when you want to run an Oracle9i database on Red Hat Linux.
  
  For instance, if you install Red Hat Advanced Server, you are fine when you select the Installation Type "Advanced Server" and when you don't select the Package Group "Software Development". There are only a few other RPMs that are required for installing Oracle9i. These other RPMs are covered in this article.
  
  Or when you install Oracle9i on Red Hat Linux 7.x, 8.0, or 9, you are fine when you select the installation type "Server".
  
  Unpacking Downloaded Oracle9i Installation Files and Burning Oracle9i CDs
  
  Download Oracle9i for Linux from the following web site:
  http://otn.oracle.com/software/products/oracle9i/htdocs/linuxsoft.html
  
  Uncompress and unpack downloaded files:
  
  For Oracle9i (9.2.0):
  
  One step procedure (uses less disk space and is faster):
  
  zcat lnx_920_disk1.cpio.gz cpio -idmv
  zcat lnx_920_disk2.cpio.gz cpio -idmv
  zcat lnx_920_disk3.cpio.gz cpio -idmv
  Two step procedure:
  
  # Uncompress
  gunzip lnx_920_disk1.cpio.gz lnx_920_disk2.cpio.gz lnx_920_disk3.cpio.gz Linux9i_Disk3.cpio.gz
  
  # Unpack the downloaded files:
  cpio -idmv < lnx_920_disk1.cpio
  cpio -idmv < lnx_920_disk2.cpio
  cpio -idmv < lnx_920_disk3.cpio
  
  For Oracle9i (9.0.1):
  
  One step procedure (uses less disk space and is faster):
  
  zcat Linux9i_Disk1.cpio.gz cpio -idmv
  zcat Linux9i_Disk2.cpio.gz cpio -idmv
  zcat Linux9i_Disk3.cpio.gz cpio -idmv
  Two step procedure:
  
  # Uncompress
  gunzip Linux9i_Disk1.cpio.gz Linux9i_Disk2.cpio.gz Linux9i_Disk3.cpio.gz
  
  # Unpack the downloaded files:
  cpio -idmv < Linux9i_Disk1.cpio
  cpio -idmv < Linux9i_Disk2.cpio
  cpio -idmv < Linux9i_Disk3.cpio
  
  Now you should have 3 directories containing installation files:
  
  Disk1
  Disk2
  Disk3
  I executed the following commands when I burned the 3 CDs:
  mkisofs -r Disk1 cdrecord -v --eject dev=0,0,0 speed=15 -
  mkisofs -r Disk2 cdrecord -v --eject dev=0,0,0 speed=15 -
  mkisofs -r Disk3 cdrecord -v --eject dev=0
上一篇:破解Oracle一般用户的口令 人气:794
下一篇:查找 Oracle 用户锁的DLL SQL 人气:571
浏览全部Oracle教程的内容 Dreamweaver插件下载 常用网页广告代码全集
  最新网站源码 最新软件下载
2008-10-10 企业网站智能管理系统(TZIMS) v6
2008-10-10 拓文asp.net网站内容管理系统 v6
2008-10-10 动网论坛PHP版 v2.0++ Build 081
2008-10-10 免费时代CMS v5.0
2008-10-10 wodig第四季中文DIGG社区 v4.1 b
2008-10-10 老Y文章管理系统 v2.2 bulid 081
2008-10-10 魔法盒动感相册 ASP+SQL版 v2.0
2008-10-10 Asoft签到管理系统 v3.0 Pack1
2008-10-10 哥特人音乐网潮流留言本 v1.1
2008-10-11 联系人分组工具 v1.1 中文破解版
2008-10-11 FaceMelter变脸 v2.0 汉化破解版
2008-10-11 PathTracker道路跟踪仪 v1.2 破解
2008-10-11 Rooms手机聊天室 v0.6.7 破解版
2008-10-11 RemoteDesktop远程桌面 v1.0 破解
2008-10-11 ProRemote远程调音台 v1.0.1 破解
2008-10-11 PicShare照片共享 v1.0.0 破解版
2008-10-11 Photogene照片编辑器 v1.5 汉化破
2008-10-11 WriteRoom共享文档 v1.0 破解版
  发表评论
姓 名: 验证码:
内 容:
站长工具:网站收录查询 | Google PR查询 | ALEXA排名查询 | CSS在线编辑器 | 广告代码 | js/vbs加密 | md5加密 | 进制转换 | UTF-8 转换工具 | Html转换js | Html转换asp | Html转换php | Html转换perl
实用工具:汉字翻译拼音 | 拼音字典 | 符号对照表 | 个税计算 | 实时汇率查询换算 | 经典小工具 | 汉字简繁转换 | 普通单位换算 | 公制单位换算 | 生辰老黄历 | 国内电话区号 | 国家代码与域名缩写 | 文字加密解密 | 健康查询 | 万年历 | 汉字横竖排版 | 手机号码查询 | 计算器 | ip搜索
业务联系 | 广告刊登 | 频道合作 | 投稿荐稿 | 联系方式 | 加入收藏 | RSS订阅
Copyright © 2000-2008 www.knowsky.com All rights reserved | 网络实名:动态网站制作指南 | 沪ICP备05001343号