 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Your Oracle wish list</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/eye-on-oracle/your-oracle-wish-list-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/eye-on-oracle/your-oracle-wish-list-2/</link>
	<description>A SearchOracle.com blog</description>
	<lastBuildDate>Thu, 24 Jan 2013 12:22:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Young</title>
		<link>http://itknowledgeexchange.techtarget.com/eye-on-oracle/your-oracle-wish-list-2/#comment-1215</link>
		<dc:creator>Young</dc:creator>
		<pubDate>Tue, 23 Oct 2007 09:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://eyeonoracle.blogs.techtarget.com/2007/09/24/your-oracle-wish-list-2/#comment-1215</guid>
		<description><![CDATA[The only wish I think worth my while (and Oracle Corp&#039;s too) to put here is to add indexing feature to external tables (or external ASCII files e.g. in CSV format).
The benefits would be: reduce the latency in making data searchable (before their loading into tables); make archived files searchable (for data copmpliance etc), ......
The related areas are data warehousing, data retention compliance, huge feed/archiving of event data, the 11g compress of LOB....]]></description>
		<content:encoded><![CDATA[<p>The only wish I think worth my while (and Oracle Corp&#8217;s too) to put here is to add indexing feature to external tables (or external ASCII files e.g. in CSV format).<br />
The benefits would be: reduce the latency in making data searchable (before their loading into tables); make archived files searchable (for data copmpliance etc), &#8230;&#8230;<br />
The related areas are data warehousing, data retention compliance, huge feed/archiving of event data, the 11g compress of LOB&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Crosser</title>
		<link>http://itknowledgeexchange.techtarget.com/eye-on-oracle/your-oracle-wish-list-2/#comment-1214</link>
		<dc:creator>Kim Crosser</dc:creator>
		<pubDate>Wed, 10 Oct 2007 20:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://eyeonoracle.blogs.techtarget.com/2007/09/24/your-oracle-wish-list-2/#comment-1214</guid>
		<description><![CDATA[Minor readability fix to #17 above.  My typing &quot;bracket-column-bracket = &quot; got parsed as an XML tag and vanished...
The expression I was trying to convey was:
...and table.column = (null-valued-expression)...
which I frequently encounter as:
... and mytable.mycolumn = :b2 ... in the V$SQL table.
When the parameter is null, this often causes full table or index scans before returning no rows (duh!), depending on a variety of circumstances.]]></description>
		<content:encoded><![CDATA[<p>Minor readability fix to #17 above.  My typing &#8220;bracket-column-bracket = &#8221; got parsed as an XML tag and vanished&#8230;<br />
The expression I was trying to convey was:<br />
&#8230;and table.column = (null-valued-expression)&#8230;<br />
which I frequently encounter as:<br />
&#8230; and mytable.mycolumn = :b2 &#8230; in the V$SQL table.<br />
When the parameter is null, this often causes full table or index scans before returning no rows (duh!), depending on a variety of circumstances.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Crosser</title>
		<link>http://itknowledgeexchange.techtarget.com/eye-on-oracle/your-oracle-wish-list-2/#comment-1213</link>
		<dc:creator>Kim Crosser</dc:creator>
		<pubDate>Wed, 10 Oct 2007 19:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://eyeonoracle.blogs.techtarget.com/2007/09/24/your-oracle-wish-list-2/#comment-1213</guid>
		<description><![CDATA[My #1 should be a trivial fix - if a query includes a &quot;...  = &#039;&#039; ...&quot; expression on a NOT NULL column, the query optimizer should immediately respond with &quot;no rows found&quot; to that clause part instead of doing a full table scan, full index scan, or other ridiculous action as it does today.  Yes, the developer shouldn&#039;t have allowed a null valued argument in the expression, but the massive waste of a table/index scan (to return zero rows!) shouldn&#039;t be the punishment for the error.  This seems to be a particular problem for PL/SQL parameterized expressions, where a parameter is null at run time.]]></description>
		<content:encoded><![CDATA[<p>My #1 should be a trivial fix &#8211; if a query includes a &#8220;&#8230;  = &#8221; &#8230;&#8221; expression on a NOT NULL column, the query optimizer should immediately respond with &#8220;no rows found&#8221; to that clause part instead of doing a full table scan, full index scan, or other ridiculous action as it does today.  Yes, the developer shouldn&#8217;t have allowed a null valued argument in the expression, but the massive waste of a table/index scan (to return zero rows!) shouldn&#8217;t be the punishment for the error.  This seems to be a particular problem for PL/SQL parameterized expressions, where a parameter is null at run time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerryd</title>
		<link>http://itknowledgeexchange.techtarget.com/eye-on-oracle/your-oracle-wish-list-2/#comment-1212</link>
		<dc:creator>Jerryd</dc:creator>
		<pubDate>Mon, 08 Oct 2007 20:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://eyeonoracle.blogs.techtarget.com/2007/09/24/your-oracle-wish-list-2/#comment-1212</guid>
		<description><![CDATA[ANOTHER suggestion:  Make it possible to install a complete test install of a new level.  I&#039;m on AIX unix and in today&#039;s world have no control of the root password so the /etc/oraInst.loc is not updateable by me.  I should not have to back up the entire ORACLE_BASE *AND* take all databases down on the node just to do a test install of 10g, then restore the old ORACLE_BASE.  Even though this lpar has only test databases on it, I&#039;m no more fond of useless work and evening/weekend work than anyone else.  Let me define an oracle inventory location that doesn&#039;t run over the current oui repository like a freight train. It ought to be separate anyway.]]></description>
		<content:encoded><![CDATA[<p>ANOTHER suggestion:  Make it possible to install a complete test install of a new level.  I&#8217;m on AIX unix and in today&#8217;s world have no control of the root password so the /etc/oraInst.loc is not updateable by me.  I should not have to back up the entire ORACLE_BASE *AND* take all databases down on the node just to do a test install of 10g, then restore the old ORACLE_BASE.  Even though this lpar has only test databases on it, I&#8217;m no more fond of useless work and evening/weekend work than anyone else.  Let me define an oracle inventory location that doesn&#8217;t run over the current oui repository like a freight train. It ought to be separate anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cel</title>
		<link>http://itknowledgeexchange.techtarget.com/eye-on-oracle/your-oracle-wish-list-2/#comment-1211</link>
		<dc:creator>Cel</dc:creator>
		<pubDate>Wed, 03 Oct 2007 20:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://eyeonoracle.blogs.techtarget.com/2007/09/24/your-oracle-wish-list-2/#comment-1211</guid>
		<description><![CDATA[My top wish for Oracle Applications would be for Oracle to provide the source java files etc that are used in the apps environment.

For many years when the build of the app was built with Oracle forms, reports etc customers had access to the source files which allowed for amongst others 1 key thing which I believe helps promote the use of Oracle Apps:

1) Customers who employ technical people can determine exactly how something works and also importantly how it does not.

There are still many people in the ICT business and I am sure always will be who will spend their own time be they employees, non-employees clarifying how a process has been designed to work and who then pass that knowledge onto others.

The user guides with an application/piece of s/w can only cover so much and do not always provide detail on a process and the relationships with other processes. This can cost a lot of time. 

So this would be my big wish. 

As the range of technologies employed ever expands and as defacto stds do get established for many reasons, a common goal from the past of open systems/ common platforms in a competitive fast moving area are probably still unlikely while software and other is purchased. So when a vendor adopts new technolgy in a product it benefits all if users can see how it is has been applied. You do not need to be a java expert to read and understand how java has been used and what it does. By doing so people also improve and extend their knowledge which further promotes the use of the technology.

So I think that Oracle should provide all source code for application based objects except for some that are crucial for business reasons/ core property rights.

This will as in the past expand the knowledge of the Oracle community which in turn directly benefits Oracle as the resource pool quality improves and so customers considering ERP/technology stacks etc as standards, are more likely to continue to choose a vendor who provides the opportunity to companies and individuals to become quality Oracle users and providers.

You can log a SR and get assistance but sometimes you need to know how something &#039;really&#039; works.]]></description>
		<content:encoded><![CDATA[<p>My top wish for Oracle Applications would be for Oracle to provide the source java files etc that are used in the apps environment.</p>
<p>For many years when the build of the app was built with Oracle forms, reports etc customers had access to the source files which allowed for amongst others 1 key thing which I believe helps promote the use of Oracle Apps:</p>
<p>1) Customers who employ technical people can determine exactly how something works and also importantly how it does not.</p>
<p>There are still many people in the ICT business and I am sure always will be who will spend their own time be they employees, non-employees clarifying how a process has been designed to work and who then pass that knowledge onto others.</p>
<p>The user guides with an application/piece of s/w can only cover so much and do not always provide detail on a process and the relationships with other processes. This can cost a lot of time. </p>
<p>So this would be my big wish. </p>
<p>As the range of technologies employed ever expands and as defacto stds do get established for many reasons, a common goal from the past of open systems/ common platforms in a competitive fast moving area are probably still unlikely while software and other is purchased. So when a vendor adopts new technolgy in a product it benefits all if users can see how it is has been applied. You do not need to be a java expert to read and understand how java has been used and what it does. By doing so people also improve and extend their knowledge which further promotes the use of the technology.</p>
<p>So I think that Oracle should provide all source code for application based objects except for some that are crucial for business reasons/ core property rights.</p>
<p>This will as in the past expand the knowledge of the Oracle community which in turn directly benefits Oracle as the resource pool quality improves and so customers considering ERP/technology stacks etc as standards, are more likely to continue to choose a vendor who provides the opportunity to companies and individuals to become quality Oracle users and providers.</p>
<p>You can log a SR and get assistance but sometimes you need to know how something &#8216;really&#8217; works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nivedita Dighe</title>
		<link>http://itknowledgeexchange.techtarget.com/eye-on-oracle/your-oracle-wish-list-2/#comment-1207</link>
		<dc:creator>Nivedita Dighe</dc:creator>
		<pubDate>Wed, 03 Oct 2007 05:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://eyeonoracle.blogs.techtarget.com/2007/09/24/your-oracle-wish-list-2/#comment-1207</guid>
		<description><![CDATA[The area i feel requires improvement is in Oracle Streams.

1. There is a high and continuous redo log generation inspite of tuning the streams_pool_size parameter. Initial design of sizing the offline relog log file space goes havoc.

2. Simpler handlers to be introduced as this is plus point of streams so as to pre-calculate and store data into tables.

3. Performance issues and high cpu conusumtion as there is a continuous backgroud job queue process running.

4. Continuous logs being written.

If we could set a time interval where the queue process could wake and replicate data it would benefit, queue process then should be stopped.. The same goes to scns.
Log files to be generated only based on some time interval.]]></description>
		<content:encoded><![CDATA[<p>The area i feel requires improvement is in Oracle Streams.</p>
<p>1. There is a high and continuous redo log generation inspite of tuning the streams_pool_size parameter. Initial design of sizing the offline relog log file space goes havoc.</p>
<p>2. Simpler handlers to be introduced as this is plus point of streams so as to pre-calculate and store data into tables.</p>
<p>3. Performance issues and high cpu conusumtion as there is a continuous backgroud job queue process running.</p>
<p>4. Continuous logs being written.</p>
<p>If we could set a time interval where the queue process could wake and replicate data it would benefit, queue process then should be stopped.. The same goes to scns.<br />
Log files to be generated only based on some time interval.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Landau</title>
		<link>http://itknowledgeexchange.techtarget.com/eye-on-oracle/your-oracle-wish-list-2/#comment-1208</link>
		<dc:creator>Landau</dc:creator>
		<pubDate>Tue, 02 Oct 2007 01:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://eyeonoracle.blogs.techtarget.com/2007/09/24/your-oracle-wish-list-2/#comment-1208</guid>
		<description><![CDATA[I wish Oracle would make changes to how its temporary tables function. I switched from a Sybase to Oracle environment and was shocked that Oracle temp tables did not perform the way Sybase designed theirs to work.]]></description>
		<content:encoded><![CDATA[<p>I wish Oracle would make changes to how its temporary tables function. I switched from a Sybase to Oracle environment and was shocked that Oracle temp tables did not perform the way Sybase designed theirs to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerryd</title>
		<link>http://itknowledgeexchange.techtarget.com/eye-on-oracle/your-oracle-wish-list-2/#comment-1209</link>
		<dc:creator>Jerryd</dc:creator>
		<pubDate>Mon, 01 Oct 2007 18:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://eyeonoracle.blogs.techtarget.com/2007/09/24/your-oracle-wish-list-2/#comment-1209</guid>
		<description><![CDATA[Items that come to mind:
1) ability change table name, not just schema, using import: i.e. fromname=a  toname=a1
2) ability to create a profile in metalinks that excludes whole categories from your searches, or perhaps to create several profiles that can be used to widen a search.  Seldom do I need an Oracle 7 answer for my 9i questions.
3) Make reasonable subcategories under the &#039;products&#039; part of the advanced search.  I shouldn&#039;t have to search through dozens of inapplicapable categories to get to &quot;oracle server, enterprise edition&quot;.  Usually I don&#039;t bother, which is more work for me and for you.
4) Make a general search area for ONLY the reference articles. Often I waste time looking at threads that lead nowhere. Then eventually I notice that there is an oracle-authored reference article farther down the page that tells me what I need to know.
5) Give us a glossary area to find out what some of the new release functions are all about.  Often in looking through threads I find references that I haven&#039;t met before.  A thumbnail description in some standard place would likely move me, or people like me, on down the road to using new functionality instead of clinging to our old ways.]]></description>
		<content:encoded><![CDATA[<p>Items that come to mind:<br />
1) ability change table name, not just schema, using import: i.e. fromname=a  toname=a1<br />
2) ability to create a profile in metalinks that excludes whole categories from your searches, or perhaps to create several profiles that can be used to widen a search.  Seldom do I need an Oracle 7 answer for my 9i questions.<br />
3) Make reasonable subcategories under the &#8216;products&#8217; part of the advanced search.  I shouldn&#8217;t have to search through dozens of inapplicapable categories to get to &#8220;oracle server, enterprise edition&#8221;.  Usually I don&#8217;t bother, which is more work for me and for you.<br />
4) Make a general search area for ONLY the reference articles. Often I waste time looking at threads that lead nowhere. Then eventually I notice that there is an oracle-authored reference article farther down the page that tells me what I need to know.<br />
5) Give us a glossary area to find out what some of the new release functions are all about.  Often in looking through threads I find references that I haven&#8217;t met before.  A thumbnail description in some standard place would likely move me, or people like me, on down the road to using new functionality instead of clinging to our old ways.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre van Winssen</title>
		<link>http://itknowledgeexchange.techtarget.com/eye-on-oracle/your-oracle-wish-list-2/#comment-1210</link>
		<dc:creator>Andre van Winssen</dc:creator>
		<pubDate>Mon, 01 Oct 2007 09:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://eyeonoracle.blogs.techtarget.com/2007/09/24/your-oracle-wish-list-2/#comment-1210</guid>
		<description><![CDATA[My wishlist:

1) customers should be payed money if they run into bugs that disrupt their business transactions (and for the time spent by internal or external consultants to troubleshoot and find workarounds)
2) all packs for free for everyone but most importantly provisioning pack which can ease the pain of patching
3) not play hide and seek when important security issues have been reported that won&#039;t be fixed in the near future (eg 6454409 LISTENER LOCAL OS AUTHENTICATION CAN BE BYPASSED..)
4) no need to tune the self tuning, manage the self managing
5) AI in the rdbms kernel so it can learn]]></description>
		<content:encoded><![CDATA[<p>My wishlist:</p>
<p>1) customers should be payed money if they run into bugs that disrupt their business transactions (and for the time spent by internal or external consultants to troubleshoot and find workarounds)<br />
2) all packs for free for everyone but most importantly provisioning pack which can ease the pain of patching<br />
3) not play hide and seek when important security issues have been reported that won&#8217;t be fixed in the near future (eg 6454409 LISTENER LOCAL OS AUTHENTICATION CAN BE BYPASSED..)<br />
4) no need to tune the self tuning, manage the self managing<br />
5) AI in the rdbms kernel so it can learn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen Kumar samala</title>
		<link>http://itknowledgeexchange.techtarget.com/eye-on-oracle/your-oracle-wish-list-2/#comment-1206</link>
		<dc:creator>Naveen Kumar samala</dc:creator>
		<pubDate>Thu, 27 Sep 2007 12:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://eyeonoracle.blogs.techtarget.com/2007/09/24/your-oracle-wish-list-2/#comment-1206</guid>
		<description><![CDATA[Hi
I wish oracle to be like this in future
1.E-business suite&#039;s patch level has to be extremely streamlined. It should not release patches as and when it feels .It has to maintain a stringent patch level methodology for all the modules like SAP.
2.Online patching without downtime.
3.Focus towards automatic tuning of the database should be stopped and should concentrate more on interfacing the database with non-oracle databases and external files ,XML etc.
4.Internals to be tuned to get more out of the CPU and Disk.]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
I wish oracle to be like this in future<br />
1.E-business suite&#8217;s patch level has to be extremely streamlined. It should not release patches as and when it feels .It has to maintain a stringent patch level methodology for all the modules like SAP.<br />
2.Online patching without downtime.<br />
3.Focus towards automatic tuning of the database should be stopped and should concentrate more on interfacing the database with non-oracle databases and external files ,XML etc.<br />
4.Internals to be tuned to get more out of the CPU and Disk.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
