looking back at KScope 12 – KScope 13 info

Aug 4, 2012 | No Comments

Straight after KScope 12 I left on holiday, which meant I didn’t find the time yet to get up-to-speed with blogging. Coming back a lot of work was waiting again and now I’m travelling again… I did want to finish this post first before getting onto ot…

My OTN Latinoamerica Tour 2012 (South Leg)

Aug 4, 2012 | No Comments

At the moment I’m on my way to Montevideo (Uruguay) for the first country in a row at the OTN Latinoamerica Tour 2012 (South leg).Francisco asked me already a few times, and finally this year I agreed visiting this part of the world. Already many thank…

Recovering a Totally Full ZFS Filesystem

Aug 4, 2012 | No Comments

If your ZFS filesystem is completely full, it can be difficult to free up space.  Most people's first impulse is to delete files, but that often fails because ZFS can require free space to record the deletion.  A colleague of mine ran into this a…

Recovering a Totally Full ZFS Filesystem

Aug 4, 2012 | No Comments

If your ZFS filesystem is completely full, it can be difficult to free up space.  Most people’s first impulse is to delete files, but that often fails because ZFS can require free space to record the deletion.  A colleague of mine ran into th…

Oracle Identity Management 11g R2 documentation now available

Aug 4, 2012 | No Comments

 
Oracle Identity Management 11g R2 (11.1.2) is now available on OTN here
Documentation for Oracle Unified Directory (OUD) 11gR2 (11.1.2) is available here

Oracle Identity Management 11gR2 is currently (Aug 2012) available for Identity & …

Oracle Identity Management 11g R2 documentation now available

Aug 4, 2012 | No Comments

  Oracle Identity Management 11g R2 (11.1.2) is now available on OTN here Documentation for Oracle Unified Directory (OUD) 11gR2 (11.1.2) is available here Oracle Identity Management 11gR2 is currently (Aug 2012) available for Identity & A…

End Date Responsibility for Oracle FND User

Aug 4, 2012 | No Comments

API – fnd_user_pkg.delresp

Example –

Consider FND_USER = ‘PRAJKUMAR’ having responsibility ‘Application Developer’

 

 

Let us try to END_DATE ‘Application Developer’ Responsibility with fnd_user_pkg.delresp API

– —————…

End Date Responsibility for Oracle FND User

Aug 4, 2012 | No Comments

API – fnd_user_pkg.delresp

Example –

Consider FND_USER = ‘PRAJKUMAR’ having responsibility ‘Application Developer’

 

 

Let us try to END_DATE ‘Application Developer’ Responsibility with fnd_user_pkg.delresp API

– ——-…

Like Operator and Indexes

Aug 4, 2012 | No Comments

Trying to  predict Oracle’s behavior with respect to using indexes with LIKE operator is not simple.  However you may be able to get close enough with the following algorithm.  Let me  list  the number of ways you can use the single  LIK…