e股脑电脑教程网
  • 首 页
  • 操作系统
  • 应用软件
  • 下载工具
  • 影音视频
  • 办公软件
  • 媒体制作
  • 网站建设
  • 平面设计
  • 数据库
  • 程序开发
  • 视频教程
编辑推荐: | 文章搜索:
您现在的位置: e股脑 >> 数据库 >> Oracle教程 >> Oracle10gR2安裝 >> 教程正文
 
教程搜索
 
 
相关教程
  • 用Oracle 10g列值掩码技术隐藏敏感数据
  • ORACLE常用Script
  • OracleSupport全球解答的最hot的21个问
  • Oracle 中的OOP概念
  • 过程,函数,程序包
  • 异常和游标管理
  • 集合和成员函数
  • Oracle10gR2安裝
  • SQL 的高级应用
  • Install Oracle on Solaris 8/9/10
  • Install Oracle9 on RedHat
  • Start Console on Oracle9i VS Oracle
  • oracle自动imp脚本
  • Oracle9i连接sybase的透明网关的配置
  • 用裸设备来提高Oracle数据库的性能
  • 从Oracle迁移到SQL Server的陷阱
 
 

图文教程


  • Windows抢了谁的饭碗 非主流操作系统To

  • 地球还是火星 平常心看“非主流”

  • 综合运用Office 2007批量制作奖状

  • 没有系统盘如何才能修复受损系统?

  • 巧妙运用Excel中边界的附加功能!
 
 
赞 助 商
 
 
Oracle10gR2安裝
  • 来源:e股脑
  • 点击次数:
  • 更新时间:2007-8-9
(your workstation or PC).

  • If you determined that the /tmp directory had insufficient free disk space when checking the hardware requirements, then identify a file system with the required amount of free space and set the TEMP and TMPDIR environment variables as follows:

    1. Use the df -k command to identify a suitable file system with sufficient free space.

    2. If necessary, enter commands similar to the following to create a temporary directory on the file system that you identified, and set the appropriate permissions on the directory:

      $ su - root # mkdir /mount_point/tmp # chmod a+wr /mount_point/tmp # exit

    3. Enter commands similar to the following to set the TEMP and TMPDIR environment variables:

      Bourne, Bash, or Korn shell:

      $ TEMP=/directory $ TMPDIR=/directory $ export TEMP TMPDIR

      C shell:

      % setenv TEMP /directory % setenv TMPDIR /directory

  • Enter the following commands to ensure that the ORACLE_HOME and TNS_ADMIN environment variables are not set:


    Bourne, Bash, or Korn shell:

    $ unset ORACLE_HOME $ unset TNS_ADMIN

    C shell:

    % unsetenv ORACLE_HOME % unsetenv TNS_ADMIN

  • To verify that the environment has been set correctly, enter the following commands:

    $ umask $ env | more

    Verify that the umask command displays a value of 0022, 022, or 22 and the environment variables that you set in this section have the correct values.

  • 9 Mounting the Product Disc

    On most Linux systems, the product disc mounts automatically when you insert it into the drive. If the disc does not mount automatically, then follow these steps to mount it:

    1. Switch user to root:

      $ su - root

    2. If necessary, enter a command similar to the following to eject the currently mounted disc, then remove it from the drive:

      • Red Hat:

        # eject /mnt/dvd

      • SUSE:

        # eject /media/dvd

      In these examples, /mnt/dvd and /media/dvd are the mount point directories for the disc drive.

    3. Insert the disc into the disc drive.

    4. To verify that the disc mounted automatically, enter a command similar to the following:

      • Red Hat:

        $ ls /mnt/dvd


      • SUSE:

        $ ls /media/dvd

    5. If this command fails to display the contents of the disc, then enter a command similar to the following:

      • Red Hat:

        # mount -t iso9660 /dev/dvd /mnt/dvd

      • SUSE:

        # mount -t iso9660 /dev/dvd /media/dvd

      In these examples, /mnt/dvd and /media/dvd are the mount point directories for the disc drive.

    10 Installing Oracle Database

    After configuring the oracle user's environment, start Oracle Universal Installer and install Oracle Database as follows:

    1. To start Oracle Universal Installer, enter the following command:

      $ /mount_point/db/runInstaller

      If Oracle Universal Installer does not start, then refer to Oracle Database Installation Guide for Linux x86 for information about how to troubleshoot X Window display problems.

    2. The following table describes the recommended action for each Oracle Universal Installer screen. Use the following guidelines to complete the installation:

      • If you need more assistance, or if you want to choose an option that is not a default, then click Help for additional information.

      • If you encounter errors while installing or linking the software, then refer to Oracle Database Installation Guide for Linux x86 for information about troubleshooting.


      Note:

      If you have completed the tasks listed previously, then you can complete the installation by choosing the default values on most screens.

      ScreenRecommended ActionSelect Installation Method

      上一页  1 2 3 4 5 6 7 8 9 10 下一页
  • 上一篇教程: SQL 的高级应用
  • 下一篇教程: 集合和成员函数
  •  

    关于本站 | 广告联系 | 版权声明 | 使用帮助

    Copyright © 2004-2008 www.egunao.com All rights reserved.