<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>It's me</title>
	<atom:link href="http://rothmans.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rothmans.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 20 Oct 2009 08:18:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>ko</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='rothmans.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/1d8cafec94b43d02100092202781c7ac?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>It's me</title>
		<link>http://rothmans.wordpress.com</link>
	</image>
			<item>
		<title>Oracle XE Tuning</title>
		<link>http://rothmans.wordpress.com/2009/10/20/oracle-xe-tuning/</link>
		<comments>http://rothmans.wordpress.com/2009/10/20/oracle-xe-tuning/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 08:17:11 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=135</guid>
		<description><![CDATA[오라클 XE 버전은 간단하고 쉽게 데이터베이스 작업을 시작할 수 있습니다. 그러나 기본 설정에서 몇가지를 확장할 필요성이 있습니다.

데이터베이스 세션
한번에 핸들할 수 있는 데이터베이스 세션 수를 증가합니다.  데이터베이스에 보다 많은 사용자의 접근이 가능하게 합니다
 
sqlplus /nolog
SQL&#62; show parameters sessions
SQL&#62; alter system set sessions=250 scope=spfile;

 
데이터베이스를 재시작하세요.
 
데이터베이스 프로세스
한번에 실행하는 데이터베이스 프로세스를 증가합니다. 데이터베이스에 보다 많은 사용자의 접속을 가능하게 합니다.
sqlplus /nolog
SQL&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&blog=92825&post=135&subd=rothmans&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2009/10/20/oracle-xe-tuning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>ORA-12516: TNS:리스너가 프로토콜 스택과 일치하는 처리기를 찾을 수 없습니다</title>
		<link>http://rothmans.wordpress.com/2009/10/20/ora-12516-tns%eb%a6%ac%ec%8a%a4%eb%84%88%ea%b0%80-%ed%94%84%eb%a1%9c%ed%86%a0%ec%bd%9c-%ec%8a%a4%ed%83%9d%ea%b3%bc-%ec%9d%bc%ec%b9%98%ed%95%98%eb%8a%94-%ec%b2%98%eb%a6%ac%ea%b8%b0%eb%a5%bc-%ec%b0%be/</link>
		<comments>http://rothmans.wordpress.com/2009/10/20/ora-12516-tns%eb%a6%ac%ec%8a%a4%eb%84%88%ea%b0%80-%ed%94%84%eb%a1%9c%ed%86%a0%ec%bd%9c-%ec%8a%a4%ed%83%9d%ea%b3%bc-%ec%9d%bc%ec%b9%98%ed%95%98%eb%8a%94-%ec%b2%98%eb%a6%ac%ea%b8%b0%eb%a5%bc-%ec%b0%be/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 07:49:40 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[XE]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=132</guid>
		<description><![CDATA[Korean: ORA-12516: TNS:리스너가 프로토콜 스택과 일치하는 처리기를 찾을 수 없습니다
English: ORA-12516, TNS:listener could not find available handler with matching protocol stack
다음 파일에서 굵게 표시된 부분으로 수정합니다
c:\oraclexe\app\oracle\product\10.2.0\server\config\scripts
##############################################################################
# Copyright (c) 1991, 2005, Oracle. All rights reserved.
##############################################################################
###########################################
# Cursors and Library Cache
###########################################
open_cursors=300
###########################################
# Database Identification
###########################################
db_name=XE
###########################################
# Diagnostics and Statistics
###########################################
background_dump_dest=c:\oraclexe\app\oracle\admin\XE\bdump
core_dump_dest=c:\oraclexe\app\oracle\admin\XE\cdump
user_dump_dest=c:\oraclexe\app\oracle\admin\XE\udump
###########################################
# File Configuration
###########################################
control_files=(&#8220;c:\oraclexe\oradata\XE\control.dbf&#8221;)
###########################################
# Job Queues
###########################################
# job_queue_processes=4
job_queue_processes=10
###########################################
# Miscellaneous
###########################################
compatible=10.2.0.1.0
###########################################
# Processes and Sessions
###########################################
sessions=20
###########################################
# SGA Memory
###########################################
sga_target=768M
###########################################
# Security [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&blog=92825&post=132&subd=rothmans&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2009/10/20/ora-12516-tns%eb%a6%ac%ec%8a%a4%eb%84%88%ea%b0%80-%ed%94%84%eb%a1%9c%ed%86%a0%ec%bd%9c-%ec%8a%a4%ed%83%9d%ea%b3%bc-%ec%9d%bc%ec%b9%98%ed%95%98%eb%8a%94-%ec%b2%98%eb%a6%ac%ea%b8%b0%eb%a5%bc-%ec%b0%be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Server &#8211; 중복되는 레코드 삭제</title>
		<link>http://rothmans.wordpress.com/2009/07/14/sql-server-%ec%a4%91%eb%b3%b5%eb%90%98%eb%8a%94-%eb%a0%88%ec%bd%94%eb%93%9c-%ec%82%ad%ec%a0%9c/</link>
		<comments>http://rothmans.wordpress.com/2009/07/14/sql-server-%ec%a4%91%eb%b3%b5%eb%90%98%eb%8a%94-%eb%a0%88%ec%bd%94%eb%93%9c-%ec%82%ad%ec%a0%9c/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 05:50:13 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[SQL SERVER]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=128</guid>
		<description><![CDATA[다음 코드는 중복되는 레코드를 삭제할 때 유용하다. 반드시 테이블은 identity 컬럼을 가져야 하며 중복되는 레코드를 판단하는 기준이된다. 이 예제에서 IDX는 identity 컬림이며, 중복을 확인할 필드명은 dup_col1, dup_col2, dup_col3 이다.

DELETE FROM MyTABLE
 WHERE IDX NOT IN
(
   SELECT MAX(IDX)
      FROM MyTABLE
    GROUP BY dup_col1, dup_col2, dup_col3
)

  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&blog=92825&post=128&subd=rothmans&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2009/07/14/sql-server-%ec%a4%91%eb%b3%b5%eb%90%98%eb%8a%94-%eb%a0%88%ec%bd%94%eb%93%9c-%ec%82%ad%ec%a0%9c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed.</title>
		<link>http://rothmans.wordpress.com/2009/06/25/failed-to-generate-a-user-instance-of-sql-server-due-to-a-failure-in-starting-the-process-for-the-user-instance-the-connection-will-be-closed/</link>
		<comments>http://rothmans.wordpress.com/2009/06/25/failed-to-generate-a-user-instance-of-sql-server-due-to-a-failure-in-starting-the-process-for-the-user-instance-the-connection-will-be-closed/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 06:16:44 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[SQL SERVER]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=121</guid>
		<description><![CDATA[Visual Studio 2008과 Visual Studio 2008 Express Edition을 사용하고, ASP.NET의 App_Data 에 MDF 파일을 사용하려고 할때 다음과 같은 에러 메시지가 발생하는 경우가 있습니다
&#8220;사용자 인스턴스의 프로세스를 시작하지 못했기 때문에 SQL Server의 사용자 인스턴스를 생성하지 못했습니다. 연결이 닫힙니다.&#8221;
“Failed to generate a user instance of SQL Server due to a failure in starting the process for the user [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&blog=92825&post=121&subd=rothmans&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2009/06/25/failed-to-generate-a-user-instance-of-sql-server-due-to-a-failure-in-starting-the-process-for-the-user-instance-the-connection-will-be-closed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>Previous releases of Microsoft Visual Studio 2008</title>
		<link>http://rothmans.wordpress.com/2009/04/29/previous-releases-of-microsoft-visual-studio-2008/</link>
		<comments>http://rothmans.wordpress.com/2009/04/29/previous-releases-of-microsoft-visual-studio-2008/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 04:54:03 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[SQL SERVER]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=117</guid>
		<description><![CDATA[Microsoft SQL 2008을 설치할 때 다음과 같이 Visual Studio 2008 SP1 을 요구하는 메시지가 표시됩니다.
규칙 &#8220;Microsoft Visual Studio 2008의 이전 릴리스 확인&#8221;
이 컴퓨터에 Microsoft Visual Studio 2008의 이전 릴리스가 설치되어 있습니다. SQL Server 2008을 설치하기 전에 Microsoft Visual Studio 2008을 SP1으로 업그레이드하십시오.
Rule “Previous releases of Microsoft Visual Studio 2008″ failed.
A previous release of Microsoft Visual [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&blog=92825&post=117&subd=rothmans&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2009/04/29/previous-releases-of-microsoft-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>IDE 상태에서 실행중인지 확인</title>
		<link>http://rothmans.wordpress.com/2009/04/08/ide-%ec%83%81%ed%83%9c%ec%97%90%ec%84%9c-%ec%8b%a4%ed%96%89%ec%a4%91%ec%9d%b8%ec%a7%80-%ed%99%95%ec%9d%b8/</link>
		<comments>http://rothmans.wordpress.com/2009/04/08/ide-%ec%83%81%ed%83%9c%ec%97%90%ec%84%9c-%ec%8b%a4%ed%96%89%ec%a4%91%ec%9d%b8%ec%a7%80-%ed%99%95%ec%9d%b8/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 04:32:26 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=113</guid>
		<description><![CDATA[첫번째 방법)

Option Explicit
Private Sub Form_Load()
   Debug.Print RunningIDE
End Sub
Private Function RunningIDE() As Boolean
    Debug.Assert Not TestIDE(RunningIDE)
End Function
Private Function TestIDE(Test As Boolean) As Boolean
    Test = True
End Function
두번째 방법)

Public Function RunningCompiledCode() As Boolean
   On Error Resume Next
   Debug.Print 1 / 0
   RunningCompiledCode = (Err.Number = 0)
   Err.Clear
End Function

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&blog=92825&post=113&subd=rothmans&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2009/04/08/ide-%ec%83%81%ed%83%9c%ec%97%90%ec%84%9c-%ec%8b%a4%ed%96%89%ec%a4%91%ec%9d%b8%ec%a7%80-%ed%99%95%ec%9d%b8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>마지막 글자 제거</title>
		<link>http://rothmans.wordpress.com/2009/03/18/%eb%a7%88%ec%a7%80%eb%a7%89-%ea%b8%80%ec%9e%90-%ec%a0%9c%ea%b1%b0/</link>
		<comments>http://rothmans.wordpress.com/2009/03/18/%eb%a7%88%ec%a7%80%eb%a7%89-%ea%b8%80%ec%9e%90-%ec%a0%9c%ea%b1%b0/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 04:57:07 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=110</guid>
		<description><![CDATA[
str.Substring(0, str.Length - 1);
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&blog=92825&post=110&subd=rothmans&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2009/03/18/%eb%a7%88%ec%a7%80%eb%a7%89-%ea%b8%80%ec%9e%90-%ec%a0%9c%ea%b1%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>SELECT * INTO {TARGET} FROM {SOURCE}</title>
		<link>http://rothmans.wordpress.com/2009/02/25/106/</link>
		<comments>http://rothmans.wordpress.com/2009/02/25/106/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 04:29:46 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[SQL SERVER]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=106</guid>
		<description><![CDATA[- 새로운 테이블 생성, 전체 컬럼 INSERT
SELECT * INTO {TARGET} FROM {SOURCE}
- 새로운 테이블 생성, 일부 컬럼 INSERT
SELECT * INTO {TARGET}
  FROM (
                  SELECT COLUMN1, COLUMN2 FROM {SOURCE}
                ) AS TMP_TBL
- 기존 테이블 이용, 전체 컬럼 INSERT
INSERT INTO {TARGET} SELECT * FROM {SOURCE}
- 기존 테이블 이용, 일부 컬럼 INSERT
INSERT INTO {TARGET} SELECT COLUMN1, COLUMN2 FROM {SOURCE}
 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&blog=92825&post=106&subd=rothmans&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2009/02/25/106/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>지정한 기간내의 일자 목록</title>
		<link>http://rothmans.wordpress.com/2008/12/09/%ec%a7%80%ec%a0%95%ed%95%9c-%ea%b8%b0%ea%b0%84%eb%82%b4%ec%9d%98-%ec%9d%bc%ec%9e%90-%eb%aa%a9%eb%a1%9d/</link>
		<comments>http://rothmans.wordpress.com/2008/12/09/%ec%a7%80%ec%a0%95%ed%95%9c-%ea%b8%b0%ea%b0%84%eb%82%b4%ec%9d%98-%ec%9d%bc%ec%9e%90-%eb%aa%a9%eb%a1%9d/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 08:35:37 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[SQL SERVER]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=101</guid>
		<description><![CDATA[declare @todate varchar(10)
declare @frdate varchar(10)
declare @cudate varchar(10)
declare @dtdiff int
declare @cnt int 
if object_id (&#8216;tempdb..#tempx&#8217;) is not null drop table #tempx
create table #tempx (idx int identity (1,1), cudate varchar(10))	
set @frdate = &#8216;2008-12-30&#8242;
set @todate = &#8216;2009-01-02&#8242;
set @cnt = 0
set @dtdiff = datediff(day, convert(datetime, @frdate), convert(datetime, @todate))
while @cnt &#60;= @dtdiff
begin
    set @cudate = convert(varchar(10), dateadd(day, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&blog=92825&post=101&subd=rothmans&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2008/12/09/%ec%a7%80%ec%a0%95%ed%95%9c-%ea%b8%b0%ea%b0%84%eb%82%b4%ec%9d%98-%ec%9d%bc%ec%9e%90-%eb%aa%a9%eb%a1%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
		<item>
		<title>간단한 임시 테이블 사용 Stored procedure</title>
		<link>http://rothmans.wordpress.com/2008/12/09/%ea%b0%84%eb%8b%a8%ed%95%9c-%ec%9e%84%ec%8b%9c-%ed%85%8c%ec%9d%b4%eb%b8%94-%ec%82%ac%ec%9a%a9-stored-procedure/</link>
		<comments>http://rothmans.wordpress.com/2008/12/09/%ea%b0%84%eb%8b%a8%ed%95%9c-%ec%9e%84%ec%8b%9c-%ed%85%8c%ec%9d%b4%eb%b8%94-%ec%82%ac%ec%9a%a9-stored-procedure/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 01:45:18 +0000</pubDate>
		<dc:creator>rothmans</dc:creator>
				<category><![CDATA[SQL SERVER]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[SP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[TEMP]]></category>

		<guid isPermaLink="false">http://rothmans.wordpress.com/?p=98</guid>
		<description><![CDATA[create procedure temporay_table_test
as
begin
    declare @frdate datetime
    declare @cnt int
    create table #tempx (idx int identity (1,1), frdate datetime)	
    set @cnt = 1
    while @cnt &#60; 5
    begin
        waitfor delay &#8216;00:00:01&#8242; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rothmans.wordpress.com&blog=92825&post=98&subd=rothmans&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://rothmans.wordpress.com/2008/12/09/%ea%b0%84%eb%8b%a8%ed%95%9c-%ec%9e%84%ec%8b%9c-%ed%85%8c%ec%9d%b4%eb%b8%94-%ec%82%ac%ec%9a%a9-stored-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e13e53e2ba8dccfb78cb545484f2fab4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rothmans</media:title>
		</media:content>
	</item>
	</channel>
</rss>