Info:: Simdraz Engine:: Adobe AIR and html 5 websockets

admin | Jul 29, 2010 02:46 +0000

Yes!! We are working on it!

Currently only Chrome and Safari from what I can see support websockets; but we are including this functionality. So; if you are using the AIR version of the Simdraz engine or a browser that supports websockets you won`t need to worry about AJAX request and polling even though AJAX is fast, it’s just not as fast as websockets and it also helps saves on bandwidth.

In theory less request & better performance :D

Quest Northeast 2010

David Andrews | Jul 27, 2010 12:58 +0000
Last week Quest held its annual Northeast conference at the Mohegan Sun casino in Connecticut with over 300 people attending.  John Schiff represented Oracle’s JDE management team at the event.  His presentation differed very little from the one given by his boss Lyke Ekdahl at Collaborate a few months ago.  It represented more of a [...]

Step-by-Step: App Engine for Testing PeopleCode

digitaleagle | Jul 27, 2010 06:34 +0000

This is a how-to post that I intend to refer back to from time to time.  The goal is to create a simple Application Engine program into which we can drop some PeopleCode and see how it works.  Assuming we don’t need any of the online pieces, this is much easier than going through all of the steps to create a page and register it so we can see it online.

Step 1: Create a new Application Engine Program

In Application Designer, click Ctrl + N or use the File > New menu option.  This will open the “New” dialog, and you can choose Application Engine program from the list.

Selection_548

You new program should look like this:

Selection_549

Step 2: Disable Restart

This step is very important.  If you don’t disable the restart and your program crashes, you will have to go through a few extra steps before you can rerun it.

First, click on the properties button while your program is in focus (you can also use the File > Definition Properties menu):

Selection_550

This should bring up the Properties dialog.  Then, go to the Advanced tab.  Check the “Disable Restart” option.

Selection_551

Step 3: Add an Action

First, click on the “Step 1″ step to select it.  I usually click anywhere in the gray, and this should turn it black.

Selection_552

Next, click on the Add Action button, or you can use the Insert > Action menu.

Selection_553

Finally, change the type from SQL to PeopleCode.

Selection_554

Step 4: Save the program

At this point, you need to save before you can add PeopleCode.  You can use Ctrl + S, click on the Save icon on the toolbar, or you can use the File > Save menu.

Selection_555

Step 5: Enter the PeopleCode

First, open the PeopleCode program by double clicking anywhere on the gray of the PeopleCode action.  Or, you can right click on it and choose the “View PeopleCode” option.

Next, you will probably want to open a file to show output from your PeopleCode testing.  You can use this PeopleCode:

Local File &log;
&log = GetFile("c:\temp\log.txt", "W", "A", %Filepath_Absolute);

Then, you can print to that file with the writeline() method.  For now, we will just print Hello, World.

&log.WriteLine("Hello, World!");

Finally, you will probably want to close your file:

&log.Close();

Here is what it all looks like:

Selection_556

Make sure to save once you make these changes.

Step 6: Run the Program

Again, after you have saved, go back to the main program window where you can see the Main section, Step 1, and your new PeopleCode action.  Then, click the run icon.

Selection_557

In the dialog, Check the Output log to file and uncheck Run Minimized.  The output log to file allows you to see what happened.  Otherwise, the window will close before you see what happened.  The run minimized isn’t a big deal, but if the program doesn’t run minimized you see it pop up and go away better.  When the program goes away, you know it is done running.

Selection_559

Finally, when it is done, check the output.  If you used the paths that I did your output should be in the c:\temp directory.  You should have two files.  The first, is the main output from the program.  Check this to make sure the program ran to success:

Selection_560

The second is the log that your PeopleCode created.  For now, it should just say, “Hello, World”.

Selection_561


Installing JRockit RealTime (JRRT) 3.X

Atul Kumar | Jul 26, 2010 18:14 +0000

JRockit is Java Virtual Machine (JVM) from BEA (acquired by Oracle) . Other major JVM vendors are Sun, IBM, Apache .. for complete list of JVM vendors click  here

.

What is JRockit, JRockit Mission Control (JRMC) and JRockit Real Time (JRRT) ?

A. JRockit : is JVM technology for JRockit Family. JRockit JVM is bundled with Oracle Fusion Middleware Products (like WebLogic, SOA, WebCenter)

B. JRockit Mission Control (MRMC): is set of tools running on JRockit JVM that provide monitoring and management. Main component of JRMC are Runtime Analyzer, Memory Leak Detector and Management Console. More on JRMC architecture here 

C. JRockit Real Time (JRRT) : is JRockit JVM optimized for real-time applications. JRRT offers predictable garbage collection pause times (which means high response time) and tools that allows you to find and remedy latency issues in java applications. JRRT is bundled with WebLogic Application Grid (more on Application Grid coming soon…).You could also buy separate licence for JRRT and use in your Fusion Middleware or Standalone Java Application.

For FAQ on JRockit Family including pricing and license terms check   here

JRockit Family Version

JRockit JVM, JRockit Mission Control (JRMC) & JRockit Real Time (JRRT) all have their own version numbers.

JRockit JVM : R28, R27.X
JRockit Mission Control (JRMC) : 4.0, 3.X
JRockit Real Time (JRRT) : 4.0, 3.X

Note* You could have JRMC 4.0 or JRRT 4.0 for Java 5.0 or 6 and similarly JRMC 3.X or JRRT 3.X for Java 1.4 , 5.0 or 6


Download JRockit Real Time
 
Identify Your Operating System (Linux, Solaris, Windows..), Bit (32 or 64), Java Version (1.4, 5.0 or 6) and JRockit JVM version (R27 or R28) and then download appropriate JRockit Real Time from here 

.

Install JRockit Real Time : Installation is very simple (available in GUI or Console mode)
a)Start installation by running jrrt-[version]-[java_version]-[OS]-[bit].bin
b) Select Installation Directory

For JRockit Realtime 3.X Installation Guide click here

.

Share This

Oracle Mix Suggest A Session Winners Announced

More than 200 proposals were submitted on Oracle Mix for Suggest A Session. At the end of the 2 week voting, 41 sessions have been selected by Oracle OpenWorld content management team for presentation.

Many thanks to blog readers for voting "Best Implementation Practices with Oracle Business Intelligence Publisher" as one of the selected presentations.

The complete list of selected presentations are as follows:

  1. S319047: Application Integration for Dummies
  2. S319048: A Testing Roadmap for Complex Oracle E-Business Suite Projects
  3. S319049: Best Implementation Practices with Oracle Business Intelligence Publisher
  4. S319050: Data Exchange Between Oracle E-Business Suite and Other Systems: The Easy Way
  5. S319051: Many Faces of Oracle Business Intelligence Publisher in Oracle E-Business Suite
  6. S319052: Applications Performance Panel
  7. S319053: Bringing Easy Fixes to Complex Oracle E-Business Suite Financials Projects
  8. S319054: Oracle E-Business Suite 12 Performance Tuning 101
  9. S319055: Oracle Advanced Benefits: Improving an Existing Setup and Increasing Efficiency
  10. S319056: 21st-Century ERP Self-Service from Oracle
  11. S319057: Bigger Bang for Your Buck in PeopleSoft Benefits Applications in Release 9.1
  12. S319058: Retirement Rocks! with PeopleSoft Pension Administration
  13. S319059: Sharing Intercompany Resources, Using Oracle Projects
  14. S319065: Tax Book Implementation Roadmap for a Retail Company
  15. S319066: Oracle Discoverer to Oracle Business Intelligence Enterprise Edition Conversion
  16. S319067: Case Study: Prepaid Churn Model with Oracle Data Mining
  17. S319068: Real-Time Data Warehousing and Fraud Detection with Oracle Database 11g R2
  18. S319069: A Detailed Analysis of Indexing New Features in Oracle Database 11g R1 and R2
  19. S319070: Scaling to Infinity: Partitioning Data Warehouses on Oracle Database
  20. S319071: Physical Ordering of Data: Is It Ever Useful~
  21. S319078: Oracle ECM in Higher Ed: Conquering Registration, Transcripts, and Financial Aid
  22. S319079: Information Mobility with Oracle's ECM for the iPhone, Android, and iPad
  23. S319080: Best Practices for Upgrading to Oracle Imaging and Process Management 11g
  24. S319097: Database Upgrades: Perfect Performance Every Time
  25. S319100: Effective and Proven Approaches to Oracle Database Tuning
  26. S319101: Managing Transactions with Disappearing Indexes
  27. S319102: Margin Master: A Solution for the Wholesale Distribution Industry
  28. S319103: Release 9.1 Procurement Automation: Ticket to Achieving ROI in the Public Sector
  29. S319104: PL/SQL Unit Testing Can Be Fun!
  30. S319105: Interfacing with Your Database via Oracle XML DB
  31. S319106: Oracle Database 11g's Result Cache
  32. S319108: Oracle Discoverer to Oracle Business Intelligence Enterprise Edition
  33. S319111: Real-Time System Assessment of Oracle E-Business Suite 12 Upgrade: Case Study
  34. S319112: Oracle Sales Contracts + Oracle Order Management + Oracle Advanced Pricing
  35. S319113: Case Study: Scan-Based Trading Integration
  36. S319114: Extend ETL with Oracle Warehouse Builder 11g Release 2
  37. S319115: Oracle Goldengate: Making Your Best Practices Golden
  38. S319116: How to Do a SOA-Based Project Supported by Oracle Enterprise Repository
  39. S319117: Web-Service-Based Oracle ADF Business Components
  40. S319118: Five Things You Should Know When Developing Products with Oracle ADF 11g
  41. S319119: Fast Web Applications Development with Ruby on Rails on Oracle 

Ultimate Oracle source collection: part II, Siebel

The second in the ‘ultimate collection’ series is full of Siebel (re)sources. Note, that you might need an Metalink/Oracle Support account for some links! Links by Oracle self: The Complete CRM Blog: THE place to find out what’s new and what’s happening with the Oracle CRM product line. Siebel Customer Relationship Management (CRM) Applications: General [...] Related posts:
  1. Ultimate Oracle source collection: part I, PeopleSoft
  2. BI Publisher, the report generating tool for Siebel CRM
  3. Oracle goes Web 2.0

RMAN Backup Monitoring

Here is a simple query to monitor the RMAN progress.

select
 SID||'-'||OPNAME SID_OPNAME,
 100-round((sofar/totalwork) * 100,2) pct_left
from 
   v$session_longops
where 
   totalwork > sofar
AND 
   opname NOT LIKE '%aggregate%'
AND 
   opname like 'RMAN%';

SID_OPNAME                             PCT_LEFT               
-------------------------------------- --------
3119-RMAN: incremental datafile backup 79.77                  
3135-RMAN: incremental datafile backup 79.87                  
3123-RMAN: incremental datafile backup 79.79                  
3143-RMAN: incremental datafile backup 79.92                  
3127-RMAN: incremental datafile backup 79.82                  
3159-RMAN: incremental datafile backup 78.28                  
3120-RMAN: incremental datafile backup 79.91                  
3136-RMAN: incremental datafile backup 78.16                  
3146-RMAN: incremental datafile backup 79.86                  
3183-RMAN: incremental datafile backup 85.29                  
3152-RMAN: incremental datafile backup 78.10
3151-RMAN: incremental datafile backup 79.74                  
3111-RMAN: incremental datafile backup 80.00                     
3124-RMAN: incremental datafile backup 79.74                  
3139-RMAN: incremental datafile backup 79.68                  

15 rows selected

Blog:: GameBoy Emulation in javascript

admin | Jul 25, 2010 10:47 +0000

Check this article out. ~
I`m always working on improving the Simdraz engine and this little thing looked awesome!

