
oracle
ERD Online
行业:教育·银行·电商
技术:Java、APP、Flutter、小程序、React、Vue、Python
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux环境下安装oracle
最全最好的教程了! 原文地址:https://www.cnblogs.com/smallfa/p/7927794.html原创 2019-05-14 11:09:05 · 175 阅读 · 0 评论 -
oracle 12c 常用命令操作
创建表空间: - drop tablespace user_temp including contents and datafiles; - drop tablespace user_data including contents and datafiles; - drop tablespace user_index including contents and datafiles;...原创 2019-05-16 11:31:13 · 481 阅读 · 0 评论 -
ORA-27101: shared memory realm does not exist
今天连接oracle报错:ORA-27101: shared memory realm does not exist,排查过程如下: 1、查看内存是否有空余: free 内存如下,说明内存好的: 2、查看磁盘是否有空余: df -h 发现磁盘已经满了,有可能磁盘满了导致服务停了 3、用 "du -h --max-depth=1 "命令,最终定位到是redis日志占了20g,删掉redis日志...原创 2019-07-02 10:56:47 · 5547 阅读 · 1 评论