暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

Oracle Linux 6.10 一键安装 Oracle 11GR2 单机

原创 Lucifer三思而后行 2024-05-24
340

前言

Oracle 一键安装脚本,演示 Oracle Linux 6.10 一键安装 Oracle 11GR2 单机(231017)过程(全程无需人工干预)。

⭐️ 脚本下载地址Shell脚本安装Oracle数据库

安装准备

  • 1、安装好操作系统,建议安装图形化
  • 2、配置好网络
  • 3、挂载本地 ISO 镜像源
  • 4、上传软件安装包(安装基础包,补丁包)
  • 5、上传一键安装脚本:OracleShellInstall

环境信息

# 主机版本 [root@oel6 soft]# cat /etc/os-release NAME="Oracle Linux Server" VERSION="6.10" ID="ol" VERSION_ID="6.10" PRETTY_NAME="Oracle Linux Server 6.10" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:oracle:linux:6:10:server" HOME_URL="https://linux.oracle.com/" BUG_REPORT_URL="https://bugzilla.oracle.com/" ORACLE_BUGZILLA_PRODUCT="Oracle Linux 6" ORACLE_BUGZILLA_PRODUCT_VERSION=6.10 ORACLE_SUPPORT_PRODUCT="Oracle Linux" ORACLE_SUPPORT_PRODUCT_VERSION=6.10 # 网络信息 [root@oel6 soft]# ip a 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000 link/ether 00:0c:29:6c:75:d8 brd ff:ff:ff:ff:ff:ff inet 192.168.6.60/24 brd 192.168.6.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80::20c:29ff:fe6c:75d8/64 scope link valid_lft forever preferred_lft forever # 挂载本地 ISO 镜像 [root@oel6 soft]# mount | grep iso9660 | grep -v "/run/media" | grep -v "/media" /dev/sr0 on /mnt type iso9660 (ro) [root@oel6 soft]# df -h|grep /mnt /dev/sr0 3.8G 3.8G 0 100% /mnt # 安装包存放在 /soft 目录下 [root@oel6 soft]# ll total 3246292 -rwxr-xr-x. 1 root root 198751 Apr 26 13:26 OracleShellInstall -rwx------. 1 root root 1395582860 Apr 26 13:24 p13390677_112040_Linux-x86-64_1of7.zip -rwx------. 1 root root 1151304589 Apr 26 13:24 p13390677_112040_Linux-x86-64_2of7.zip -rwx------. 1 root root 562188912 Apr 26 13:24 p35574075_112040_Linux-x86-64.zip -rwx------. 1 root root 86183099 Apr 26 13:23 p35685663_112040_Linux-x86-64.zip -rwx------. 1 root root 128433424 Apr 26 13:23 p6880880_112000_Linux-x86-64.zip -rwx------. 1 root root 279608 Apr 26 13:26 rlwrap-0.42.tar.gz

确保安装环境准备完成后,即可执行一键安装。

安装命令

使用标准生产环境安装参数(安装过程若失败,脚本支持重复执行安装):

# 根据脚本 README 或者 -h 命令提示,编辑好一键安装命令,进入 /soft 目录执行安装: ./OracleShellInstall -lf eth0 `# local ip ifname`\ -n oel6 `# hostname`\ -op oracle `# oracle password`\ -d /u01 `# software base dir`\ -ord /oradata `# data dir`\ -o lucifer `# dbname`\ -dp oracle `# sys/system password`\ -ds AL32UTF8 `# database character`\ -ns AL16UTF16 `# national character`\ -redo 100 `# redo size`\ -opa 35574075 `# oracle PSU/RU`\ -jpa 35685663 `# OJVM PSU/RU`\ -opd Y `# optimize db`

安装过程