http://imrannazar.com/GameBoy-Emulation-in-JavaScript:-The-CPU

Although canvas still has someway to go for me before I would contemplate using it…

Think of making multiplayer classic gameboy engined games with chat!! ;)

The Carnival of HR – Online Degree Edition is up!

Jennifer McClure over at Unbridled Talent has posted The Carnival of HR – Online Degree Edition. Jennifer has assembled over 35 contributed posts on a huge range of HR topics, organized them by topic, and written a helpful, brief intro to each, so check it out.

Some notable posts include:

and as a reader, I recommend also checking out:

This Carnival of HR offers a terrific opportunity for you to get a great sample of a variety of perspectives, thinking, and just plain good writing. Who knows? Maybe you’ll discover a great blog you never heard of before.


Maintenance of the ARIS models and objects.

It is just important to maintain the ARIS models and objects in the right way. This maintenance in the different projects and environments is simple when everybody knows the way he must work. A good explanation to the designers and control of the recommended activities by the architect or the BPM department is necessary. In [...] Related posts:
  1. Implementing ARIS, some tips and tricks.
  2. Is ARIS the perfect tool for Process modeling?
  3. How to connect a PeopleSoft schema to ODI

EBS Sysadmin Primer: Oracle Identity Management 11gR1

[Editor: This is the third in a multi-part series from Nirzari Raichura, a senior member of our ATG Certification team, on essential Fusion Middleware concepts and tools for the EBS sysadmin]

