ORACLE LATERAL-SQL-INJECTION 个人见解阅读全文>
发表于 @ 2008年04月30日 12:48:00|评论(loading...)|收藏
首先在ORACLE数据库建立JAVA对象, 这个版本的SQLJ-SHELL 只能支持正向连接,反向连接的时候有BUG 不建议使用,不知道是ORA支持JAVA的问题还是个人能力有限...要是有更好的方法可以方便交流QQ:282720807阅读全文>
发表于 @ 2007年09月08日 13:36:00|评论(loading...)|收藏
ORACLE 本地读写文件---ORA WRITE WEBSHELL阅读全文>
发表于 @ 2007年09月06日 21:22:00|评论(loading...)|收藏
ART OF WEB-SQL-INJECTION第2卷 ORACLE篇阅读全文>
发表于 @ 2007年08月28日 20:57:00|评论(loading...)|收藏
Parallel query is the most commonly used of Oracle‘s parallel execution features. It was the first parallel execution feature to be developed by Oracle and was introduced in Oracle Release 7.1 as the Oracle Parallel Query Option (PQO). Parallel execution can significantly reduce the elapsed time for large queries, but it doesn‘t apply to every query.You can use the PARALLEL and PARALLEL_INDEX hints to specify the degree of parallelism for a SELECT statement.阅读全文>
发表于 @ 2007年08月01日 11:06:00|评论(loading...)|收藏
今天刚刚好ETL跑数据的时候出现死锁了!看了这个资料比较好 转过来了阅读全文>
发表于 @ 2007年06月26日 10:30:00|评论(loading...)|收藏
游标按以下操作进行 parse 解析-bind 绑定-open 打开-execute 执行-fetch 回取-close 关闭阅读全文>
发表于 @ 2006年08月23日 23:19:00|评论(loading...)|收藏
如何生成explain plan?
解答:运行utlxplan.sql. 建立plan 表
针对特定SQL语句,使用 explain plan set statement_id = 'tst1' into plan_table
运行utlxplp.sql 或 utlxpls.sql察看explain plan阅读全文>
发表于 @ 2006年08月19日 00:53:00|评论(loading...)|收藏
自从oracle8i 开始可以把一个表分割为多个小的部分,这样可以对oracle的性能优化带来很大的好处~
例如:改善表的查询性能,更加容易管理表数据,备份和恢复操作更方便阅读全文>
发表于 @ 2006年08月18日 23:54:00|评论(loading...)|收藏