• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






shanxia

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 下一页

2022年7月2日

ORA-10458: standby database requires recovery ORA-01157: cannot identify/lock data file 7 - see DBWR trace file
摘要: SQL> SQL> alter database open; alter database open*ERROR at line 1:ORA-10458: standby database requires recoveryORA-01157: cannot identify/lock data f 阅读全文
posted @ 2022-07-02 21:57 shanxia 阅读(625) 评论(0) 推荐(0)
 

2022年5月25日

oracle asm命令
摘要: 查看asm空间使用情况 asmcmd lsdg 阅读全文
posted @ 2022-05-25 23:00 shanxia 阅读(36) 评论(0) 推荐(0)
 
centos7rehel7安装rlwrap
摘要: wget http://download.openpkg.org/components/cache/rlwrap/rlwrap-0.42.tar.gz tar xf rlwrap-0.42.tar.gz 该包提供sqlplus 上线翻建功能 cd rlwrap-0.42 注意预编译:缺失的包 ./c 阅读全文
posted @ 2022-05-25 22:49 shanxia 阅读(284) 评论(0) 推荐(0)
 

2022年3月11日

基于centos7 ansible 编译安装
摘要: 下载地址: https://pypi.org/ 下载包:ansible-2.9.7.tar.gzasn1crypto-1.3.0.tarbcrypt-3.1.7.tarcffi-1.14.0.tarcryptography-2.9.1.tarecdsa-0.15.taridna-2.9.taripa 阅读全文
posted @ 2022-03-11 11:13 shanxia 阅读(101) 评论(0) 推荐(0)
 

2022年3月9日

lvs-ipvsadm安装
摘要: 需要先配置好本地yum源: # yum install openssl openssl-devel popt popt-devel libnl-devel kenel-devel # yum install ipvsadm -y # ipvsadm IP Virtual Server version 阅读全文
posted @ 2022-03-09 16:22 shanxia 阅读(78) 评论(0) 推荐(0)
 

2022年3月5日

oracle sga-pga内存配置
摘要: oracle sga-pga内存配置 源自罗敏,oracle厂家《感悟oracle核心技术》书籍文章 阅读全文
posted @ 2022-03-05 23:51 shanxia 阅读(51) 评论(0) 推荐(0)
 
分区表索引失效问题解决办法
摘要: 查询无效索引语句 select index_name from user_indexes t where t.status ='UNUSABLE'; 常用的分区表 在 增加 删除 修改 表分区时全局分区索引会失效。 可以在创建索引时 使用本地分区索引, 创建分区表索引时 在后面加入local参数。使 阅读全文
posted @ 2022-03-05 23:38 shanxia 阅读(1529) 评论(0) 推荐(0)
 

2021年9月23日

vmware虚拟机环境不生成UUID
摘要: XXX.vmx配置文件中 1.disk.EnableUUID = "TRUE" 参数没有添加 2.disk.EnableUUID = "FALSE" 需要改成 TRUE 3.改XXX.vmx配置文件 需要关闭虚拟机,改完再启动 阅读全文
posted @ 2021-09-23 11:34 shanxia 阅读(522) 评论(0) 推荐(0)
 

2021年9月21日

ORA-38760: This database instance failed to turn on flashback database
摘要: SQL> startupORACLE instance started. Total System Global Area 1570009088 bytesFixed Size 2281592 bytesVariable Size 637538184 bytesDatabase Buffers 92 阅读全文
posted @ 2021-09-21 16:55 shanxia 阅读(324) 评论(0) 推荐(0)
 

2021年9月14日

fastdfs集群配置
摘要: 配置过程: 修改storage.conf配置文件: vim storage.confdisabled=falseport=23000 base_path=/fastdfs/storager tracker_server=192.168.216.132:22122 tracker_server=192 阅读全文
posted @ 2021-09-14 15:51 shanxia 阅读(366) 评论(0) 推荐(0)
 
上一页 1 2 3 4 下一页