- 博客(26)
- 资源 (40)
- 收藏
- 关注
原创 Oracle Alerts 与 Metrics(警告与度量)说明
一.Alerts 和 Metrics说明官方链接:Monitoring and Tuning the Databasehttp://docs.oracle.com/cd/E11882_01/server.112/e10897/montune.htm#CACCIHAB Alerts help you monitor your database. Most alerts notify youof w
2011-12-28 17:02:48
9937
原创 Oracle PL/SQL 概述
官网的链接:Overview of PL/SQLhttp://docs.oracle.com/cd/E11882_01/appdev.112/e25519/overview.htm Server-Side Programming: PL/SQL and Javahttp://docs.oracle.com/cd/E11882_01/server.112/e25789/srvrside.htm 一.
2011-12-27 20:54:33
6513
原创 VBox 对网络模式 增强
在之前的Blog里提到了VBox 的4中网络类型:NATBridged AdapterInternalHost-onlyAdapter 具体参考:Oracle Virtual Box 安装使用 说明http://blog.csdn.net/tianlesoftware/article/details/6826389 今天升级了一个VBox 到4.1.8,在这个版本中对网络这块有加强,增加了UDP
2011-12-24 21:34:27
5738
原创 Oracle PL/SQL 优化与调整 – PL/SQL Native Compilation 说明
一.相关概述在之前的Bulk的那篇blog里提到了Oracle 的2个引擎:PL/SQL 引擎和SQL 引擎。Oracle PL/SQL 优化与调整 -- Bulk 说明http://blog.csdn.net/tianlesoftware/article/details/6578351 Oracle 使用2个引擎来执行SQL和代码块:SQL 引擎和PL/SQL 引擎, Oracle 使用这2个
2011-12-23 22:05:21
8878
原创 Oracle Fast-Start Fault Recovery 说明
官网的链接:http://docs.oracle.com/cd/E11882_01/server.112/e16638/instance_tune.htm#PFGRF13015 一.Instance Recovery Instance andcrash recovery are the automatic application of redo log records to Oracle data
2011-12-23 00:52:57
6788
原创 Oracle OMF(Oracle Managed Files ) 说明
一.官网说明 Using Oracle Managed Fileshttp://docs.oracle.com/cd/E11882_01/server.112/e25494/omf.htm#ADMIN003 1.1 What Are Oracle Managed Files?官网链接:http://docs.oracle.com/cd/E11882_01/server.112/e25494/omf
2011-12-20 22:31:36
8104
原创 Oracle OFA(Optimal Flexible Architecture) 说明
官网链接如下:http://docs.oracle.com/cd/E11882_01/install.112/e24321/appendix_ofa.htm#i633068 一.Overview of the Optimal Flexible Architecture Standard The Optimal Flexible Architecture standard helps you to
2011-12-20 00:23:26
11393
原创 Oracle 默认表空间(default permanent tablespace) 说明
一.默认表空间说明 在oracle9i中,如果未用 DEFAULT TABLESPACE 子句创建的所有用户将以SYSTEM表空间作为它们的默认表空间。同时也不能为数据库指定一个默认的表空间。 在Oracle 10g中定义了数据库级别的默认表空间USERS,在创建用户时没有定义默认表空间,就会把数据库级别的默认表空间当作自己的默认表空间。在10g以前,是把系统表空间(SYSTEMS)当作默认表空间
2011-12-19 16:33:48
34804
原创 Oracle Listener 设置密码 示例 说明
一.官网说明MOS 上的一篇文章: Setting Listener Passwords With an Oracle10g or Newer Listener [ID 260986.1] 这里面提到如下内容: In Oracle 10gand newer versions of the listener, the listener is secure out of the box.There s
2011-12-18 21:54:34
8147
2
原创 Oracle 网络架构(Networking Architecture) 说明
之前整理的相关链接:Oracle 监听(Listener) 中services 说明http://blog.csdn.net/tianlesoftware/article/details/6617827 Oracle Listener 动态注册 与 静态注册http://blog.csdn.net/tianlesoftware/article/details/5543166 OracleDedic
2011-12-18 20:00:50
6558
原创 Oracle AWR 报告中 No data exists for this section of the report 说明
在AWR中,如果有部分选项是:Nodata exists for this section of the report.那么属正常现象。 如: 那么现在看一个有数据的AWR: 在下面的这个图中就显示了显示的条件:(1)SQL orderedby Sharable Memory:Only Statements with Sharable Memory greater than 1048576 are
2011-12-16 11:23:46
10917
原创 Oracle 客户端 使用 expdp/impdp 示例 说明
一.客户端使用expdp/impdp说明 有关Oracle expdp/impdp 命令之前也整理了一些文档,链接如下:exp/imp 与 expdp/impdp 对比 及使用中的一些优化事项http://blog.csdn.net/tianlesoftware/article/details/6093973 Oracle 10g Data Pump Expdp/Impdp 详解http://bl
2011-12-15 19:03:43
16385
3
原创 Oracle DBCA 命令 进行实例 复制 说明
在我们创建实例的时候可以保存为模板,其实也可以直接用DBCA命令来创建我们的实例模板,并且利用这个功能进行实例的复制。只是这个功能很少被关注。 这里我们选择ManageTemplate: 注意创建模板的三种类型,官网也有相关的说明:Installing Oracle Database and Creating aDatabasehttp://docs.oracle.com/cd/E11882_0
2011-12-14 20:07:28
6975
原创 Oracle Validated Configurations 安装使用 说明
一.OracleValidated Configurations 说明Oracle 官网有一个对应的FAQ说明,链接如下:FAQ - Oracle Validated Configurationshttp://www.oracle.com/technetwork/server-storage/linux/validated-configurations-faq-090615.html 1.1 Wh
2011-12-11 20:03:33
13554
原创 Oracle 11g R2 RAC 安装时 系统用户组 配置 说明
Oracle 安装用户组的创建在官方文档有说明,这里把这部分内容单独拿出来说明一下。 一.官网说明From:http://docs.oracle.com/cd/E11882_01/rac.112/e17264/preparing.htm#TDPRC129 1.1 Required Operating System Users and GroupsTo install theOracle Grid
2011-12-11 16:36:16
16979
原创 Oracle 11g 行列互换 pivot 和 unpivot 说明
针对Oracle 11g 之前版本的行列转换,之前整理过一篇文档:Oracle 行列转换 总结http://blog.csdn.net/tianlesoftware/article/details/4704858 在Oracle 11g中,Oracle 又增加了2个查询:pivot 和 unpivot。 pivot:行转列unpivot:列转行 在官网上有一点介绍这两个函数的使用文档:http:
2011-12-10 22:04:18
50848
原创 Oracle 用拼接字符串更新表 测试
先看我们的数据:SQL> select count(1) from dave where cust_tel like '0551%'; COUNT(1)---------- 2723 在我们的Dave表里,cust_tel 电话以0551 开头的有2723条记录,现在我们把这些记录换成0556. 我们使用如下方法测试一下:SQL> select * from v$version; B
2011-12-10 17:41:44
9196
原创 Oracle 聚合函数(Aggregate Functions)说明
Oracle Aggregate Functions用过很多,官网的说明如下: Aggregate Functionshttp://docs.oracle.com/cd/E11882_01/server.112/e26088/functions003.htm#SQLRF20035 Aggregatefunctions return a single result row based on gro
2011-12-09 15:22:26
14954
原创 Oracle DBMS_STATS 包 和 Analyze 命令的区别
对于DBA 来说,这2个命令都不陌生,用这2个命令都可以收集表的统计信息。 这篇主要看一下这2个命令的区别。 相关内容参考:Oracle Analyze 命令 详解http://blog.csdn.net/tianlesoftware/article/details/7055164 Oracle Statistic 统计信息 小结http://blog.csdn.net/tianlesoftwar
2011-12-08 22:45:14
10594
原创 Oracle Analyze 命令 详解
官网的链接如下:http://docs.oracle.com/cd/E11882_01/server.112/e26088/statements_4005.htm#SQLRF01105 使用DBMS_STATS 收集统计信息参考:Oracle Statistic 统计信息 小结http://blog.csdn.net/tianlesoftware/article/details/4668723 O
2011-12-08 22:29:54
34257
原创 Oracle difference projection selection intersection join 解释说明
在OCP 007里有类似如下的题目: Q: 141 Evaluate this SQL statement:SELECTe.EMPLOYEE_ID,e.LAST_NAME,e.DEPARTMENT_ID, d.DEPARTMENT_NAMEFROM EMPLOYEES e, DEPARTMENTS dWHERE e.DEPARTMENT_ID = d.DEPARTMENT_ID; In the s
2011-12-07 10:27:58
5279
原创 Mysql 执行计划(Explain) 说明
Depending on thedetails of your tables, columns, indexes, and the conditions in your WHEREclause, the MySQL optimizer considers many techniques to efficiently performthe lookups involved in an SQL que
2011-12-05 21:16:40
9161
1
原创 MySQL 引擎 概述
一.引擎说明 MySQL supportsseveral storage engines that act as handlers for different table types. MySQLstorage engines include both those that handle transaction-safe tables and thosethat handle nontransac
2011-12-03 00:58:06
7375
1
原创 MySQL 用户管理 说明
在前一篇看了MySQL的权限系统,具体参考:MySQL 访问权限 系统 说明http://blog.csdn.net/tianlesoftware/article/details/7032429 这篇看一下MySQL的用户管理这块。 一.User Names and Passwords MySQL storesaccounts in the user table of the mysql data
2011-12-02 15:00:20
6463
原创 MySQL 访问权限 系统 说明
The primaryfunction of the MySQL privilege system is to authenticate a user who connectsfrom a given host and to associate that user with privileges on a database suchas SELECT, INSERT, UPDATE, and DE
2011-12-01 21:45:58
15158
原创 由 ORA-01536: space quota exceeded for tablespace 引出的研究
研发的同事说建表时数据库报错:ORA-1536 [oracle@localhost ~]$ oerr ora 153601536, 00000, "space quota exceededfor tablespace '%s'"// *Cause: The space quota for the segment owner in the tablespace has// been
2011-12-01 13:43:26
10158
Oracle Database 10g OCP Certification All-in-One Exam Guide.pdf
2009-06-24
Oracle 11g 架构图 from Oracle University
2010-05-13
MFC简易股票交易系统
2008-06-17
Oracle Linux 6.1 + Oracle 11.2.0.1 RAC + RAW安装文档.pdf
2012-11-22
Linux 7.7 平台 Oracle 19c Data Guard 环境 升级RU 19.3 到19.6 操作手册.pdf
2020-03-11
Oracle 19c 单实例 RU 从19.3.0 升级到19.6.0 操作手册.pdf
2020-03-11
Linux 7.7 平台 Oracle 19.3 物理Data Guard 搭建手册.pdf
2020-03-11
oracle8i.internal.services.for.waits.latches.locks
2012-05-31
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人