上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: SQL如下(MYSQL版本为8.0.17): select lastname from (select id,loginid,workcode,lastname from HrmResource union all select id,loginid,'' as workcode,lastname 阅读全文
posted @ 2023-06-07 16:19 阿西吧li 阅读(138) 评论(0) 推荐(0) 编辑
摘要: <bean id="dataSource" class="com.alibaba.druid.pool.DruidDataSource" init-method="init" destroy-method="close"> <!-- 基本属性 url、user、password --> <prope 阅读全文
posted @ 2023-03-20 10:38 阿西吧li 阅读(159) 评论(0) 推荐(0) 编辑
摘要: Oracle Database - Enterprise Edition - Version 12.1.0.2 to 12.2.0.1 [Release 12.1 to 12.2]Oracle Database Cloud Schema Service - Version N/A and later 阅读全文
posted @ 2023-03-17 08:59 阿西吧li 阅读(178) 评论(0) 推荐(0) 编辑
摘要: mysql -h 10.24.xx.xx -u root -p -vvv -s -N -f < test.sql > output 2>&1 参数说明: -f Continue even if we get an SQL error. -v Write more. (-v -v -v gives t 阅读全文
posted @ 2023-01-11 16:42 阿西吧li 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 配置NFS https://www.linuxprobe.com/basic-learning-12.html ORACLE各节点挂载nfs mount -t nfs 10.24.12.35:/ /backup crontab定时执行全库备份及归档备份 全库备份(一天执行一次): su - orac 阅读全文
posted @ 2023-01-05 14:22 阿西吧li 阅读(86) 评论(0) 推荐(0) 编辑
摘要: APPLIES TO: Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform. SYMPTOMS RMAN backu 阅读全文
posted @ 2022-12-02 09:43 阿西吧li 阅读(239) 评论(0) 推荐(0) 编辑
摘要: In this Document Symptoms Cause Solution References APPLIES TO: Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterInformation in this d 阅读全文
posted @ 2022-12-01 09:25 阿西吧li 阅读(211) 评论(0) 推荐(0) 编辑
摘要: APPLIES TO: Oracle Database Cloud Service - Version N/A and laterOracle Database - Enterprise Edition - Version 11.2.0.4 and laterOracle Database Clou 阅读全文
posted @ 2022-06-28 09:13 阿西吧li 阅读(105) 评论(0) 推荐(0) 编辑
摘要: APPLIES TO: Oracle Hospitality OPERA 5 Property Services - Version 5.4.0 and laterInformation in this document applies to any platform. GOAL The docum 阅读全文
posted @ 2022-06-20 13:46 阿西吧li 阅读(238) 评论(0) 推荐(0) 编辑
摘要: Document Display Give Feedback... Search: ORA-20001:sTATISTIC aDVISOR Restore Pane Copyright (c) 2022, Oracle. All rights reserved. Oracle Confidentia 阅读全文
posted @ 2022-05-20 17:19 阿西吧li 阅读(374) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 13 下一页