Oracle Identity Management (OIM) 11gR1 is part of Fusion Middleware 11gR1.   Oracle Identity Management 11gR1 provides the following components as part of its default installation:
Oracle Directory Services Components
  • OID - Oracle Internet Directory
  • DIP -  Oracle Directory Integration Platform
  • OVD - Oracle Virtual Directory
Oracle Identity Federation Components
  • OIF - Oracle Identity Federation
Management Components
  • EM - Enterprise Manager
  • ODSM - Oracle Directory Service Manager

oim_architecture.pngIn order to use Oracle Identity Management 11gR1 with E-Business suite, you need OID and DIP products at a minimum.  Oracle Identity Management 11gR1 doesn't contain Oracle Single Sign-on.  You have the choice of either of the following two tools for for authentication: 
  • Oracle Single Sign-On 10gR3
  • Oracle Access Manager 10gR3

Oracle Access Manager 10gR3 is the preferred authentication solution going forward.  However, if you have plans to integrate any other products like Oracle Portal, Forms, Reports or Discoverer with E-Business Suite, you must select the Oracle Single Sign-On 10gR3 option. These products have hard dependencies on Oracle Single Sign-On 10gR3 and cannot be authenticated directly by Oracle Access Manager (you can do so indirectly, but that's a topic for a future article).

If you have already integrated your E-Business Suite environment with Oracle Single Sign-On and Oracle Internet Director 10gR3, you can upgrade Oracle Internet Directory 10gR3 to Oracle Internet Directory 11gR1 (which is part of Oracle Identity Management 11gR1). Your existing integration remains intact after the upgrade.


The Code is now Available!

Jim Marion | Jul 22, 2010 12:38 +0000
The code for my new book PeopleSoft PeopleTools Tips & Techniques is now available. There is a download link on the book's McGraw Hill page. Look for the Downloads section. Enjoy!

Integration of Oracle Access Manager with Oracle Identity Manager

Mahendra | Jul 22, 2010 06:26 +0000

This post covers the steps for Integration of Oracle Access Manager with Oracle Identity Manager.

The objective of this integration is to protect the Oracle Identity Manager User Administration Console using Oracle Access Manager.

The authentication scheme used in this Post is Form Based authentication. The other schemes such as Basic Over LDAP, Certificate and Custom are also possible but are not covered in this post.

In this case, OIM is deployed in Oracle Application Server and hence this post will cover only configurations required for OAS as part of this integration.

During the time of installation of Oracle Identity Manager, we would select Default Mode generally, wherein the OIM will handle the authentication by itself. The other option available is Single sign-on mode, wherein the OIM looks for a header variable passed by external authentication system (it is OAM in our case).

The architecture is as given below.

OAM-OIM

The integration flow is explained below:

  1. User access the OIM user administration console.
  2. The WebGate installed on WebServer (acting as proxy server for Application Server where OIM is deployed) will intercept that request and check if the OIM is protected or not and accordingly challenges the user as per the authentication scheme configured.
  3. Form page gets displayed and user enters credentials.
  4. WebGate passes login details to Access Server for authentication.
  5. Upon successful authentication, WebGate checks with Access Server if the user is authorized to access the resource or not.
  6. Upon successful authorization,WebGate will execute the authorization actions which sets userid header variable. Access Server generates ObSSOCookie and sends it to  WebGate which in turn sends it to browser.
  7. The WebServer will forward the request to the Oracle Identity Manager and it is configured to read the header variable and treats that userid as logged in user.

Configuration changes:

  • We assume that OIM is already deployed in Oracle Application Server. A WebServer acting as proxy server is also installed and configured accordingly.
  • We need to install a WebGate on the WebServer.
  • Create Policy Domain in OAM with resource to be protected as host:port/xlWebApp
  • Create Authorization rule accordingly and set the action tab to set the HeaderVar as userid as shown below.
  • HeaderVar                 HTTP_REMOTE_USERID             uid
  • Configure Authentication Rule and Authorization expression in Default Rules.
  • Enable the policy domain.
  • Stop the Application Server gracefully where OIM is deployed.
  • Open the file OIM_HOME/xellerate/config/xlconfig.xml and change the Authentication and AuthHeader elements to SSO and  HTTP_REMOTE_USERID  respectively as shown below.
  • From
    <web-client>
    <Authentication>Default</Authentication>
    <AuthHeader>REMOTE_USER</AuthHeader>
    </web-client>
  • To
    <web-client>
    <Authentication>SSO</Authentication>
    <AuthHeader>SSO_HEADER_NAME</AuthHeader>
    </web-client>
  • Start the Application server.

Test the integration:
Access the OIM console i.e., http://host:port/xlWebApp and you will notice the Form page is displayed for entering the credentials. Enter the login details and see if the logged in user shown on Right side is the actual user logged in.

Observations:

You can observe that the Logout link vanishes after OAM-OIM integration. This is because OIM will be expecting the Logout page specification from OAM as it is already integrated for SSO configuration. I will cover this part in the next post.

References:

Oracle Docs

Share This

Oracle Service Repository 11g – Standalone, Discovery, Publication or Intermediate Regitry for SOA Governance

Atul Kumar | Jul 21, 2010 19:06 +0000

Oracle Service Repository - is UDDI version 3 (Universal Description, Discovery and Integration) compliant service registry to publishing, discovery and approval of SOA business Service.
.

Usecase for OSR -

i) Register/Publish SOA Business Service
ii) Discover/Search discoverable SOA business Service
iii) Approve published service so that it can be Discovered/Searched

