Any guess for Oracle Apps Release 12.1 date ?
Release date for 12.1 version is not official yet but if you are looking for new features in Oracle Applications Release 12.1 for Apps DBA’s here is my list
.
Technical Components in 12.1
- Database Version with Oracle Apps 12.1 is going to be 10.2.0.4
- Forms & Reports version 10.1.2.2
- Web Server and Java Code - 10.1.3.3
- JDK 6 for middle tier & Concurrent Manager nodes
- Java Plug-in 6 for client
.
New Features in R12.1
- In R12.1, AutoConfig can be run in parallel on different nodes of Apps .
- In R12.1, new mode Profiler in AutoConfig
- Sharing Application Tier file system among multiple EBS Suite instances (TEST, DEV, UAT)
- Concurrent Requests and Managers can now be directed to specific database instance.
For full list first login to metalink in another windows and then click here or check from metalink note # 561580.1
|
||||
Related Posts for Apps R12
- Oracle Apps R12 Forms : Servlet or Socket
- Release Update Pack for Oracle Applications R12
- Difference between Oracle Apps 11i and R12 (Technical)
- Unified APPL_TOP : Changed Feature in Oracle Apps R12
- Oracle R12/12i log file (Patch, Clone, Startup/Shutdown)
- Upgrade Oracle Apps 11i to R12/12i (12.0.4) - Key Points
- Oracle Apps Release 12.1 , Guess official release date ?
- Oracle 12.0.6 R12 RUP6 is Out now
- Application Tier Services in Oracle Apps R12
Popularity: 18% [?]







Good hands-on exercises (installation, patching, cloning), very experienced trainer worth for Money 
12 users commented in " Oracle Apps Release 12.1 , Guess official release date ? "
Follow-up comment rss or Leave a TrackbackAtul,
This site is wonderful. Its very useful. Thanks for all the latest updates. You are simply superb.
R12.1.1 is getting released on 27th April 2009
12.1 released Around 04-May-2005 i think.
Hi Atul,
Your blogs are the best and easy to understand.
I recently installed R12.1.1 on OEL 4.7 on VMware workstation 6.5.2 successfully. I was doing a smoke testing on the modules and found some problems to start with INV.
I am having problem with viewing attributes of the Item on the Items screen (Items > Master Items , Organization Items) in Inventory.
Before the Item screen opens it is showing me as a Note saying “you must allow access to at least one attribute group”
Moreover when I open Item Attribute Controls form (Setup > Items > Attribute Controls) it’s giving me an exception saying no data found.
I have checked the Organization Access (Setup > Organizations > Organization Access) form and all the setups are correct but still why am I getting the above Note and the item attrubutes are becoming inactive.
Is there any patch or any setup that I am missing.
Thanks,
VijayR
Hi,
sorry there was type mistake on my reply.
<<>>
it is not 2005 it is 2009.
Good News Guys!!! Finally this issue is reolved…
Cause: The components for the Inventory Items screen are not licenced in License Manager for R12.1.1.
Fix: Please license the Products through System Administration or System Administrator Responsibility.
System Administrator > Oracle Applications Manager > Lincese Manager
Click on the the Products under License section and license the Products.
After performing the above steps the Items Screen attributes are active.
Thanks for all the help…
VijayR
How do i convert Fully Licensed HR module(PER) to shared license using Licnese Manager, if i cannot do it using License Manager how do it change it otherwise.
Thanks,
Naveen
@ Nav,
It is not possible to change from Installed to Shared (shared to installed is possible) via License Manager.
There is unsupported way which is directly update table
_____
fnd_product_installations with column status as I or S
I for installed
S for shared
____
Query to check status
select a.APPLICATION_NAME ,b.APPLICATION_SHORT_NAME ,c.patch_level, c.status
from fnd_application_tl a,fnd_application b,fnd_product_installations c
where a.APPLICATION_ID = b.APPLICATION_ID
and b.APPLICATION_ID =c.APPLICATION_ID
and a.LANGUAGE =’US’
and b.APPLICATION_SHORT_NAME=’PER’;
thanks atul…that worked like a charm…but oracle seems to have an internal document on this, and i got the same steps from oracle too.
Nav
Dear Atul,
To install Oracle apps 12.1 what is the minimum system requirement and which OS is suggestable
@ Mahesh,
Use any O.S. (Linux, Solaris, Windows) as per your comfort.
For Disk space check this post
http://onlineappsdba.com/index.php/2009/05/21/oracle-apps-r12-1211-installation-issue-rw-50004-rw-50010/
Dear Atul,
Can u tell me whether Oracle apps 12.1 is available for free to learning. if so, from where i can download.
Leave A Reply