<?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>Oracle Seeker, Oracle探索者 &#187; Oracle EBS基础</title>
	<atom:link href="http://oracleseeker.com/category/oracle_ebs_top/oracle_ebs_essential/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracleseeker.com</link>
	<description>Oracle技术学习和探索的园地，技术顾问的探索旅程</description>
	<lastBuildDate>Sat, 05 May 2012 09:31:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>安装客户端/服务器模式Oracle UPK3.5</title>
		<link>http://oracleseeker.com/2009/08/06/install_client_and_server_of_oracle_upk35/</link>
		<comments>http://oracleseeker.com/2009/08/06/install_client_and_server_of_oracle_upk35/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 14:45:39 +0000</pubDate>
		<dc:creator>aronezhang</dc:creator>
				<category><![CDATA[Oracle EBS基础]]></category>
		<category><![CDATA[Oracle UPK]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/2009/08/06/install_client_and_server_of_oracle_upk35/</guid>
		<description><![CDATA[本文描述如何安装Oracle UPK3.5的服务器和客户端，并展示了如何从UPK客户端连接服务器


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2009/08/06/install_client_and_server_of_oracle_upk35/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Oracle User Productivity Kit(Oracle UPK) 3.5</title>
		<link>http://oracleseeker.com/2009/08/06/overview_about_oracle_user_productivity_kitoracleupk/</link>
		<comments>http://oracleseeker.com/2009/08/06/overview_about_oracle_user_productivity_kitoracleupk/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 13:25:39 +0000</pubDate>
		<dc:creator>aronezhang</dc:creator>
				<category><![CDATA[Oracle EBS基础]]></category>
		<category><![CDATA[Oracle UPK]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/2009/08/06/overview_about_oracle_user_productivity_kitoracleupk/</guid>
		<description><![CDATA[本文描述了Oracle User Productivity Kit(Oracle UPK) 3.5的特点


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2009/08/06/overview_about_oracle_user_productivity_kitoracleupk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>64位操作系统PL/SQL Developer连接数据库报ORA-12154错误</title>
		<link>http://oracleseeker.com/2009/01/10/32bit_client_connect_database_raise_ora12154_64bit/</link>
		<comments>http://oracleseeker.com/2009/01/10/32bit_client_connect_database_raise_ora12154_64bit/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 07:32:29 +0000</pubDate>
		<dc:creator>aronezhang</dc:creator>
				<category><![CDATA[Oracle EBS基础]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.oracleseeker.com/index.php/64%e4%bd%8d%e6%93%8d%e4%bd%9c%e7%b3%bb%e7%bb%9fplsql-developer%e8%bf%9e%e6%8e%a5%e6%95%b0%e6%8d%ae%e5%ba%93%e6%8a%a5ora-12154%e9%94%99%e8%af%af</guid>
		<description><![CDATA[本文记录如何解决在Windows64位操作系统使用如PL/SQL Developer客户端工具连接数据库是报ORA-12154的错误。


相关文章:<ol><li><a href='http://oracleseeker.com/2009/02/06/change_the_http_and_ftp_ports_used_by_xmldb/' rel='bookmark' title='Permanent Link: 修改XML DB的HTTP端口'>修改XML DB的HTTP端口</a></li>
</ol>]]></description>
		<wfw:commentRss>http://oracleseeker.com/2009/01/10/32bit_client_connect_database_raise_ora12154_64bit/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Oracle SQL 空值排序(Nulls)</title>
		<link>http://oracleseeker.com/2008/09/12/null-values-order-by-in-oracle-sql/</link>
		<comments>http://oracleseeker.com/2008/09/12/null-values-order-by-in-oracle-sql/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 17:36:26 +0000</pubDate>
		<dc:creator>aronezhang</dc:creator>
				<category><![CDATA[Oracle EBS基础]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.oracleseeker.com/?p=45</guid>
		<description><![CDATA[&#160; 在数据开发应用中，很多时候需要对数据进行排序，但是在Oracle 数据库中，有空值一说(NULL)。如果一个列中有的值是空的，则如果对此列进行排序的话，空值的行将被排序放到后面，如我对HR模式下的EMPLOYEES员工表按照佣金比率列进行排序的话， SELECT t.employee_id, t.last_name, t.commission_pctFROM employees tWHERE t.employee_id BETWEEN 178 AND 181ORDER BY t.commission_pct &#160; 结果如下： 179 Johnson 0.10178 Grant 0.15180 Taylor181 Fleaur &#160; 180，181由于没有佣金比率被排到了后面而有的时候我们希望将空值的记录排序在前面而不是后面 ，这时候则需要使用关键字：NULLS FIRST ：将空值的记录排序在前面NULLS LAST：将空值的记录排序在后面(默认) &#160; 例如上面的例子做少许的修改： SELECT t.employee_id, t.last_name, t.commission_pctFROM employees tWHERE t.employee_id BETWEEN 178 AND 181ORDER BY t.commission_pct NULLS FIRST &#160; 结果如下： 180 Taylor181 Fleaur179 Johnson 0.10178 [...]


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2008/09/12/null-values-order-by-in-oracle-sql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ORACLE客户端与数据库服务器连接</title>
		<link>http://oracleseeker.com/2007/12/27/oracle-client-connects-database-server/</link>
		<comments>http://oracleseeker.com/2007/12/27/oracle-client-connects-database-server/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 16:29:22 +0000</pubDate>
		<dc:creator>aronezhang</dc:creator>
				<category><![CDATA[Oracle EBS基础]]></category>
		<category><![CDATA[SQLNet]]></category>
		<category><![CDATA[数据库]]></category>

		<guid isPermaLink="false">http://htn.hand-china.com/wordpress/?p=31</guid>
		<description><![CDATA[对于初学者，关于客户端工具与数据库服务器的连接总是会存在如下的疑问：

1，我一定要在本地机器上面安装Oracle数据库吗？ 
2，如果我在本地安装了Oracle数据库，为什么还要配置一个TNS来连接数据库呢，它怎么这么笨呢？ 
3，如果本地可以不安装数据库，那又怎么弄呢？ 
4，还有SQL*Plus，PL/SQL Developer和Oracle数据库有什么关系呢？


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2007/12/27/oracle-client-connects-database-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ORACLE PL/SQL运行环境</title>
		<link>http://oracleseeker.com/2007/12/25/plsql-runtime-environment-overview/</link>
		<comments>http://oracleseeker.com/2007/12/25/plsql-runtime-environment-overview/#comments</comments>
		<pubDate>Tue, 25 Dec 2007 11:03:56 +0000</pubDate>
		<dc:creator>aronezhang</dc:creator>
				<category><![CDATA[Oracle EBS基础]]></category>
		<category><![CDATA[数据库]]></category>

		<guid isPermaLink="false">http://htn.hand-china.com/wordpress/?p=27</guid>
		<description><![CDATA[&#160; 对于初学者来说，Oracle 的数据库语言PL/SQL总是有点“怪”，它被称为是宿主语言，顾名思义就是依附于某个事物而生存的，而PL/SQL就是依附于Oracle数据库，它的运行环境就是Oracle数据库。 这和其它语言稍微有点不同，这样很多初学者感觉很难去理解，开始更多的人把它认为它仅仅是一种脚本语言，其实它是高度结构化的第四代开发语言，它不但具备了很多第四代开发语言的程序流程控制的能力，更具备了很多操作数据库所需要的功能，同时最大的特点是和SQL语言融为一体，使得在程序语言中操作数据库成为编程语言的一种内置功能。 &#160; 其实Oracle PL/SQL是“编写一次，到处运行”的语言，它的这种理念在Java之前就已经存在了，你在任何环境下的Oracle数据库上面编写PL/SQL程序，然后可以把它发布到任何地方，你不用关心数据库是运行在Windows平台，还是Unix或者其它。像Java程序一样，正因为有JVM的存在，使得Java程序具备很好的可移植性。而对于PL/SQL语言来说，Oracle数据库就是它的虚拟机，因此对于一个Oracle数据库应用的开发人员，你只需要关心利用PL/SQL语言来实现你的业务逻辑，程序的VM即Oracle数据库的运行则有DBA来负责。 &#160; 因此在学习PL/SQL语言之前，首先安装PL/SQL程序对应的“虚拟机”Oracle数据库，即安装PL/SQL的运行环境，只要具备了Oracle数据库，你就可以领略PL/SQL的魅力了。 当你熟练应用了Oracle PL/SQL 后，你会发现它非常适用于数据库应用的开发，随着Oracle具备面向对象的能力之后，PL/SQL也一并具备了很多面向对象的特性；另外再结合Oracle数据库支持Java环境之后，PL/SQL中调用Java，使得任何的数据库应用都能够通过PL/SQL来实现。 无相关文章.


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2007/12/25/plsql-runtime-environment-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ORACLE开发工具策略介绍</title>
		<link>http://oracleseeker.com/2007/12/24/development-tools-strategy-of-oracle/</link>
		<comments>http://oracleseeker.com/2007/12/24/development-tools-strategy-of-oracle/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 02:55:33 +0000</pubDate>
		<dc:creator>aronezhang</dc:creator>
				<category><![CDATA[Oracle EBS基础]]></category>
		<category><![CDATA[开发]]></category>

		<guid isPermaLink="false">https://htn.hand-china.com/wordpress/?p=26</guid>
		<description><![CDATA[? 很多同学问起我们Oracle ERP二次开发以后会使用什么样的语言和开发工具？首先我们来看看Oracle开发工具产品的策略 Oracle开发工具的策略是提供能够开发基于Internet模型下企业应用的软件开发工具，因此Oracle提供了两个并行的开发工具以及新的快速Web开发工具： 一，基于PL/SQL语言环境的传统开发工具 这些工具的编程语言和执行环境基于PL/SQL，其中包括以下的主要产品： Oracle Designer：用来进行分析建模 Oracle Forms：用来开发应用系统的界面以及架构 Oracle Reports：报表发布解决方案 为了能够使传统的开发工具更好的发布和运行与Internet模型下，Oracle将Forms和Reports的运行环境也集成到Oracle Application Server中 ? 二，基于Java语言环境的Java开发工具 针对日益发展的Java/J2EE技术，Oracle开发了基于Java语言，运行于J2EE容器的工具Oracle JDeveloper Oracle JDeveloper：基于UML建模环境和3-GL的Java应用开发工具；同时集成了J2EE框架Oracle ADF(Application Development Framework)来快速进行Java Web应用开发 BI XMLPublisher：实现报表发布方案 Oracle Container for J2EE(OC4J)：J2EE Web应用的运行环境 ? 三，基于Oracle数据库的快速Web开发工具 Oracle现在针对基于数据库进行快速Web应用开发推出了Oracle Application Express(APEX)，原称HTML DB。它可以实现只适用一个Web浏览器以及有限的编程经验就可以开发和发布一个安全快捷的Web应用系统。 它推出的初衷是想让使用Microsoft Access进行开发的系统迁移到Oracle平台上，它实现了声明式的开发，基于SQL和PL/SQL。 ? APEX的更多信息请查看。 上面主要描述的是Oracle开发工具产品的两大主要产品线以及新开发的一个快速开发工具； 其实基于PL/SQL和Java环境下的，Oracle还有很多其它的开发工具，和Oracle EBS相关的请查看“ORACLE EBS环境下可以使用的开发语言和工具”一文 无相关文章.


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2007/12/24/development-tools-strategy-of-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

