Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

11.1.1.7 RPD & webcatalog migration from 32 bit OS

Kumar VFeb 26 2014 — edited Feb 27 2014

Hi All,

I have my RPD & Webcatalog in 11.1.7.0 hosted on Windows Server 2003 32 bit OS, i have a requirement of my server OS to be upgraded to Windows Server 2008 64 bit OS, then i would be installing 64 bit obiee 11.1.1.7.0.

My query is wheter my (32 bit OBIEE installed)  RPD & Webcatalog would be working fine in (64 bit OBIEE installed) version or not.

Can  the 32 bit version OBIEE RPD & Catalog be utilised in 64 bit version OBIEE.

Thanks for your support in advance.

Regards,

Kumar

Comments

794342
import javax.swing.*;
class Testing
{
  public static void main(String[] args)
  {
    String message = "Hello World";
    JOptionPane.showMessageDialog(null,message);
    JOptionPane.showMessageDialog(null,new JLabel(message,JLabel.CENTER));
    JOptionPane.showMessageDialog(null,new JLabel(message,JLabel.CENTER),"",-1);
    System.exit(0);
  }
}
843806
String msg = "<html><body>The aim of the game is to get the highest number from all three rounds.<br>"+
"A dice is lost at the end of each round.<br>"+
"You are able to roll the dices agian at the end of each round but only ones at the end of each round.<br>"+
"<center>Click on 'Ok' button to start the game.</center></body></html>";
JOptionPane.showMessageDialog(null,msg);

Regards
vivek
843806
String msg = "<html><body>The aim of the game is to get the highest number from all three rounds.<br>"+
"A dice is lost at the end of each round.<br>"+
"You are able to roll the dices agian at the end of each round but only ones at the end of each round.<br>"+
"<center>Click on 'Ok' button to start the game.</center></body></html>";
JOptionPane.showMessageDialog(null,msg);


this must work

regards
tigerkumar

Edited by: tigerkumar on Oct 4, 2007 9:55 AM
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details