.

Tasks/Functions/Modes available with OSR

a) Publication Registry : You could deploy OSR in publication mode where you publish, test and approve your SOA Business Services.

b) Discovery Registry : Once SOA business service is approved it is migrated to Discovery Registry where this business SOA services will be searched.

Note* You could have both Publication & Discovery Registry in to single registry server aka Standalone Service Registry.
.

OSR Key Points
1.Oracle Service Registry (OSR) 11g is consolidation of BEA’s AquaLogic Service Registry (ALSR) and Oracle Service Registry (OSR) 10g.

.

.
2. It is possible to run OSR with or withoutapplication server (weblogic server). When you deploy OSR without application server (weblogic) then OSR uses embedded  Jetty Server

.

.

3. It is possible to deploy/configure OSR in following way
a) Standalone Registry Configuration - Both Publication and Discovery are configured as Single Service Repository. Same Registry will be used by both business SOA service publishers and business SOA service consumers.

b) Multi-Registry Configuration - This configuration has multiple Registry i.e. one or more Publication Registry and one Discovery Registry. Publication Registry is Service Registry where SOA Business Services will be published, tested and approved on one or more Service Registry (Publication Registry) on approval (automatic or manual) it is migrated to another registry (Discovery Registry) so that approved SOA business Services can be searched/enquired.

