你到另个叫龙祥工作室去看看,WWW。ORADB。NET上有它的超链节!

解决方案 »

  1.   

    看 看 有没有帮助:
    RedHat Linux 6.0 上 Oracle 8i R2 (8.1.6) 企业版安装实例  
    本例使用软件: 
    1、操作系统:        RedHat Linux 6.0 正版光盘一张
    2、数据库:         Oracle 8i R2 (8.1.6) for Linux 企业版
    3、Java运行时刻环境(JRE): jre_1.1.7-v3-glibc-x86.tar软件下载地址: 
    1、Linux:
    2、Oracle:
      到Oracle的老家下载
      Oracle 8i R2 (8.1.6) for Linux 企业版[275MB]
      ftp://ftp.oracle.com/pub/www/otn/linux/oracle8i/oracle8161_tar.gz
    3、Jre:
      Sun公司Java资源:   http://java.online.sh.cn/
      tux.org:       http://www.tux.org/pub/java/
      wormwang 新丝(思)路: http://freesoft.online.sh.cn/安装前说明: 
    1、jre_1.1.7-v3-glibc-x86.tar很多站点上都有,别的版本的jre也可以,可找一些更新的。
    2、检查是否有足够的硬盘剩余空间,本例/home下有4GB空间。
    3、Oracle 8i启用了新的安装程序OUI(Oracle Universal Installer),OUI是用Java写的,因此它可在任何JVM上运行。 
    开始安装: 
    1、首先安装RedHat,以server方式安装。
    2、安装Oracle 8i。 
    [root@oradb /root]$               #以root方式登录
    [root@oradb /root]$ groupadd dba        #创建dba组
    [root@oradb /root]$ useradd oracle -g dba    #在dba组中建新用户oracle
    [root@oradb /root]$ passwd oracle        #修改oracle用户口令注:dba组和oracle用户是oracle安装需要的
    注:创建oracle用户后,linux系统自动在/home目录下创建/home/oracle目录,给oracle用户使用,
      oracle用户对此目录拥有所有的权限,
      为方便,本例把oracle系统安装在oracle用户自己的目录下[root@oradb /root]$ cd /user/local       #到/usr/local目录
    [root@oradb /local]$ ls -l           #把jre_1.1.7-v3-glibc-x86.tar文件拷贝到本目录下[root@oradb /local]$ tar zxvf jre_1.1.7-v3-glibc-x86.tar  #在当前目录下解压[root@oradb /local]$ mv jre117_v3 jre      #解压后的目录名为jre117_v3,改名为jre[root@oradb /local]$ ls -l         #这时,/usr/local目录下应该存在jre目录注:只要把解出来的文件放到/usr/local/jre目录下就算完成了jre的安装,oracle就可以正确识别了[root@oradb /oracle]$ exit           #退出,以oracle用户重新登录[oracle@oradb /oracle]$ 
    [oracle@oradb /oracle]$ ls -l
    [oracle@oradb /oracle]$ tar zxvf oracle8161_tar.gz   #解压oracle压缩包到当前目录
    [oracle@oradb /oracle]$ mv Oracle8iR2 orainst  #把Oracle8iR2目录名改为orainst,这步可不做,我是嫌大小写麻烦
    [oracle@oradb /oracle]$ ls -a          #.bash_profile文件是隐藏属性
    [oracle@oradb /oracle]$ more .bash_profile   #查看.bash_profile文件内容注:每个用户下都有一个自动执行脚本,类似于dos下的autoexec.bat文件,
      每一次用户登录的时候,设置系统环境,
      RedHat Linux 6.0中的脚本名为.bash_profile。
      可用env命令查看系统环境,
      .bash_profile文件如果是以root用户登录时生成的,则组和用户都属于root,
      对oracle用户就是只读的了,不能编辑。[oracle@oradb /oracle]$ vi .bash_profile    #编辑.bash_profile文件,并输入以下内容# Setup ORACLE environment
    ORACLE_HOME=/home/oracle/OraHome1
    export ORACLE_HOME
    ORACLE_SID=orcl
    export ORACLE_SID
    ORACLE_TERM=xterm
    export ORACLE_TERM
    ORACLE_OWNER=oracle8
    export ORACLE_OWNER
    TNS_ADMIN=/home/oracle/config/8.1.6
    export TNS_ADMIN
    CLASSPATH=$ORACLE_HOME/jdbc/lib/classes111.zip
    export CLASSPATH# Set up the search paths:
    PATH=/usr/local/jre/bin:/usr/local/jdk/bin:/bin:/sbin
    PATH=$PATH:/usr/bin:/usr/sbin:/usr/local/bin:$ORACLE_HOME/bin
    PATH=$PATH:/usr/local/sbin:/usr/bin/X11:/usr/X11R6/bin:.
    export PATH
    也可以把这个文件在Windows机器上写好,如a.txt,然后用FTP把a.txt拷到/home/oracle目录下
    mv a.txt .bash_profile
    按y覆盖[oracle@oradb /oracle]$ exit      #退出,以oracle用户重新登录,以使设定的环境生效
    [oracle@oradb /oracle]$ 
    [oracle@oradb /oracle]$ startx     #启动X-windows后,启用一个终端(xterm),(图形窗口)
                        #在该终端中运行runInstaller
    [oracle@oradb /oracle]$ cd orainst
    [oracle@oradb /orainst]$ ./runInstaller #执行oracle安装程序,linux下执行一个程序,可用./调用执行
    这时你可以看到用jre运行的全新的图形化的OUI的欢迎画面,按照提示继续安装进程:Welcome:
    按nextFile Locations:
    按nextUNIX Group Name:
    什么也不添,按next
    出错,提示要以root权限运行“/home/oracle/OraHome1/orainstRoot.shCTRL+ALT+F2,打开一个新的控制台(字符窗口)
    以root登录
    [root@oradb /root]$ cd ~oracle
    [root@oradb /oracle]$ cd OraHome1
    这时,/home/oracle/OraHome1目录下只有一个文件orainstRoot.sh,运行它
    [root@oradb /OraHome1]$ sh orainstRoot.shCTRL+ALT+F7,回到安装界面(图形窗口)
    按Retry按钮,就可以继续安装了,Available Products:
    选Oracle8i Enterprise Edition 8.1.6.1.0,按nextInstallation Types:
    选Typical(540MB),按next,这时,屏幕右上角出现一个进度标尺Database Identification:
    Global Database Name:输入oracle8(可以任意)
    SID:保留orcl
    按nextDatabase File Location:
    任意目录,本例设为“/home/oracle/OraHome1”,按Next,这时,屏幕右上角进度标尺继续前进出现Summary,对你想要安装的产品作一个总结
    按Install,出现Install画面,等待... 你可以看到窗口底部提示的安装等log文件目录,可供以后查询。弹出Setup Privileges窗口
    提示:在安装继续进行之前,需要以root运行一个脚本“/home/oracle/OraHome1/root.sh”,
    CTRL+ALT+F2,回到刚才运行的第2个终端窗口
    以root权限执行该文件,
    [root@oradb /OraHome1]$ sh root.sh屏幕显示:
    Enter the full pathname of the local bin directory:[/usr/local/bin]:\c
    回车
    系统开始执行一些动作,执行完毕,CTRL+ALT+F7按返回OUI,按OK。 Database Creation Progress开始,逐步进行以下4个过程
    Creating and starting Oracle instance
    Copying database files
    Initializing database
    Database creation completed以上4个过程完成,弹出Oracle Database Configuration Assistant Alert窗口,
    提示:数据库创建完成,告诉你数据库的一些基本信息
    global databse name:oracle8
    database system identifier(SID):orcl
    SYS account password:change_on_install
    SYSTEM account password:manager
    按okEnd of Installation,按Exit退出OUI,完成安装。退出图形窗口,回到
    [oracle@oradb /oracle]$这时,oracle数据库已经安装成功,并且数据库已经启动运行,可以试一下
    [oracle@oradb /oracle]$sqlplus system/manager出现以下信息:
    SQL*Plus: Release 8.1.6.0.0 - Production on Fri Oct 26 20:20:56 2000(c) Copyright 1999 Oracle Corporation. ALL rights reserved.Connected to:
    Oracle8i Enterprise Edition Release 8.1.6.1.0 - Production
    With the Partitioning option
    JServer Release 8.1.6.0.0 - ProductionSQL> show user
    USER is "SYSTEM"
    SQL> 
    SQL> exit
    启动数据库:
    [oracle@oradb /oracle]$ svrmgrl
    SVRMGR> connect internal
    Connected.
    SVRMGR> startup
    ORACLE instance started.
    显示SGA状态
    Database mounted.
    Database opened.
    SVRMGR>
    关闭数据库:
    [oracle@oradb /oracle]$ svrmgrl
    SVRMGR> connect internal
    Connected.
    SVRMGR> stutdown
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SVRMGR>
    启动监听器
    [oracle@oradb /oracle]$ lsnrctl
    LSNRCTL> start
    LSNRCTL> exit停止监听器
    [oracle@oradb /oracle]$ lsnrctl
    LSNRCTL> stop
    LSNRCTL> exit查看监听器状态
    [oracle@oradb /oracle]$ lsnrctl
    LSNRCTL> status
    LSNRCTL> exit