<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>四维映像 &#187; Oracle</title>
	<atom:link href="http://www.i4wei.com/tag/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.i4wei.com</link>
	<description>The more a man learns, the more he sees his ignorance.</description>
	<lastBuildDate>Tue, 31 Aug 2010 18:51:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Breaking the &#8220;Unbreakable&#8221; Oracle with Metasploit</title>
		<link>http://www.i4wei.com/2009/07/1006/</link>
		<comments>http://www.i4wei.com/2009/07/1006/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 14:59:15 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[业界动态]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=1006</guid>
		<description><![CDATA[Black Hat和Defcon黑客会议下周将在拉斯维加斯举行,已经有安全专家放出话来称他们将在会上发布一个用于闯入Oracle数据库的工具. 其实这两位安全人员Chris Gates和Mario Ceballo本身都是研究Metasploit project的专家.Defcon网站已经宣布了这一消息,安全人员表示他们已经准备好攻破甲骨文的Metasploit辅助模块,但发布工具的主要目 的是帮助企业确定自己的系统薄弱点. Over the years there have been tons of Oracle exploits, SQL Injection vulnerabilities, and post exploitation tricks and tools that had no order, methodology, or standardization, mainly just random .sql files. Additionally, none of the publicly available Pentest Frameworks have the ability to leverage built-in package SQL Injection [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2009/07/1006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create auto increasement column in Oracle</title>
		<link>http://www.i4wei.com/2007/09/35/</link>
		<comments>http://www.i4wei.com/2007/09/35/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 01:34:18 +0000</pubDate>
		<dc:creator>i4wei</dc:creator>
				<category><![CDATA[电脑技术]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.i4wei.com/?p=35</guid>
		<description><![CDATA[First let’s create a simple table to play with. SQL&#62; CREATE TABLE test (id NUMBER PRIMARY KEY, name VARCHAR2(30)); Table created. Now we’ll assume we want ID to be an auto increment field. First we need a sequence to grab values from. SQL&#62; CREATE SEQUENCE test_sequence START WITH 1 INCREMENT BY 1; Sequence created. Now [...]]]></description>
		<wfw:commentRss>http://www.i4wei.com/2007/09/35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