.
Note* If you have Multi-Registry Configuration deployment (with one Publication Registry and One Discovery Registry) then Discovery Registry should be installed first as Discovery Registry Server certificate is needed on Publication Service Registry.

4. To install Oracle Service Registry 11g run  java -jar oracle-service-registry-11.1.1.jar

.


.

5. OSR Domain Template installation : This is new deployment feature with OSR 11g . When you use this deployment method, Installer produces all required file + .war file and “WebLogic Domain Template” . It then places these war file and weblogic domain template in Oracle Registry Home and you then run config.sh(script in weblogic server) to create domain and use domain template created earlier.

Note* When you use “WebLogic Domain Template” deployment model ensure to install OSR inside Oracle Middleware Homei.e. install OSR_HOME inside MW_HOME . For more information on various HOMEs in Oracle Fusion Middleware click here

OSR Domain Template deployment model option is available with WebLogic 11g and recommended deployment model.

6. OSR 11g is Supported On/With
a) Operating System - Linux, Solaris, Windows, AIX and HP-UX.
b) Database - Oracle (10g R2, 11g R1/R2), MS-SQL (2005, 2008), DB2 (9.5/9.7)
c) LDAP - OID (11.1.1.1.2), Sun One DS (6.3), MS-AD (2003 & 2008) - For external Authentication
d) Application Server- WebLogic Server (10.3.0, 10.3.1, 10.3.2, 10.3.3)

