- 博客(6)
- 资源 (1)
- 收藏
- 关注
原创 mysql 透明网关配置
一、Oracle数据库通过透明网关访问MySQL数据库环境说明 RHEL6.6 oracle 11.2.0.4 RHEL6.6 MySQL5.7 odbc 二、数据访问流程 oracle——dg4odbc——odbc——mysql 三、Oracle透明网关(MySQL)安装 oracle 11.2.0.4默认安装了odbc透明网关 --验证: [oracle@test ~]$ cd $ORACLE_HOME/hs [oracle@test hs]$ dg4odbc Oracle Corporation.
2022-02-11 14:19:49
423
原创 ORA-28040: No matching authentication protocol
--1.tnsping 监听正常 C:\Users\xianchun_shi>tnsping orcl TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 20-11月- 2018 16:31:49 Copyright (c) 1997, 2010, Oracle. All rights reserved. 已使用的参数文件: E:\app\xianchun_shi\product\11.2.0\cli.
2022-02-11 13:53:04
3899
原创 模拟ORA-00060: deadlock detected while waiting for resource
SESSION1: SQL> create table t2 as select * from emp; SQL> update t2 set sal=sal+200 where empno=7369; 1 row updated. SESSION2: SQL> update t2 set sal=sal+200 where empno=7900; 1 row updated. 此时,session1 和 session2 更新是不同的行,update都正常执行成功,..
2022-02-10 14:42:54
3541
原创 rman备份异机恢复部分pdb
rman备份异机恢复部分pdb 参考资料: How to use Rman to Restore Of Single PDB in Multitenant to Alternate Server (文档 ID 2142675.1) Two PDB available are PDB1 and PDB2 In this case we are assuming a full backup of the database including the PDB1/PDB2 has been taken on .
2022-02-10 14:03:48
1261
原创 Oracle 12c 新特性 --- 将非分区表在线转换到分区表
Oracle 12c 新特性 --- 将非分区表在线转换到分区表 可以将非分区表转换为在线分区表。索引作为该操作的一部分被维护,也可以被分区。转换对正在进行的DML操作没有影响。 --限制: . 有一些与此功能相关的限制。 . 它不能被用来分割一个索引有序的表(IOT)。 . 如果表有域索引,就不能使用它。 . 您只能在脱机模式下将表转换为reference-partitioned子表。 --实验: --1.创建表并插入数据,创建索引 drop table t1; CREATE TABLE t1 ( id
2022-02-10 14:02:35
1189
原创 [RMAN 备份路径明明是对的] ORA-65250: invalid path specified
问题:执行19c 备份整个CDB时候,抛出如下报错 RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =========== RMAN-00571: =========================================================== RMAN-03009: failur
2022-02-10 13:59:56
1170
oracle autoupgrade.jar
2022-02-10
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人