<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1833101781101822420</id><updated>2012-01-13T15:36:47.346-04:00</updated><category term='apex'/><category term='jasperreports'/><category term='css'/><category term='api'/><category term='forms6i'/><category term='ajax'/><category term='updatable view'/><category term='security'/><title type='text'>SQL's Oracle Tips</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://sqlcur.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://sqlcur.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ino</name><uri>http://www.blogger.com/profile/05100729748140066283</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1833101781101822420.post-5369350087273166670</id><published>2011-02-09T12:34:00.003-04:00</published><updated>2011-04-20T10:09:50.034-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='api'/><category scheme='http://www.blogger.com/atom/ns#' term='apex'/><category scheme='http://www.blogger.com/atom/ns#' term='security'/><category scheme='http://www.blogger.com/atom/ns#' term='updatable view'/><title type='text'>Apex security and updatable views (2)</title><summary type='text'>In my previous post, I indicated that the code for table API's and instead of triggers can easily be generated.

The code generator takes the Apex generated table API package as the basis, not the table definition. I don't know if Apex can generate code for every column data type. If Apex doesn't generate code for some column, the following code generator won't either.

Before generating the </summary><link rel='replies' type='application/atom+xml' href='http://sqlcur.blogspot.com/feeds/5369350087273166670/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sqlcur.blogspot.com/2011/02/apex-security-and-updatable-views-2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/5369350087273166670'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/5369350087273166670'/><link rel='alternate' type='text/html' href='http://sqlcur.blogspot.com/2011/02/apex-security-and-updatable-views-2.html' title='Apex security and updatable views (2)'/><author><name>Ino</name><uri>http://www.blogger.com/profile/05100729748140066283</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1833101781101822420.post-7159842944562429533</id><published>2011-02-04T14:34:00.010-04:00</published><updated>2011-02-09T12:38:27.711-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='api'/><category scheme='http://www.blogger.com/atom/ns#' term='apex'/><category scheme='http://www.blogger.com/atom/ns#' term='security'/><category scheme='http://www.blogger.com/atom/ns#' term='updatable view'/><title type='text'>Apex security and updatable views (1)</title><summary type='text'>Jeez, no post in 2010 at all! Time for a new one then.A lot of the basics in this post are derived from this very good presentation by Scott Spendolini (Secure Apex Development).In this presentation Scott basically shows how to use a separate schema, i.e. separate from your actual data schema, for building Apex applications. This shadow schema, as he calls it, contains just read only views and </summary><link rel='replies' type='application/atom+xml' href='http://sqlcur.blogspot.com/feeds/7159842944562429533/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sqlcur.blogspot.com/2011/02/apex-security-and-updatable-views-1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/7159842944562429533'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/7159842944562429533'/><link rel='alternate' type='text/html' href='http://sqlcur.blogspot.com/2011/02/apex-security-and-updatable-views-1.html' title='Apex security and updatable views (1)'/><author><name>Ino</name><uri>http://www.blogger.com/profile/05100729748140066283</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1833101781101822420.post-327923829976900929</id><published>2009-10-13T11:35:00.006-04:00</published><updated>2009-10-16T16:44:26.856-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='apex'/><category scheme='http://www.blogger.com/atom/ns#' term='css'/><title type='text'>Override Apex CSS style</title><summary type='text'>I was struggling with this for a long time before I found a simple solution. I just wanted to override a particular CSS style for one page. The style in the CSS file is defined as:.t14Standard td.t14data{border:1px solid #AAA;border-left:none;border-top:none;}I wanted to change this to:.t14Standard td.t14data {border:1px solid #AAA;border-left:none;}Sounds easy if you know how inheritance and </summary><link rel='replies' type='application/atom+xml' href='http://sqlcur.blogspot.com/feeds/327923829976900929/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sqlcur.blogspot.com/2009/10/override-apex-css-style.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/327923829976900929'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/327923829976900929'/><link rel='alternate' type='text/html' href='http://sqlcur.blogspot.com/2009/10/override-apex-css-style.html' title='Override Apex CSS style'/><author><name>Ino</name><uri>http://www.blogger.com/profile/05100729748140066283</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1833101781101822420.post-5524616726551526229</id><published>2009-07-31T14:30:00.011-04:00</published><updated>2009-08-03T14:49:08.312-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='apex'/><title type='text'>Multiple tabular forms on one Apex page</title><summary type='text'>As you probably know, you cannot have multiple tabular forms on one Apex page. One way around this limitation is to create your own reports and processes. This is described in Denes Kubicek's multiple tabular forms example.But you can also trick your application to make it look like two tabular forms are on the same page.This page actually consists of two pages. The form at the bottom is defined </summary><link rel='replies' type='application/atom+xml' href='http://sqlcur.blogspot.com/feeds/5524616726551526229/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sqlcur.blogspot.com/2009/07/multiple-tabular-forms-on-one-apex-page.html#comment-form' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/5524616726551526229'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/5524616726551526229'/><link rel='alternate' type='text/html' href='http://sqlcur.blogspot.com/2009/07/multiple-tabular-forms-on-one-apex-page.html' title='Multiple tabular forms on one Apex page'/><author><name>Ino</name><uri>http://www.blogger.com/profile/05100729748140066283</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_d06AJU7tLOw/SnM4xmKe1sI/AAAAAAAAAVo/DddpT29NMmI/s72-c/multtabforms.jpg' height='72' width='72'/><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1833101781101822420.post-3417646315637606159</id><published>2009-07-30T14:18:00.009-04:00</published><updated>2009-07-30T14:43:41.383-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='apex'/><title type='text'>Password item in a tabular Apex form</title><summary type='text'>In a tabular form it is not possible to choose password as the display type. This means that a tabular form would look like this:This post by Patrick Wolf shows how you can add a check box to tabular forms. That gave me an idea to try the same thing for password items.  It is actually much simpler than in Patrick's example!All you have to do is set the HTML expression of the item to:As explained </summary><link rel='replies' type='application/atom+xml' href='http://sqlcur.blogspot.com/feeds/3417646315637606159/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sqlcur.blogspot.com/2009/07/password-item-in-tabular-apex-form.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/3417646315637606159'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/3417646315637606159'/><link rel='alternate' type='text/html' href='http://sqlcur.blogspot.com/2009/07/password-item-in-tabular-apex-form.html' title='Password item in a tabular Apex form'/><author><name>Ino</name><uri>http://www.blogger.com/profile/05100729748140066283</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_d06AJU7tLOw/SnHkgojWZ8I/AAAAAAAAAVA/Kqis76wjBKY/s72-c/pw1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1833101781101822420.post-7266816900381373608</id><published>2009-07-06T19:30:00.016-04:00</published><updated>2009-07-06T23:00:05.757-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='apex'/><title type='text'>Create an Audit Region based on a PL/SQL Region</title><summary type='text'>In my APEX application I wanted to have a small region in all screens which would enable the user to see the audit columns CREATED, CREATEDBY, UPDATED and UPDATEDBY which are present in all tables. Like the screenshot below shows, in the report I added a dummy column “Audit” with a link. When the user clicks on the audit link in a record, the Audit window in the upper right hand corner appears </summary><link rel='replies' type='application/atom+xml' href='http://sqlcur.blogspot.com/feeds/7266816900381373608/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sqlcur.blogspot.com/2009/07/create-audit-region-based-on-plsql.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/7266816900381373608'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/7266816900381373608'/><link rel='alternate' type='text/html' href='http://sqlcur.blogspot.com/2009/07/create-audit-region-based-on-plsql.html' title='Create an Audit Region based on a PL/SQL Region'/><author><name>Sander</name><uri>http://www.blogger.com/profile/01177469893026820892</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_ac7Wbya0le8/SlKJvnwjdQI/AAAAAAAAD_w/EvR8jC_9ox4/s72-c/AuditRegion1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1833101781101822420.post-3654033917165386744</id><published>2009-06-17T12:46:00.004-04:00</published><updated>2009-06-18T14:03:46.572-04:00</updated><title type='text'>This is just funny</title><summary type='text'>OK, this is not a new tip or anything, but some weird translation of a previous post. I found this via Google. The original page was already removed from the web, but Google still had this in it's cache. Try to understand this:More Oracle Tips: Forms-Apex IntegrationThere are restful slews of companies that usage client/server Forms6i. For account of those companies I was asked to impute a form </summary><link rel='replies' type='application/atom+xml' href='http://sqlcur.blogspot.com/feeds/3654033917165386744/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sqlcur.blogspot.com/2009/06/this-is-just-funny.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/3654033917165386744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/3654033917165386744'/><link rel='alternate' type='text/html' href='http://sqlcur.blogspot.com/2009/06/this-is-just-funny.html' title='This is just funny'/><author><name>Ino</name><uri>http://www.blogger.com/profile/05100729748140066283</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1833101781101822420.post-837410576970694577</id><published>2009-04-24T10:24:00.002-04:00</published><updated>2009-04-24T10:56:41.337-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='forms6i'/><category scheme='http://www.blogger.com/atom/ns#' term='apex'/><title type='text'>Forms-Apex Integration (3)</title><summary type='text'>In previous posts I gave a simple example how to display a stored PDF document from a Forms 6i client/server application using Apex. In this case it is not really necessary to create an Apex page, since you can call the stored procedure directly from the mod_plsql gateway. If you are not using an Apex page, you need to program some extra lines in your code for error handling.If you are using an </summary><link rel='replies' type='application/atom+xml' href='http://sqlcur.blogspot.com/feeds/837410576970694577/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sqlcur.blogspot.com/2009/04/forms-apex-integration-3.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/837410576970694577'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/837410576970694577'/><link rel='alternate' type='text/html' href='http://sqlcur.blogspot.com/2009/04/forms-apex-integration-3.html' title='Forms-Apex Integration (3)'/><author><name>Ino</name><uri>http://www.blogger.com/profile/05100729748140066283</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1833101781101822420.post-1148873589241644618</id><published>2009-04-03T12:33:00.018-04:00</published><updated>2009-04-04T14:59:53.458-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='forms6i'/><category scheme='http://www.blogger.com/atom/ns#' term='apex'/><title type='text'>Forms-Apex Integration (2)</title><summary type='text'>(PS: I am using SyntaxHighlighter for the first time. It works for IE, but not for Firefox, yet.PS2: I fixed the Firefox issue. Apparently Firefox cannot interpret a css file on googlecode. The trick is to include the css in the blogger template.)Yesterday I posted a simple solution for viewing stored PDF documents in a Forms6i client/server application using Apex. There was one catch: it was not</summary><link rel='replies' type='application/atom+xml' href='http://sqlcur.blogspot.com/feeds/1148873589241644618/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sqlcur.blogspot.com/2009/04/forms-apex-integration-2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/1148873589241644618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/1148873589241644618'/><link rel='alternate' type='text/html' href='http://sqlcur.blogspot.com/2009/04/forms-apex-integration-2.html' title='Forms-Apex Integration (2)'/><author><name>Ino</name><uri>http://www.blogger.com/profile/05100729748140066283</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1833101781101822420.post-1435340990328471105</id><published>2009-04-02T12:03:00.010-04:00</published><updated>2009-04-17T09:02:43.726-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='forms6i'/><category scheme='http://www.blogger.com/atom/ns#' term='apex'/><title type='text'>Forms-Apex Integration</title><summary type='text'>There are still plenty of companies that use client/server Forms6i. For one of those companies I was asked to make a form to display PDF documents that are stored in the database. Well, you can save the file to a public directory on the database server and open this file with Acrobat Reader.I found it more challenging to see if I could integrate client/server Forms with Apex. Not surprisingly, it</summary><link rel='replies' type='application/atom+xml' href='http://sqlcur.blogspot.com/feeds/1435340990328471105/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sqlcur.blogspot.com/2009/04/forms-apex-integration.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/1435340990328471105'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/1435340990328471105'/><link rel='alternate' type='text/html' href='http://sqlcur.blogspot.com/2009/04/forms-apex-integration.html' title='Forms-Apex Integration'/><author><name>Ino</name><uri>http://www.blogger.com/profile/05100729748140066283</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_d06AJU7tLOw/SdTpY45MjtI/AAAAAAAAABU/WIiibTYeYU4/s72-c/form.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1833101781101822420.post-5933662709501972307</id><published>2009-02-18T20:45:00.017-04:00</published><updated>2009-03-16T17:17:36.931-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ajax'/><category scheme='http://www.blogger.com/atom/ns#' term='apex'/><title type='text'>Drag and Drop Shopping Cart</title><summary type='text'>At SQL Integrator we are just beginning to explore the possibilities of Apex. We do that by teaching each other via workshops.  When somebody dives into a subject, he presents the result to the other Apex workshop participants. A good way to learn Apex.I had no idea how to do anything with Ajax. After some web surfing (mainly at w3schools.com) I tried some simple examples myself. Most of them </summary><link rel='replies' type='application/atom+xml' href='http://sqlcur.blogspot.com/feeds/5933662709501972307/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sqlcur.blogspot.com/2009/02/drag-and-drop-shopping-cart.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/5933662709501972307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/5933662709501972307'/><link rel='alternate' type='text/html' href='http://sqlcur.blogspot.com/2009/02/drag-and-drop-shopping-cart.html' title='Drag and Drop Shopping Cart'/><author><name>Ino</name><uri>http://www.blogger.com/profile/05100729748140066283</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1833101781101822420.post-2068105605266545983</id><published>2009-02-17T12:23:00.014-04:00</published><updated>2009-07-27T13:38:59.383-04:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='jasperreports'/><category scheme='http://www.blogger.com/atom/ns#' term='apex'/><title type='text'>JasperReports in Apex</title><summary type='text'>A lot of people complain that Oracle integrated the very expensive BI Publisher in Apex. Of course there are alternatives, like the open source JasperReports. But how do you use this?Jasper is completely new to me, so I started with a simple example. What you need is:Oracle Apex (of course)JasperServeriReportJasperServer and iReport can de downloaded from the Jaspersoft website.Basically, iReport</summary><link rel='replies' type='application/atom+xml' href='http://sqlcur.blogspot.com/feeds/2068105605266545983/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sqlcur.blogspot.com/2009/02/jasperreports-in-apex.html#comment-form' title='22 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/2068105605266545983'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/2068105605266545983'/><link rel='alternate' type='text/html' href='http://sqlcur.blogspot.com/2009/02/jasperreports-in-apex.html' title='JasperReports in Apex'/><author><name>Ino</name><uri>http://www.blogger.com/profile/05100729748140066283</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_d06AJU7tLOw/Sm3lpRB1hFI/AAAAAAAAAU4/4T2suDoC_Po/s72-c/link1.jpg' height='72' width='72'/><thr:total>22</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1833101781101822420.post-5017342455414864164</id><published>2009-02-17T11:58:00.003-04:00</published><updated>2009-02-17T12:10:55.600-04:00</updated><title type='text'>Welcome to yet another blog</title><summary type='text'>Well, like so many others nowadays, I think it is time to share some good tips&amp;trics on Oracle. My colleagues and I have started a new track with Oracle Apex after many years of using Forms, Reports and Designer.Yep, we have tried JDeveloper and JHeadstart, and we discarded it. It seems way too complicated for most regular business type applications that focus mainly on data retrieval and entry.</summary><link rel='replies' type='application/atom+xml' href='http://sqlcur.blogspot.com/feeds/5017342455414864164/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://sqlcur.blogspot.com/2009/02/welcome-to-yet-another-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/5017342455414864164'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1833101781101822420/posts/default/5017342455414864164'/><link rel='alternate' type='text/html' href='http://sqlcur.blogspot.com/2009/02/welcome-to-yet-another-blog.html' title='Welcome to yet another blog'/><author><name>Ino</name><uri>http://www.blogger.com/profile/05100729748140066283</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
