Share Your JDeveloper Knowledge and Get a Free Pass to OOW

The call for papers for both Oracle Open World and Oracle Develop is now open here.
This is your chance to share your experience with JDeveloper and ADF with your peers, and get a free pass to the conference. From past conferences we know that sessions where customers talk about their real world experience with the [...]

Switching to Cumulative Critical Patch Updates for E-Business Suite 11i

[Editor:  This article is written by Krishna Kappaganti, a Director in our Applications Technology Integration group.  Krishna is part of the team that produces the quarterly Critical Patch Updates for E-Business Suite.]

Historically with Oracle E-Business Suite Release 11i, you were required to apply individual patches in the order specified in the
E-Business suite Critical Patch Updates [...]

Template Manipulation at Runtime

I’ve just posed a new sample up onto samplecode.oracle.com which shows how a page that consumes a template can interact with components in that template to do things like collapse splitters and so forth. Importantly this is achieved without polluting the template with knowledge of the consuming pages. The sample shows how to perform the [...]

NOLOGGING

<code>Tom
I’ve been re-visiting my knowledge on NOLOGGING as a colleague asked me a question about it today and I hate to say I couldn’t remember fully why the term is a tiny bit of a misnomer (there’s no denying that there is a general confusion …
Link to the original site

The difference between knowledge and feeling

That which my mind understands, my heart can never accept.
Link to the original site

Peaking behind the knowledge curtain

After threatening for years to start a blog Martin Widlake has finally put fingers to keyboard. Some of you may recall that I am a fan of his UKOUG presentations. His writing is entertaining and insightful too. Despite his blog being called Yet Another OracleBlog he has not written much on Oracle, [...]

Standalone WLS ADF deployment – Be careful which URL you use

We hit a problem with JDeveloper 11g ADF applications deployed to WebLogic Server 10.3 that’s worth sharing.
Under JDev 10.1.3 we could access our remotely deployed ADF applications on OAS through a URL similar to:
http://host:port/context-root/faces/page.jspx
…this is in fact how JDev 10.1.3 ran apps on the integrated OAS/OC4J container.
However on attempting to run a new ADF 11g [...]