For list of exact version check OSR certification matrix here
 
Installing OSR 11g in Active-Active Cluster coming next ….

Related Posts for UDDI


  1. Oracle Application Server Service Registry : Installation
  2. Oracle Service Repository 11g - Standalone, Discovery, Publication or Intermediate Regitry for SOA Governance

Share This

Ultimate Oracle source collection: part I, PeopleSoft

Although there is much information available online about Oracle products, it’s shattered all over the internet and Google will help you only to a certain point. So we’ve put together a list of some fine resources for your daily PeopleSoft, E-Business Suite and Siebel needs. This ‘ultimate collection’ is the first one a series of [...] Related posts:
  1. Ultimate Oracle source collection: part II, Siebel
  2. Release Value Proposition for PeopleTools 8.51
  3. PeopleSoft upgrade: a job well done!

Social Media: How to Make it NOT Useless

bex | Jul 20, 2010 19:02 +0000

Many companies have been adopting Social Media and Enterprise 2.0... some of them because it sounds cool, some because they have money to burn, and others because they actually have a strategy. But eventually, the big boss will come around and ask, "What are we really getting out of all this time and energy? Let's calculate the ROI!"

At this point, you might want to brace yourself for disappointment...

I'm not saying this because most Social Media strategies I've seen are useless... just that they would be hard to justify if you break it down into black an white ROI. According to a recent report by Forrester research, the ROI calculations are fine, but they provide an incomplete picture.

For example, some online retailers found that if a product has online comments, that reduces the return-rate. Whether the comments are good or bad, it doesn't matter. People buy more of the good ones, and avoid the bad ones, which overall improves margins.

However, there are other things that are more difficult to quantify... like has you brand improved among your audien

  • Has having a presence on Facebook and LinkedIn helped us recruit better candidates more quickly?
  • Has having a presence on Twitter enabled us to enhance our brand, and improve Google rank?
  • Has having a Blog enabled us to genuinely connect with our audience, helping us whether the publicity is good or bad?
  • Has our social media presence enhanced brand awareness and/or loyalty?

If you only use metrics that measure hard current ROI, then you might be neglecting the value of reducing future negative ROI.

(hat tip Mike Melanson)

read more

Oracle VM Templates: Oracle PeopleSoft Portal Solutions 9.1 and PeopleTools 8.50.09 (64-bit only)


Continuing our delivery of Oracle VM Templates for PeopleSoft we have a new addition to the Oracle VM Templates site, the availability of PeopleSoft Portal Solutions 9.1 and PeopleTools 8.50 virtual machines. The PeopleSoft Enteprise Portal product is delivered as part of Portal Solutions 9.1.

