上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 126 下一页
摘要: Enmotech 学习是一个循序渐进的过程,从面到点、从宏观到微观,逐步渗透,各个击破,对于Oracle, 怎么样从宏观上来理解呢?先来看一个图,这个图取自于教材,这个图对于从整体上理解ORACLE 的体系结构组件,非常关键。 首先看张图: 对于一个数据库系统来说,假设这个系统没有运行,我们所能看到 阅读全文
posted @ 2020-12-29 10:43 耀阳居士 阅读(471) 评论(0) 推荐(0) 编辑
摘要: PowerShell 连接SQL Server 数据库 2 2014年11月27日 在 Powershell小技巧 标签 SQLServer 来自 Mooser Lee PowerShell 通过ADO.NET连接SQL Server数据库,并执行SQL脚本。工作中整理的一小段脚本,后来没有用上,先 阅读全文
posted @ 2020-12-29 10:37 耀阳居士 阅读(425) 评论(0) 推荐(0) 编辑
摘要: Oracle 性能分析与诊断|跟踪诊断&优化SQL 语句 川石信息 川石信息专注软件测试领域,致力培养中、高端测试工程师 SQL 语句的执行效率对于数据库性能的影响非常重大,在性能测试过程中,需要查找和定位可能存在性能瓶颈的SQL 语句。 PL/SQL Developer 是一个Oracle 的PL 阅读全文
posted @ 2020-12-29 10:15 耀阳居士 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 安装oracle 11gr2 rac on solaris candon123 关注 3人评论 11307人阅读 2010-09-09 13:34:30 一、环境介绍: 1、主机信息: 一台pc(AMD 速龙II x630,8G内存,1T硬盘),上面装有fedora13系统,其中安装了vmware 阅读全文
posted @ 2020-12-25 23:00 耀阳居士 阅读(183) 评论(0) 推荐(0) 编辑
摘要: All products are listed below, not limited to 19c, but 19c will end product support at the end of March 2026 ProductPremierExtendedPathching Ends 19c 阅读全文
posted @ 2020-12-25 18:12 耀阳居士 阅读(367) 评论(0) 推荐(0) 编辑
摘要: Working with Db2 copies …on Windows Posted by Luke Numrych How to investigate Db2 copies installed on a Windows system According to one of the definit 阅读全文
posted @ 2020-11-24 23:31 耀阳居士 阅读(83) 评论(0) 推荐(0) 编辑
摘要: Script to Check the Status or State of the JVM within the Database (Doc ID 456949.1) To Bottom In this Document Purpose Requirements Configuring Instr 阅读全文
posted @ 2020-11-14 21:19 耀阳居士 阅读(495) 评论(0) 推荐(0) 编辑
摘要: SELECT 'CREATE PUBLIC SYNONYM ' || synonym_name || ' FOR ' || table_owner || '.' || table_name || ';' cmd FROM dba_synonyms WHERE TABLE_OWNER IN ([lis 阅读全文
posted @ 2020-09-16 15:23 耀阳居士 阅读(252) 评论(0) 推荐(0) 编辑
摘要: #System Information collection for IBM AIX PlatformVersion=V0.1INFO_TIME=`date +%Y%m%d-%H%M%S`CUR_TIME=`date +%Y-%m-%d" "%H:%M:%S" "%A" "%Z`HOSTNAME=` 阅读全文
posted @ 2020-08-18 10:31 耀阳居士 阅读(400) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash # Fred Denis -- Jan 2016 -- http://unknowndba.blogspot.com -- fred.denis3@gmail.com # # Quickly shows a status of all running instances ac 阅读全文
posted @ 2020-08-16 12:45 耀阳居士 阅读(383) 评论(0) 推荐(0) 编辑
上一页 1 ··· 93 94 95 96 97 98 99 100 101 ··· 126 下一页