03 2020 档案
摘要:oracle的软件放置目录可以为任意,比如:/opt/oracle/oracinstall/ 将linuxx64_12201_database.zip上传至该目录并解压,进入database 在图形化界面执行:runInstaller就可以进入安装 oracle安装应设置特定的工作目录,而不是使用系
阅读全文
摘要:参考文章:https://www.linuxprobe.com/chapter-08.html
阅读全文
摘要:mysql> select command, count(*) from information_schema.processlist group by command; + + + | command | count(*) | + + + | Daemon | 1 | | Query | 1 |
阅读全文