<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 'dbi' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/dbi</link>
		<description>dbi</description>
		<language>ko</language>
		<pubDate>Sun, 06 Dec 2009 03:02:48 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[Oracle ref_cursor with Perl DBI (DBD:Oracle 레퍼런스 커서 사용하기)]]></title>
	<link>http://crekim.egloos.com/2774459</link>
	<guid>http://crekim.egloos.com/2774459</guid>
	<description>
	<![CDATA[ 
테스트용 테이블을 하나 만듭니다.  create table perl_refcur_tab (   cre  number,   kim varchar2(10) );   insert into perl_refcur_tab values ( 1, 'one'  ); insert into perl_refcur_tab values ( 2, 'two'  ); insert into perl_refcur_tab values ( 3, 'three'); insert into perl_refcur_tab values ( 4, 'four' ); insert into perl_refcur_tab values ( 5, 'five' ); insert into perl_refcur_tab values ( 6, 'six'  ); insert int	]]>
	</description>
	<pubDate>Sun, 06 Dec 2009 03:02:48 +0900</pubDate>
	<dc:creator><![CDATA[creative_KIM]]></dc:creator>
</item>
	</channel>
</rss>

