OracleLinux6.5下Oracle11.2.0.4的安装

接http://blog.51cto.com/12784425/2310379此文
1、准备工作
Oracle11.2.0.4的安装包;
VNC客户端vnc Viewer;

2、将Oracle11.2.0.4的安装包用vsftp上传到服务器/soft目录下
更改/soft目录的访问权限

[[email protected] ~]# chmod -R 777 /soft

进入到/soft目录下

[[email protected] ~]$ cd /soft
[[email protected] soft]$ ll
总用量 2487224
-rwxrwxrwx. 1 root root 1395582860 10月 29 18:50 linux11.2.0.4-1_Linux-x86-64.zip
-rwxrwxrwx. 1 root root 1151304589 10月 29 18:50 linux11.2.0.4-2_Linux-x86-64.zip
drwxrwxrwx. 2 root root      16384 10月 29 2018 lost+found
[[email protected] soft]$  

解压oracle软件包
unzip linux11.2.0.4-1_Linux-x86-64.zip
unzip linux11.2.0.4-2_Linux-x86-64.zip

这时会得到一个database的文件夹

[[email protected] soft]$ ll
总用量 2487228
drwxr-xr-x. 7 oracle oinstall       4096 8月  27 2013 database
-rwxrwxrwx. 1 root   root     1395582860 10月 29 18:50 linux11.2.0.4-1_Linux-x86-64.zip
-rwxrwxrwx. 1 root   root     1151304589 10月 29 18:50 linux11.2.0.4-2_Linux-x86-64.zip
drwxrwxrwx. 2 root   root          16384 10月 29 2018 lost+found
[[email protected] soft]$ 

3、安装VNC服务器:

[[email protected] ~]# yum install tigervnc-server -y

切换到oracle用户下,启动vnc服务并设置密码oracle。

[[email protected] ~]# su - oracle
[[email protected] ~]$ vncserver

You will require a password to access your desktops.

Password:
Verify:
xauth:  creating new authority file /home/oracle/.Xauthority

New ‘oracle-learn:1 (oracle)‘ desktop is oracle-learn:1

Creating default startup script /home/oracle/.vnc/xstartup
Starting applications specified in /home/oracle/.vnc/xstartup
Log file is /home/oracle/.vnc/oracle-learn:1.log

[[email protected] ~]$ 

New ‘oracle-learn:1 (oracle)‘ desktop is oracle-learn:1
启动本地VNC Viewer链接服务器
192.168.8.120:1

输入密码oracle
登录之后会让你输入root的密码
好了,现在登录到oracle用户的远程桌面了

打开终端设置环境变量

[[email protected] ~]$ export LANG=en_US


进入/soft/database目录下

[[email protected] ~]$ cd /soft/database/
[[email protected] database]$ ll
总用量 60
drwxr-xr-x.  4 oracle oinstall  4096 8月  27 2013 install
-rw-r--r--.  1 oracle oinstall 30016 8月  27 2013 readme.html
drwxr-xr-x.  2 oracle oinstall  4096 8月  27 2013 response
drwxr-xr-x.  2 oracle oinstall  4096 8月  27 2013 rpm
-rwxr-xr-x.  1 oracle oinstall  3267 8月  27 2013 runInstaller
drwxr-xr-x.  2 oracle oinstall  4096 8月  27 2013 sshsetup
drwxr-xr-x. 14 oracle oinstall  4096 8月  27 2013 stage
-rw-r--r--.  1 oracle oinstall   500 8月  27 2013 welcome.html

运行安装程序

[[email protected] database]$ ./runInstaller 

Oracle安装界面启动成功

安装步骤

1、如图取消订阅,接下来会有提示框,点yes

2、取消升级,下一步

3、选择只安装database

4、下一步

5、选择中文简体,英文过关的可以无视,下一步

6、第一个企业版安装,下一步

7、显示的路径应该与配置好的环境变量一样

然后会有一个提示,直接点yes

8、默认,下一步

9、默认,下一步

10、这里会有一个配置的检测

11、点击install

开始安装。
安装过程中会有提示要运行的脚本如图:

在root用户下按顺序运行这两个命令,第二个命令运行后会有一个按enter建的命令。

[[email protected] ~]# /oracle/app/oraInventory/orainstRoot.sh
Changing permissions of /oracle/app/oraInventory.
Adding read,write permissions for group.
Removing read,write,execute permissions for world.

Changing groupname of /oracle/app/oraInventory to oinstall.
The execution of the script is complete.
[[email protected] ~]# /oracle/app/oracle/product/11.2.0/root.sh
Performing root user operation for Oracle 11g 

The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /oracle/app/oracle/product/11.2.0

Enter the full pathname of the local bin directory: [/usr/local/bin]:
   Copying dbhome to /usr/local/bin ...
   Copying oraenv to /usr/local/bin ...
   Copying coraenv to /usr/local/bin ...

