# 主机版本 [root@neokylin:/root]$ cat /etc/os-release NAME="NeoKylin Linux Advanced Server" VERSION="V7 (Stahl)" ID="neokylin" ID_LIKE="fedora" VARIANT="Server" VARIANT_ID="server" VERSION_ID="V7" PRETTY_NAME="NeoKylin Linux Advanced Server V7 (Stahl)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:neokylin:enterprise_linux:V7:GA:server" HOME_URL="https://www.cs2c.com.cn/" BUG_REPORT_URL="https://bugzilla.cs2c.com.cn/"
NEOKYLIN_BUGZILLA_PRODUCT="NeoKylin Linux Advanced 7" NEOKYLIN_BUGZILLA_PRODUCT_VERSION=V7 NEOKYLIN_SUPPORT_PRODUCT="NeoKylin Linux Advanced" NEOKYLIN_SUPPORT_PRODUCT_VERSION="V7"
# 网络信息 [root@neokylin:/root]$ ip a 2: ens33: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 00:0c:29:d4:e1:41 brd ff:ff:ff:ff:ff:ff inet 192.168.6.198/24 brd 192.168.6.255 scope global noprefixroute ens33 valid_lft forever preferred_lft forever inet6 fe80::3b33:6029:455f:a7a/64 scope link noprefixroute valid_lft forever preferred_lft forever
# 挂载本地 ISO 镜像 [root@neokylin:/root]$ mount | grep iso9660 | grep -v "/run/media" /dev/sr0 on /mnt type iso9660 (ro,relatime) [root@neokylin:/root]$ df -h|grep /mnt /dev/sr0 3.5G 3.5G 0 100% /mnt
# 安装包存放在 /soft 目录下 [root@neokylin:/soft]$ ll -rwxr-xr-x 1 oracle oinstall 201723 May 8 10:16 OracleShellInstall -rwx------ 1 oracle oinstall 1395582860 May 8 10:09 p13390677_112040_Linux-x86-64_1of7.zip -rwx------ 1 oracle oinstall 1151304589 May 8 10:09 p13390677_112040_Linux-x86-64_2of7.zip -rwx------ 1 oracle oinstall 562188912 May 8 10:09 p35574075_112040_Linux-x86-64.zip -rwx------ 1 oracle oinstall 86183099 May 8 10:09 p35685663_112040_Linux-x86-64.zip -rwx------ 1 oracle oinstall 128433424 May 8 10:09 p6880880_112000_Linux-x86-64.zip -rwx------ 1 oracle oinstall 321590 May 8 10:08 rlwrap-0.44.tar.gz
[root@neokylin:/root]$ cat /etc/os-release NAME="NeoKylin Linux Advanced Server" VERSION="V7 (Stahl)" ID="neokylin" ID_LIKE="fedora" VARIANT="Server" VARIANT_ID="server" VERSION_ID="V7" PRETTY_NAME="NeoKylin Linux Advanced Server V7 (Stahl)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:neokylin:enterprise_linux:V7:GA:server" HOME_URL="https://www.cs2c.com.cn/" BUG_REPORT_URL="https://bugzilla.cs2c.com.cn/"
NEOKYLIN_BUGZILLA_PRODUCT="NeoKylin Linux Advanced 7" NEOKYLIN_BUGZILLA_PRODUCT_VERSION=V7 NEOKYLIN_SUPPORT_PRODUCT="NeoKylin Linux Advanced" NEOKYLIN_SUPPORT_PRODUCT_VERSION="V7"
查看 Oracle 版本以及补丁:
1 2 3 4 5 6 7 8 9
[oracle@neokylin:/home/oracle]$ sqlplus -v
SQL*Plus: Release 11.2.0.4.0 Production
[oracle@neokylin:/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)
LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 08-MAY-2024 11:11:10
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 08-MAY-2024 11:02:42 Uptime 0 days 0 hr. 8 min. 27 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/neokylin/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=neokylin)(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
SQL*Plus: Release 11.2.0.4.0 Production on Wed May 8 11:11:11 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-05-08 11:11:11> show parameter name