[root@localhost ~]# cat /etc/os-release NAME="Red Hat Enterprise Linux" VERSION="9.3 (Plow)" ID="rhel" ID_LIKE="fedora" VERSION_ID="9.3" PLATFORM_ID="platform:el9" PRETTY_NAME="Red Hat Enterprise Linux 9.3 (Plow)" ANSI_COLOR="0;31" LOGO="fedora-logo-icon" CPE_NAME="cpe:/o:redhat:enterprise_linux:9::baseos" HOME_URL="https://www.redhat.com/" DOCUMENTATION_URL="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9" BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 9" REDHAT_BUGZILLA_PRODUCT_VERSION=9.3 REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" REDHAT_SUPPORT_PRODUCT_VERSION="9.3"
[root@localhost ~]# ip a 2: ens160: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 00:0c:29:80:58:e9 brd ff:ff:ff:ff:ff:ff altname enp3s0 inet 192.168.183.90/24 brd 192.168.183.255 scope global noprefixroute ens160 valid_lft forever preferred_lft forever inet6 fe80::20c:29ff:fe80:58e9/64 scope link noprefixroute valid_lft forever preferred_lft forever
[root@localhost ~]# ll /soft -rw-r--r-- 1 oracle oinstall 3059705302 May 11 18:28 LINUX.X64_193000_db_home.zip -rwxr-xr-x 1 oracle oinstall 201960 May 11 18:31 OracleShellInstall -rw-r--r-- 1 oracle oinstall 127475677 May 11 18:23 p36199232_190000_Linux-x86-64.zip -rw-r--r-- 1 oracle oinstall 1856311021 May 11 18:25 p36233263_190000_Linux-x86-64.zip -rw-r--r-- 1 oracle oinstall 133535622 May 11 18:23 p6880880_190000_Linux-x86-64.zip -rw-r--r-- 1 oracle oinstall 10528882688 May 11 18:33 rhel-9.3-x86_64-dvd.iso
[root@19c soft]# cat /etc/os-release NAME="Red Hat Enterprise Linux" VERSION="9.3 (Plow)" ID="rhel" ID_LIKE="fedora" VERSION_ID="9.3" PLATFORM_ID="platform:el9" PRETTY_NAME="Red Hat Enterprise Linux 9.3 (Plow)" ANSI_COLOR="0;31" LOGO="fedora-logo-icon" CPE_NAME="cpe:/o:redhat:enterprise_linux:9::baseos" HOME_URL="https://www.redhat.com/" DOCUMENTATION_URL="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9" BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 9" REDHAT_BUGZILLA_PRODUCT_VERSION=9.3 REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" REDHAT_SUPPORT_PRODUCT_VERSION="9.3"
查看 Oracle 版本以及补丁:
1 2 3 4 5 6 7 8 9 10 11
[oracle@19c:/home/oracle]$ sqlplus -v
SQL*Plus: Release 19.0.0.0.0 - Production Version 19.23.0.0.0
LSNRCTL for Linux: Version 19.0.0.0.0 - Production on 11-MAY-2024 19:17:35
Copyright (c) 1991, 2024, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=19c)(PORT=1521))) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 19.0.0.0.0 - Production Start Date 11-MAY-2024 19:10:55 Uptime 0 days 0 hr. 6 min. 40 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/oracle/product/19.3.0/db/network/admin/listener.ora Listener Log File /u01/app/oracle/diag/tnslsnr/19c/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=19c)(PORT=1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521))) Services Summary... Service "lzhdb" has 1 instance(s). Instance "lzhdb", status READY, has 1 handler(s) for this service... Service "lzhdbXDB" has 1 instance(s). Instance "lzhdb", status READY, has 1 handler(s) for this service... The command completed successfully