In advance of the Oracle VM page being updated on OTN, here are the important details:

This fully functional PeopleSoft OVM environment is deployed as two VMs. These VMs are built from two separate templates :
  • Application Database
  • PIA and AppBatch

Oracle E-Delivery Instructions:
Visit edelivery.oracle.com/oraclevm
Complete your registration information (Name, Company Name, Email Address and Country) and click on the download agreement
Select "Oracle VM Templates" from the "Select a Product Pack" pull-down menu
Select "x86 64 bit" from the "Platform" pull-down menu
Click "Go" and then select from the list of Oracle VM Templates
PeopleSoft VM Templates for PS 9.1 Release Media Pack for x86_64 (64 bit)
Download and unzip the files and read the readme

There is a new White Paper and new Installation Instructions.

White Paper OVM White Paper 2010

Here's the link to the OVM for Portal 9.1 install guide on My Oracle Supprt (login required): DocID=1138633.1
Here's the link for the install guide on OTN: Install Guide

We are continuing to use the community landing page to encourage community interaction and discussion:
Community Support Resources wiki

As with the the previous HCM template, there are support considerations of which you should be aware:

If you have any issues, please check the Wiki and discussion forums first. Someone may have already resolved a issue similar to yours, and your posted issue will help the community.
If you have no product licenses
Your only support option is in the community, based on the Wiki and discussion forums.
If you only have a PeopleSoft Enterprise Portal license
You can call your normal support number or raise an SR through My Oracle Support, but if you or the PeopleSoft GSC analyst determine the issue is with the Oracle DB or Oracle Enterprise Linux or Oracle VM, your only support option is in the community, based on the Wiki and discussion forums.
If you only have an Oracle DB license
You can call your normal support number or raise an SR through My Oracle Support, but if you or the Oracle DB analyst determine the issue is with the PeopleSoft Enterprise Portal or Oracle Enterprise Linux or Oracle VM, your only support option is in the community, based on the Wiki and discussion forums.
If you only have an Oracle VM and/or Oracle Enterprise Linux license
You can call your normal support number or raise an SR through My Oracle Support, but if you or the Oracle Linux analyst determine the issue is with the PeopleSoft Enterprise Portal or Oracle DB, your only support option is in the community, based on the Wiki and discussion forums.
If you have licensed PeopleSoft Enterprise Portal, Oracle DB and Oracle Enterprise Linux/Oracle VM, then Oracle support will manage the Service Request, whatever support number you normally call.


If you intend to use the PeopleSoft OVM Templates in production use:
  • Purchase support for Oracle Unbreakable Linux and Oracle VM
  • Purchase license/support for Oracle DB
  • Purchase license/support for Oracle PeopleSoft - please contact Oracle Direct at 1-800-672-2531 (press option 7), or see Oracle Price Lists for available PeopleSoft products.


Please download the new templates, join the community and contribute your experience.


RCU:6107 DB Init Param error

While Installing Repository Creation Utility (RCU) Installation the following error occurs: RCU:6107 DB Init Param Error This can be removed simply by the following: 1. Login on your database with system user. 2. Write > show parameters processes (which will show the current value of processes). 3. If its value is less than 500 then write [...]

No fields appear after username in Workflow configuration page

Vikram Das | Jul 19, 2010 14:53 +0000
I got a mail about an issue after April 2010 CPU patches. Nothing was appearing after the user field in Workflow Configuration page in Oracle Applications Manager

Solution was given by Imran:

"NOTE: - Execute the steps given in 1082747.1 - defective share.zip After applying this patch"

The issue was related to the missing class files under $JAVA_TOP/oracle/bali/share/nls folder, after restoring them the issue was fixed.

Comment Moderation is now On

Jim Marion | Jul 19, 2010 10:37 +0000
Sigh... I really didn't want to enable comment moderation. When I post to a blog with comment moderation, I always wonder if my comment will appear. I also like to see my comments appear immediately. What if the moderator is on vacation? Unfortunately, I find myself in a position where I HAVE to enable comment moderation. Some organization has been posting pornographic links as comments on my