摘要:
1.sqlplus登录界面: #1.字符界面 Linux/Unix/Dos平台默认方式 #2.图形界面 Win图形界面下使用 2.sqlplus连接: #1.登录sys用户 sqlplus / as sysdba #2.登录scott用户 sqlplus scott/tiger 3.sqlplus连 阅读全文
posted @ 2023-02-18 17:23
竹蜻蜓vYv
阅读(64)
评论(0)
推荐(0)
摘要:
0.操作系统版本 [root@yuanzj ~]# cat /etc/redhat-release CentOS release 6.10 注意:在安装Oracle10g版本数据库时候,需要修改版本号为 [root@yuanzj ~]# cat /etc/redhat-release CentOS 阅读全文
posted @ 2023-02-18 17:22
竹蜻蜓vYv
阅读(35)
评论(0)
推荐(0)
摘要:
1.配置yum源 略 2.配置透明巨页 cat <<EOF >> /etc/rc.local if test -f /sys/kernel/mm/transparent_hugepage/enabled; then echo never > /sys/kernel/mm/redhat_transpa 阅读全文
posted @ 2023-02-18 17:22
竹蜻蜓vYv
阅读(26)
评论(0)
推荐(0)