Creating /etc/oratab file...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Finished product-specific root actions.

然后回到远程桌面点击ok
未完待续!!!

原文地址:http://blog.51cto.com/12784425/2310399

时间: 2024-10-16 00:04:49

OracleLinux6.5下Oracle11.2.0.4的安装的相关文章

oracle-11.2.0.4静默安装----RedHat7.5

1.配置/etc/hosts文件和关闭seliux和firewall防火墙 编辑/etc/hosts文件 [[email protected] ~]# vim /etc/hosts [[email protected] ~]# cat /etc/hosts 192.168.10.50 henry 禁用selinux [[email protected] ~]# vim /etc/selinux/config [[email protected] ~]# cat /etc/selinux/conf

Oracle11.2.0.4 RAC安装文档

1 环境配置 参考官方文档<Grid Infrastructure Installation Guide for Linux> 1.1 软件环境 操作系统: [[email protected] ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.2 (Santiago) [[email protected] ~]# uname -a Linux howe1 2.6.32-220.el6.i686 #1 S

Centos6.5下OpenCV3.1.0源码安装

下载OpenCV源代码,并解压缩. 使用cd命令,切换到压缩目录下. 使用 $cmake CMakeList.txt 命令,在此期间,可能会出现ippicv_linux_20151201无法下载的状况,需要自行上网站上下载ippicv_linux_20151201.tgz文件,此处的ippicv是一个intel处理器的底层加速库,如果在RAM平台编译,则不会出现此状况.由于该文件大小超过10M,所以无法作为附件上传,你可以自行百度搜索,下载完成后,将该压缩文件拷贝到3rdparty/ippicv

Oracle11.2.0.1升级到11.2.0.3

Oracle数据库升级也并非简单的事,这篇博客,博主对Oracle那点事做了较详细的介绍: http://blog.itpub.net/9599/viewspace-473003/ 我还属于Oracle的菜鸟,就不献丑介绍了. 下面我就简单总结下,Oracle同版本升级的经历: 升级数据库: 1. 先检查数据库当前版本: SELECT * FROM v$version; 2. 使用RMAN或exp 进行全库备份 [这一步非常非常重要,因升级到数据部分时,虚拟机没空间了,导致VM崩溃,升级失败.o

CentOS-6.4-DVD系统中安装Oracle-11.2.0.4

完整版见https://jadyer.github.io/2014/05/18/centos-install-oracle/ /** * CentOS-6.4-DVD系统中安装Oracle-11.2.0.4 * ---------------------------------------------------------------------------------------------------------------------- * [前言] * 本来是在CentOS-6.4-m

oracle11.2.0.4 rac搭建中的crs-4000错误解析

在系统环境为rhel6.5的服务器上,搭建数据库版本为oracle11.2.0.4的两节点的RAC,安装GRID时遭遇如下错误: (注:vote.data和闪回盘都在存储设备上) ASM created and started successfully. Disk Group VOTE mounted successfully. clscfg: -install mode specified clscfg: EXISTING configuration version 5 detected. c

oracle linux6操作系统oracle11.2.0.4数据库从一台主机A(ora11g)到另一台主机B(ora02)的迁移过程

oracle linux6操作系统oracle11.2.0.4数据库从一台主机A(ora11g)到另一台主机B(ora02)的迁移过程 A生成pfile文件并关闭数据库 [[email protected] ~]$ sqlplus /nolog SQL*Plus: Release 11.2.0.4.0 Production on Fri Jan 1 17:25:12 2016 Copyright (c) 1982, 2013, Oracle.  All rights reserved. SQL>

max环境下cocos2d-x 3.0的环境搭建

一开始始终找不到网上说得create_project.py,所以网上通过这个的方法行不通. 所以就找了点关于3.0的资料,貌似在3.0正式版里是通过**/cocos2d-x-3.0/tools/cocos2d-console/bin/cocos.py来创建工程的. 不过3.0正式版要先搞定环境变量.. 1. 打开 ~/.bash_profile ,添加以下信息(具体为什么叫这些没搞明白,回头可以试试不叫这些名字) export COCOS2DX_ROOT=/Users/*/Sites/cocos

Oracle11.2.0.4 windows32+64bit path补丁21+11.2.0.4.160419 p22064588 p22839608

2016年6月3日最新补丁-Oracle11.2.0.4 for windows32+64bit,p22064588 patch11.2.0.4.21,p22839608 11.2.0.4.160419补丁包 版本:Oracle11.2.0.4.21 p22064588 补丁 百度云盘:链接:http://pan.baidu.com/s/1pLRCNjH 密码:aa0q 名称:64BIT:p22064588_112040_MSWIN-x86-64.zip名称:32BIT:p22064588_11