了解Maclean Liu|向Maclean Liu提问 Oracle ALLSTARS 全明星(群内有多位Oracle高级售后support,N位OCM和ACE) QQ群 # QQ群号:23549328 # 已经升级到 2000人群,空位多多。欢迎有一定基础的Oracle骨友加入,现在入群需要经过Maclean的技术面试,欢迎面试,请加QQ号:47079569 为好友参加面试 2群基础群 适合刚入门的同学,会共享最佳入门实践和资料 QQ群 # QQ群号:171092051 # 已经升级到 500人的超级群,空位多多,无需面试
上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 118 下一页

2013年3月19日

EVENT: 10231 "skip corrupted blocks on _table_scans_"

摘要: Event: 10231Text: skip corrupted blocks on _table_scans_-------------------------------------------------------------------------------Cause:Action: Corrupt blocks are skipped in table scans, and lis... 阅读全文

posted @ 2013-03-19 00:32 Oracle和MySQL 阅读(293) 评论(0) 推荐(0) 编辑

Script to Collect RAC Diagnostic Information (racdiag.sql)

摘要: Script:-- NAME: RACDIAG.SQL-- SYS OR INTERNAL USER, CATPARR.SQL ALREADY RUN, PARALLEL QUERY OPTION ON-- -------------------------------------------------------------------------- AUTHOR:-- Michael Pol... 阅读全文

posted @ 2013-03-19 00:32 Oracle和MySQL 阅读(276) 评论(0) 推荐(0) 编辑

SCRIPT - to Tune the 'SESSION_CACHED_CURSORS' and 'OPEN_CURSORS' Parameters

摘要: Script:select 'session_cached_cursors' parameter, lpad(value, 5) value, decode(value, 0, ' n/a', to_char(100 * used / value, '990') || '%') usagefrom ( select max(s.value) used from ... 阅读全文

posted @ 2013-03-19 00:32 Oracle和MySQL 阅读(197) 评论(0) 推荐(0) 编辑

SCRIPT TO GENERATE SQL*LOADER CONTROL FILE

摘要: This script prepares a SQL*Loader control file for a table already existing in the database. The script acceptsthe table name and automatically creates a file with the table name and extension 'ctl'.... 阅读全文

posted @ 2013-03-19 00:32 Oracle和MySQL 阅读(270) 评论(0) 推荐(0) 编辑

Script: Computing Table Size

摘要: This script calculates the average row size for all tables in a schema.It generates a script (getAvgCol.sql) from USER_TABLES and then runs it.The following type of SELECT is generated for each table ... 阅读全文

posted @ 2013-03-19 00:32 Oracle和MySQL 阅读(130) 评论(0) 推荐(0) 编辑

Data Block Cache Header Format Changes (Oracle8 Physical layout)

摘要: Oracle8 has introduced a change with the data block cache header format. Thebasic idea is that incarnation and sequence numbers stored in the cache headerhave been replaced with an SCN number and seq... 阅读全文

posted @ 2013-03-19 00:32 Oracle和MySQL 阅读(165) 评论(0) 推荐(0) 编辑

Setting an Oracle event:The structure of the trace syntax

摘要: PURPOSE-------The purpose of this article is to explain briefly the structure of the syntax toevent-based trace generation.Setting an event: The structure of the trace syntax--------------------------... 阅读全文

posted @ 2013-03-19 00:32 Oracle和MySQL 阅读(187) 评论(0) 推荐(0) 编辑

Know about Oracle Network Security

摘要: Good network security is accomplished by utilizing port and protocol screening with routers, firewalls,and Intrusion Detection Systems.Port and protocol screening with routers, firewalls,and Intrusion... 阅读全文

posted @ 2013-03-19 00:32 Oracle和MySQL 阅读(380) 评论(0) 推荐(0) 编辑

Know more about Oracle Latches

摘要: Two purposes of latches were:Serialize Execution,Serialize AccessMatch the characteristics with latches and enqueues.Several modes of access EnqueueFIFO queue acquisition... 阅读全文

posted @ 2013-03-19 00:32 Oracle和MySQL 阅读(407) 评论(0) 推荐(0) 编辑

EVENT:10061 disable SMON from cleaning temp segment

摘要: Error: ORA 10061Text: disable SMON from cleaning temp segment-------------------------------------------------------------------------------Explanation: This is NOT an error but is a special... 阅读全文

posted @ 2013-03-19 00:32 Oracle和MySQL 阅读(207) 评论(0) 推荐(0) 编辑

上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 118 下一页

导航