<?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:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Bluestick.JP 開発メモ &#187; oracle</title>
	<atom:link href="http://bluestick.jp/tech/index.php/category/oracle/feed" rel="self" type="application/rss+xml" />
	<link>http://bluestick.jp/tech</link>
	<description></description>
	<lastBuildDate>Mon, 25 Apr 2011 13:32:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/category/oracle/feed" />
		<item>
		<title>ODP.NetのOracleParameterをバインド変数名で使用するとOracleCommandデフォルト設定ではうまく動作しない</title>
		<link>http://bluestick.jp/tech/index.php/archives/137</link>
		<comments>http://bluestick.jp/tech/index.php/archives/137#comments</comments>
		<pubDate>Sat, 20 Dec 2008 01:30:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=137</guid>
		<description><![CDATA[ODP.NetでOracleParameterをバインド変数名でバインドしてもOracleCommandデフォルトの設定ではうまく動作しない。
OracleCommandのBindByNameプロパティをTrueに設定す [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/137/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/137" />
	</item>
		<item>
		<title>ODP.NETでSQL TRACEをとる方法</title>
		<link>http://bluestick.jp/tech/index.php/archives/135</link>
		<comments>http://bluestick.jp/tech/index.php/archives/135#comments</comments>
		<pubDate>Thu, 27 Nov 2008 11:46:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=135</guid>
		<description><![CDATA[レジストリで下記の項目を設定する。
HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ODP.NET\バージョン番号
でTraceLevelを設定する。
0..なし
1&#8230;入力、出力およびS [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/135/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/135" />
	</item>
		<item>
		<title>OracleのDATA PUMP(expdp/impdp)を使ったバックアップ方法</title>
		<link>http://bluestick.jp/tech/index.php/archives/104</link>
		<comments>http://bluestick.jp/tech/index.php/archives/104#comments</comments>
		<pubDate>Wed, 30 Jul 2008 00:04:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=104</guid>
		<description><![CDATA[sqlplusなどを使ってDBA権限でログオンし、登録しているバックアップ用のディレクトリの情報を確認する。
select * from dba_directories;
新しくディレクトリを登録するには下記コマンドを実 [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/104/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/104" />
	</item>
		<item>
		<title>Oracleで検索結果からn件目からm件目までのデータを取り出すには</title>
		<link>http://bluestick.jp/tech/index.php/archives/98</link>
		<comments>http://bluestick.jp/tech/index.php/archives/98#comments</comments>
		<pubDate>Thu, 24 Jul 2008 21:47:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=98</guid>
		<description><![CDATA[rownumを利用する。1件目から取り出す場合は
select *  from emp where deptid = 123 and rownum &#60;= 10
1件目を含まない場合、11件目から20件目までなどの場 [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/98/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/98" />
	</item>
		<item>
		<title>Oracle 10.2からパラメータファイルのsql_traceは非推奨に</title>
		<link>http://bluestick.jp/tech/index.php/archives/94</link>
		<comments>http://bluestick.jp/tech/index.php/archives/94#comments</comments>
		<pubDate>Thu, 24 Jul 2008 06:21:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=94</guid>
		<description><![CDATA[代わりにDBMS_MONITORパッケージを使用してsql_traceを設定する。
DBMS_MONITOR.DATABASE_TRACE_ENABLE(
waits          IN BOOLEAN DEFAUL [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/94/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/94" />
	</item>
		<item>
		<title>OracleでSPFILEからパラメータを削除するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/90</link>
		<comments>http://bluestick.jp/tech/index.php/archives/90#comments</comments>
		<pubDate>Thu, 24 Jul 2008 06:07:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=90</guid>
		<description><![CDATA[下記SQLを実行する。(parameter_name),  (ORCL)には適切なものをセットする。
alter system reset (parameter_name) SCOPE=SPFILE SID=&#8217 [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/90/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/90" />
	</item>
		<item>
		<title>ODP.NetでOracleCommandのプレースホルダーを名前で指定するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/77</link>
		<comments>http://bluestick.jp/tech/index.php/archives/77#comments</comments>
		<pubDate>Tue, 15 Jul 2008 08:14:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=77</guid>
		<description><![CDATA[デフォルトは位置指定になっているので、OracleCommandのBindByNameプロパティをTrueに設定する必要がある。
]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/77/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/77" />
	</item>
		<item>
		<title>Oracle XE 10g(Linux版)のインストール手順</title>
		<link>http://bluestick.jp/tech/index.php/archives/76</link>
		<comments>http://bluestick.jp/tech/index.php/archives/76#comments</comments>
		<pubDate>Sun, 13 Jul 2008 02:41:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=76</guid>
		<description><![CDATA[rootで下記を実行。
yum install libaio
rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm
/etc/init.d/oracle-xe configure
s [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/76/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/76" />
	</item>
		<item>
		<title>Oracle XEの管理画面(apex)をリモートホストからアクセスできるようにするには</title>
		<link>http://bluestick.jp/tech/index.php/archives/75</link>
		<comments>http://bluestick.jp/tech/index.php/archives/75#comments</comments>
		<pubDate>Sun, 13 Jul 2008 02:38:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=75</guid>
		<description><![CDATA[sqlplus で管理者でログオンし、下記のストアドプロシジャを実行する。
EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE)
その後http://hostname:8080/apex [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/75/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/75" />
	</item>
	</channel>
</rss>