███████ ██ ████████ ██ ██ ██ ██ ██ ██ ██ ██░░░░░██ ░██ ██░░░░░░ ░██ ░██ ░██░██ ░██ ░██ ░██ ██ ░░██ ██████ ██████ █████ ░██ █████ ░██ ░██ █████ ░██ ░██░██ ███████ ██████ ██████ ██████ ░██ ░██ ░██ ░██░░██░░█ ░░░░░░██ ██░░░██ ░██ ██░░░██░█████████░██████ ██░░░██ ░██ ░██░██░░██░░░██ ██░░░░ ░░░██░ ░░░░░░██ ░██ ░██ ░██ ░██ ░██ ░ ███████ ░██ ░░ ░██░███████░░░░░░░░██░██░░░██░███████ ░██ ░██░██ ░██ ░██░░█████ ░██ ███████ ░██ ░██ ░░██ ██ ░██ ██░░░░██ ░██ ██ ░██░██░░░░ ░██░██ ░██░██░░░░ ░██ ░██░██ ░██ ░██ ░░░░░██ ░██ ██░░░░██ ░██ ░██ ░░███████ ░███ ░░████████░░█████ ███░░██████ ████████ ░██ ░██░░██████ ███ ███░██ ███ ░██ ██████ ░░██ ░░████████ ███ ███ ░░░░░░░ ░░░ ░░░░░░░░ ░░░░░ ░░░ ░░░░░░ ░░░░░░░░ ░░ ░░ ░░░░░░ ░░░ ░░░ ░░ ░░░ ░░ ░░░░░░ ░░ ░░░░░░░░ ░░░ ░░░ 注意:本脚本仅用于新服务器上实施部署数据使用,严禁在已运行数据库的主机上执行,以免发生数据丢失或者损坏,造成不可挽回的损失!!! 请选择安装模式 [单机(si)/单机ASM(sa)/集群(rac)] : si 数据库安装模式: single 请选择数据库版本 [11/12/19/21] : 11 数据库版本: 11 OracleShellInstall 开始安装,安装过程可查看日志: /soft/print_ora_install_20240426135920.log 正在检查操作系统是否符合安装条件......已完成 (耗时: 0 秒) 正在去除密码复杂度配置......已完成 (耗时: 0 秒) 正在配置 YUM 源......已完成 (耗时: 0 秒) 正在获取操作系统信息......已完成 (耗时: 1 秒) 正在配置 Swap......已完成 (耗时: 0 秒) 正在配置防火墙......已完成 (耗时: 1 秒) 正在配置 selinux......已完成 (耗时: 0 秒) 正在配置 nsyctl......已完成 (耗时: 0 秒) 正在安装依赖包......已完成 (耗时: 2 秒) 正在配置主机名和 /etc/hosts......已完成 (耗时: 1 秒) 正在创建用户和组......已完成 (耗时: 1 秒) 正在创建安装目录......已完成 (耗时: 1 秒) 正在配置 Avahi-daemon 服务......已完成 (耗时: 1 秒) 正在配置透明大页 && NUMA && 磁盘 IO 调度器......已完成 (耗时: 1 秒) 正在配置操作系统参数 sysctl......已完成 (耗时: 0 秒) 正在配置 RemoveIPC......已完成 (耗时: 0 秒) 正在配置用户限制 limit......已完成 (耗时: 1 秒) 正在配置 shm 目录......已完成 (耗时: 1 秒) 正在安装 rlwrap 插件......已完成 (耗时: 8 秒) 正在配置用户环境变量......已完成 (耗时: 1 秒) 正在解压 Oracle 安装包以及补丁......已完成 (耗时: 110 秒) 正在安装 Oracle 软件以及补丁......已完成 (耗时: 1630 秒) 正在创建监听......已完成 (耗时: 7 秒) 正在创建数据库......已完成 (耗时: 775 秒) 正在优化数据库......已完成 (耗时: 30 秒) 恭喜!Oracle 单机安装成功 (耗时: 2572 秒),现在是否重启主机:[Y/N] Y 正在重启主机......

连接测试

查看系统版本:

[root@oel6 soft]# cat /etc/os-release NAME="Oracle Linux Server" VERSION="6.10" ID="ol" VERSION_ID="6.10" PRETTY_NAME="Oracle Linux Server 6.10" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:oracle:linux:6:10:server" HOME_URL="https://linux.oracle.com/" BUG_REPORT_URL="https://bugzilla.oracle.com/" ORACLE_BUGZILLA_PRODUCT="Oracle Linux 6" ORACLE_BUGZILLA_PRODUCT_VERSION=6.10 ORACLE_SUPPORT_PRODUCT="Oracle Linux" ORACLE_SUPPORT_PRODUCT_VERSION=6.10

查看 Oracle 版本以及补丁:

[oracle@oel6:/home/oracle]$ sqlplus -v SQL*Plus: Release 11.2.0.4.0 Production [oracle@oel6:/home/oracle]$ opatch lspatches 35685663;OJVM PATCH SET UPDATE 11.2.0.4.231017 35574075;Database Patch Set Update : 11.2.0.4.231017 (35574075) OPatch succeeded.

查看监听:

[oracle@oel6:/home/oracle]$ lsnrctl stat LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 26-APR-2024 14:46:46 Copyright (c) 1991, 2013, Oracle. All rights reserved. Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521))) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 11.2.0.4.0 - Production Start Date 26-APR-2024 14:46:04 Uptime 0 days 0 hr. 0 min. 42 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/oracle/product/11.2.0/db/network/admin/listener.ora Listener Log File /u01/app/oracle/diag/tnslsnr/oel6/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oel6)(PORT=1521))) Services Summary... Service "lucifer" has 1 instance(s). Instance "lucifer", status READY, has 1 handler(s) for this service... Service "luciferXDB" has 1 instance(s). Instance "lucifer", status READY, has 1 handler(s) for this service... The command completed successfully

连接数据库:

[oracle@oel6:/home/oracle]$ sas SQL*Plus: Release 11.2.0.4.0 Production on Fri Apr 26 14:46:48 2024 Copyright (c) 1982, 2013, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options sys@LUCIFER 2024-04-26 14:46:48> show parameter name NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ cell_offloadgroup_name string db_file_name_convert string db_name string lucifer db_unique_name string lucifer global_names boolean FALSE instance_name string lucifer lock_name_space string log_file_name_convert string processor_group_name string service_names string lucifer

数据库连接正常。

「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论