How to replace oracle JInitiator with other Native Java Virtual Machine?

Dear Experts
I installed ony my server not IBM application called "IBM Filenet IDM webservice".
It is used for the analysis documents aweb application.
The problem is that this product uses other Machines virtual Java.  IBM.
This causes a conflict with Oracle JInitiator.
So, I decided to depend on Sun or IBM java virtual machine.
But I don't know how to do this.
What are the system requirements?
Help, please

Hello

By default in formsweb.cfg you have a section called \[jpi\].
If you run the form with config = YPI added to URL Sun JRE will be used instead of Jinitiator. Note that you must specify correct jpi_classid in formsweb.cfg match the version of JRE to your client computers.

To configure forms server to use any version of JRE installed on the client computer, you can create a section in formsweb.cfg

\[jpidynamic\]
baseHTMLJInitiator = basejpi.htm
jpi_download_page = http://java.sun.com/products/archive/j2se/1.4.2_09/index.html
jpi_classid = clsid:8AD9C840 - 044F-11 D 1-B3E9-00805F499D93
jpi_codebase = http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1, 4,0,0

and to call the forms with configuration of parameter URL = jpidynamic

It will be useful,
Mihai

Published by: Mihai 15 Sep, 2008 14:48

Published by: Mihai 15 Sep, 2008 14:49

Tags: Fusion Middleware

Similar Questions

  • Oracle Express with an external JAVA virtual machine

    Hello

    According to the docs on [Oracle Database 10 g Express Edition: not just for learners | http://www.oracle.com/technology/pub/articles/cunningham-database-xe.html]:

    "It has no internal Java in the database support. You can connect to a virtual machine external JAVA through JDBC but, to date, there is no internal JVM. "

    Can I call the Java code on the external JAVA virtual machine to Oracle XE?

    The quote was wrong and we are taking steps to correct it.

  • How to increase the number of oacore the Java virtual machine can be found in paragraph 12.1 EBS

    Hello

    Does anyone know of a document showing how to increase the number of the Java virtual machine for the oacore can be found in paragraph 12.1 EBS? I found a few google search dealer change the file opmn.xml but I would like to see a retailer who need references to changed.

    Also it is often said that 1 jvm should be configured for each processor and best practices should be a 1 FMV must be configured for cpu 2. The effect of this rule processor type is valid for a risc processor and a processor intel.

    Thank you
    Mike

    Please see these documents.

    Instructions for installation of the JVM in applications e-Business Suite 11i and R12 [362851.1 ID]
    How to prevent idle connections JDBC Oracle applications [ID 427759.1]

    Thank you
    Hussein

  • How to close share it with others that my conversations on MSN live?

    I can't find how to disable share them with others who maybe have me on their contact lists my MSN live converstions. Of course it is the default.

    Hello

    ·        Are you by chance on a discussion group?

    You can try to change the settings and check if that helps.

    Also, try to post in the below data community for assistance.

    http://windowslivehelp.com/product.aspx?ProductID=17

    Amrita M

    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How to replace the paragraph with a space mark

    Hello

    I received the contents of a manual in raster format, but each line of text ends with a paragraph mark. How to replace the paragraph with a mark space otherwise than by hand?

    In Word, this is pretty easy, but I don't see not any provision for it in the search box on 7.2 Frame.

    Yours,

    Michael F

    ========

    \p = end of paragraph

    \P = beginning of paragraph

    See: Help > keyboard shortcuts > keys for the search and replace

  • Problem installing oracle 11 g 2 in a virtual machine with IP dynamic

    Hello

    I have install oracle 11 g 2 on a virtual machine in Vmware workstation with dynamic IP address.

    Then I noticed that the global database name is orcl.16.27.57, and the identifier service oracle is orcl on step 10 of window 19

    There will be a configuration manager warning and the company failed due to the following error:

    Listening is not or the database service is not registered with it.

    And even I change the name of global database for orcl, it has also failed.

    When I use the static IP, the name of the database world so SID is orcl.

    then complete the installation.

    So I don't know what the reason is, how to install it without warning during the dynamic use of IP.

    Whenever I have install oracle with static IP, I can't continue like that again.

    Help!

    Thank you

    Now, I'm happy to say it works. Two methods to solve this problem.

    1. install Microsoft Loopback adapt

    2 edit the file hosts, IP hostname

    Of course, we can run them both.

    Thank you

  • Oracle Java Virtual Machine (JVM) installed or not?

    Hello
    Does anyone know how to check if the Oracle (JVM) Java Virtual Machine is installed?
    I have a 10G (10.2.0.3) performed on a win 2003 Server installation. When I simply check the products installed in YES I can't find an entry of JVM. So I guess it is not installed. On the other hand, when I when I try to add components to the installation of Oracle, again, I don't see not a JVM option.
    Maybe it's a separate product, or a product of one of the components installation Oracle sup which, if installed, installs the default JVM.
    Thank you.

    You can check this with DBA_REGISTRY:

    select comp_name, version, status, schema from dba_registry
      2  where comp_name like 'JS%';
    
    COMP_NAME
    --------------------------------------------------------------------------------
    VERSION                  STATUS        SCHEMA
    ------------------------------ ----------- ------------------------------
    JServer JAVA Virtual Machine
    10.2.0.1.0                 VALID        SYS
    

    Installation of Oracle JVM can be made with DBCA: http://download.oracle.com/docs/cd/B19306_01/java.102/b14187/chfour.htm#BABCEEFC

  • How to pass the start settings in starting a virtual machine?

    How can I use PowerCLI to start a new Linux VM and the nucleus of some startup parameters?

    What would be more simple: (a) to make and use a virtual machine model, or (b) to boot from an ISO image, or (c) start with a Linux VM and the clone who?

    The basic Linux is RedHat on an ISO on the network (ISO can be on a local path running the PowerCLI script if necessary).  If a model would be easier then a diagram how to make one of my ISO would be great!

    RedHat Linux can be configured by passing parameters of the kernel startup, so kickstart configures the system, something like

    KS=/my/path/KS.cfg otherparams

    where KS.cfg says kickstart what to do.

    How to pass the start settings in the new virtual machine?

    (It is probably completely irrelevant, but I work with Xen using bash scripting and)

    $UUID = xe model vm-install = "RedHatLinux64bit."

    XE vm-param-set uuid = $UUID PV-args="ks=/my/path/ks.cfg '.

    XE-vm-beginning uuid = $UUID

    now, it must be implemented on ESX. To determine when the new VM is fuly configured, my scripts from kickstart wrote a semaphore to be detected by the bash script.)

    I know very little about ESX and PowerCLI details will be particularly useful if you please!

    Thank you!

    Enjoy your break

  • How to make a Java Virtual Machine to work in 64-bit version of Windows 7

    How to make a Java Virtual Machine to work in 64-bit version of Windows 7

    Download you Sun: http://www.java.com/en/download/index.jsp

  • How to replace Windows 8 with Windows 7 on a Compaq CQ58

    Hello!

    Yesterday, I bought a Compaq CQ58 with Windows 8 on it. I would buy Windows 7 to replace Windows 8 with. But:

    1. it is posible to change 06:52 on my laptop CQ58?

    2 and if so, can I have programs default HP on this subject?

    3 and if so, how?

    When you request support, please provide the model name and product number complete (p/n) of the HP computer in question. HP/Compaq made thousands of computer models. Without this information, it can be difficult, even impossible to help you solve your problem.

    The information requested above are on the bottom of your computer, inside the battery compartment or on the BIOS boot screen. Please see How can I find my model number or product number? for help more to find this information. DO NOT include your serial number. Please enter the product/model information consumer HP Online Support page and post it here for our review.

    1. it is posible to change 06:52 on my laptop CQ58? YES, it is probably possible to install Windows 7 on your computer.

    2 and if so, can I have programs default HP on this subject? NO.

    3 and if so, how?

    WARNING *.

    HP does not recommend installing Windows 7 on a consumer computer comes with Windows 8, and it will support the installation of Windows 7. HP doesn't provide drivers for Windows 7 and the appropriate drivers are not available for the hardware in the computer. In addition, Windows 7 can not take in charge some of the hardware or software designed for the computer.

    Make sure you create your media recovery HP or USB Flash Recovery discs before you edit or change anything.

    You will need to DISABLE "Secure Boot" and ENABLE "Legacy Support" in the "Configuration of the BIOS start-up secure" on the settings page similar to what is shown below, until you try to install Windows 7.

    After you save the changes, the computer will ask you to confirm the changes... Accept the changes by typing the four digit code and press the ENTER"" key.

    If you install from a USB key and see a message of "load a driver - a required CD/DVD drive device is missing", it's because as 'System Configuration' > 'Config USB3.0 in pre-start' is set to 'Enabled '. This should be set to 'Auto '. This should clear up the CD/DVD device is missing.

    In addition, as the hard drive is probably partitioned as TPG, you must start using the internal CD/DVD UEFI or UEFI-Key/key USB to install Windows on a GPT-partitioned disk. Turn on or restart the computer and press "F9" or "ESC", then "F9" when prompted. Select the source of boot UEFI you use and you press "ENTER".

    I suggest using Windows 7 SP1 for the best installation experience. If you need Windows SP1, see 'How to install Windows 7 without the disc' to download and create your own disc of Windows 7 SP1. If the DVD does not start as UEFI, you may need to use a USB Flash drive (can ask "Quick start" DISABLING in BIOS) as the installation media. Please download the Windows 7 USB/DVD download tool to create a Windows 7 SP1 USB Flash drive. Please note that some computers may not recognize a valid active UEFI USB Flash drive if it is formatted in NTFS and may require only a FAT32 formatted USB Flash drive. You should be able to make a FAT32 formatted Windows 7 installation USB Flash drive using Rufus, UNetbootin, Universal USB Installeror WiNToBootic. I like Rufus, because it contains options for 'Plan of GPT partition for UEFI computer' and 'FAT32'.

    From the top...

    (1) turn on the computer and immediately start typing the key "ESC".

    (2) when the MENU is displayed, press "F10".

    3) navigate the BIOS to the "System Configuration", 'USB 3.0 pré-OS Config' and the value 'Auto '.

    4) navigate the BIOS to the "System Configuration", "Startup Options" and "Secure Boot" the value 'Legacy Support' the value "Enabled" and "Disabled"

    5) press "F10" and click "YES" to "Exit Saving Changes".

    (6) computer should restart and display "Change of operating system startup Mode"... type the four digit code, then press "ENTER".

    (7) let Windows 8 boot to the top and put the Windows 7 SP1media in the drive to DVD or a USB port, then logout / stop.

    (8) to turn on the computer and immediately start typing the key "ESC".

    (9) when the MENU is displayed, press the key "F9" and then select the correct boot UEFI source (CD/DVD drive internal, USB drive, CD/DVD, USB Flash drive, etc.). ... Press any key to start the CD/DVD, if prompted.

    (10) select "Language", "time / currency ' and 'Keyboard' settings and then click"Next ".

    11) click on 'install now '... Check "Accept terms" and click "next". Click on "Custom (Advanced)".

    (12) you may need to provide Intel or AMD SATA/RAID drivers at the moment...

    (13) ' where do you want to install Windows 7? Select "Disk / Partition" with "Unallocated space", you created earlier, and then click "next".

    (14) follow all instructions and meet the need. Enter the Windows 7 key when asked.

    (15) download and install the drivers from the support page for your computer.

    After installing the drivers, please post the "Hardware ID" Device Manager (text only) for all other devices missing or unknown as illustrated in the example below.

    If you have any other questions, feel free to ask.

    Please click the 'Thumbs Up' white LAURELS to show your appreciation

  • Satellite A210 - how to use the muldimedia with other than Media Player buttons

    Hello

    is it really not possible to use media keys (Play, Pause, FF) on top of my laptop for an application other than Windows Media Player?
    Is there a reason for this? I would like to control Winamp with this button.

    It seems quite sensless to restrict access to a SINGLE application of HUNDREDS available, a then it is the multimedia player that is not used by most people.

    I have the Satellite A210 Notbook.

    Can you tell my how to control my winamp with these buttons?

    Greetings from Robert

    Hello, Robert

    Unfortunately, there is no solution at the moment. If you check this forum, you will find several very interesting discussions on the multimedia buttons and Winamp player. The fact is that some people have found the solution for older models of laptops running Windows XP Home edition. Winamp has offered the plugin must be installed.

    We now have the new situation. Your laptop is running latest Vista OS and I didn t find any plugin that can help. Problem is that your laptop is designed for Windows Vista preinstalled OS contains all the necessary plugins for Windows media player running under the operating system preinstalled.

    Is any kind of restriction. With preinstalled operating system you can do what you want and if you can find a way to change it for that. You know very well that there are hundreds of different players in the market. You can't wait for Toshiba take a time and create a plugins for each other and satisfy customers around the world.

  • How to replace the arrow with a graph on a TitledPane?

    The TitledPane has an arrow that changes state (turns) to indicate whether the component is reduced or developed. Is there a way to replace this arrow with a chart customized for each State?

    Most certainly. Everything in the controls is style-able in the CSS. The area you are trying to style can be addressed through:

    .titled-pane > .title > .arrow-button
    

    So you can specify images here, for example, or you can simply change the trajectory of the arrow by adding another > .arrow on the end below, I posted the all CSS style that is built for TitledPane so you can see how everything is style. You can create your own style sheet, copy and paste this in there and then begin to tweak things and see how it affects the appearance of the TitledPane.

    See you soon
    Richard

    /*******************************************************************************
     *                                                                             *
     * TitledPane                                                                  *
     *                                                                             *
     ******************************************************************************/
    
    .titled-pane {
        -fx-skin: "com.sun.javafx.scene.control.skin.TitledPaneSkin";
    }
    
    .titled-pane > .title {
        -fx-background-color: -fx-box-border, -fx-inner-border, -fx-body-color;
        -fx-background-insets: 0, 1, 2;
        -fx-background-radius: 5 5 0 0, 4 4 0 0, 3 3 0 0;
        -fx-padding: 0.166667em 0.833333em 0.25em 0.833333em; /* 2 10 3 10 */
    }
    
    .titled-pane > .title > .arrow-button {
        -fx-background-color: null;
        -fx-background-insets: 0;
        -fx-background-radius: 0;
        -fx-padding: 0.0em 0.25em 0.0em 0.0em; /* 0 3 0 0 */
    }
    
    .titled-pane > .title > .arrow-button .arrow {
        -fx-background-color: -fx-mark-highlight-color, -fx-mark-color;
        -fx-background-insets: 1 0 -1 0, 0;
        -fx-padding: 0.25em 0.3125em 0.25em 0.3125em; /* 3 3.75 3 3.75 */
        -fx-shape: "M 0 0 h 7 l -3.5 4 z";
    }
    
    .titled-pane:collapsed > .title > .arrow-button .arrow {
        -fx-rotate: -90;
    }
    
    .titled-pane > *.content {
        -fx-background-color:
            -fx-box-border,
            linear-gradient(to bottom, derive(-fx-color,-02%), derive(-fx-color,65%) 12%, derive(-fx-color,23%) 88%, derive(-fx-color,50%) 99%, -fx-box-border);
        -fx-background-insets: 0, 0 1 1 1;
        -fx-padding: 0.167em;
    }
    
    .titled-pane:focused > .title {
        -fx-color: -fx-focus-color;
    }
    
    .titled-pane:focused > .title > .text {
        -fx-text-fill: white;
    }
    
    .titled-pane:focused > .title > .arrow-button .arrow {
        -fx-background-color: white;
    }
    
  • How to replace one table with another?

    I need to replace one table with another. Both tables have the same structure, primary keys, indexes, constraints, but different data (about 50 million records).
    I would like to make this replacement in line, with no passage of database in offline mode.
    There is no clause CREATE or REPLACE TABLE in Oracle unfortunely.
    I could use just DROP and ALTER TABLE RENAME instructions, but it is necessary that a user receive message error "table or view does not exist. It may be possible to block incoming requests at the moment, while old and new droppping table rename are performed?

    Thanks in advance.

    Hi again!

    You can detect normal users with session sessions $ v. A session of a normal user has a username (username of the column). Systemsessions PMON and SMON have no user name. So, you can use the following query to detect sessions, you need to kill:

    SELECT sid, serial#, username
    FROM   v$session
    WHERE type NOT LIKE 'BACKGROUND';
    

    concerning

  • How can I get the version of VMware to virtual machines with powercli officer?

    How can I get the version of VMware View Agent running on a virtual machine with powercli or view Powercli?

    As much as I know there is no cmdlet PowerCLI for this, but you can use the Invoke-VMScript cmdlet and interrogate the Win32_Product class.

    By running the following. You can add a Where clause to return only the Agent of the view

    Get-WmiObject-class Win32_Product | Select the name, Version

  • How to add the AD security group in each virtual machine with a name corresponding in VCenter?

    Hi all

    I would like to know if it is possible with VMware PowerCLI v4.1, I created the universal security group called 'Local administrators on %ComputerName%' for each server I have in UO computers by location OR separate and that he manually add members of the Local, but I want to attribute this security group in each computer virtual with the same name if possible.

    Basically, it's something like this:

    In the ad, here are computer objects:
    DOMAIN.com/Computers/ mailserver1-VM
    DOMAIN.com/Computers/ DBServer1-VM
    DOMAIN.com/Computers/ ApplicationServer1-VM

    In the ad's local security group objects:
    DOMAIN.com/SecureProductionOU/ 'Administrator locally on mailserver1-VM'
    DOMAIN.com/SecureProductionOU/ 'Local on DBServer1-VM administrator.
    DOMAIN.com/SecureProductionOU/ 'Local on ApplicationServer1-VM administrator.

    So I want to affect these security group in each respective name of VMS in VCenter:

    VCenter01.domain.com
    Datacenter1
    HighPerformanceCluster1
    Mailserver1-VM - Local Administrator on mailserver1-VM - role: read-only
    DBServer1-VM - Local Administrator on DBServer1-VM - role: read-only
    ApplicationServer1-VM - Local Administrator on ApplicationServer1-VM - role: read-only

    Any kind of aid and assistance would be appreciated grgeatly.

    Thank you.

    Hi Albert,

    I don't know what you want to check exactly, so I give 2 possible solutions.

    (1) you have a fixed number of names known to virtual machines for which you want to add this permission.

    $targetVM = "MailServer1-VM","DBServer1-VM","ApplicationServer1-VM"
    
    Get-Cluster -Name HighPerformanceCluster1 | Get-VM | `    where {$targetVM -contains $_.Name} | %{    New-VIPermission -Entity $_ -Principal ("DOMAIN\Local Administrator on " + $_.Name) `       -Role (Get-VIRole -Name ReadOnly) -Confirm:$false   }
    

    (2) you want to check for each virtual computer if the security group exist and then add the authorization.

    Get-Cluster -Name HighPerformanceCluster1 | Get-VM | `    Where{Get-QADObject ("DOMAIN\Local Administrator on " + $_.Name) `        -DontUseDefaultIncludedProperties -WarningAction SilentlyContinue `        -ErrorAction SilentlyContinue -SizeLimit 1} | %{    New-VIPermission -Entity $_ -Principal ("DOMAIN\Local Administrator on " + $_.Name) `        -Role (Get-VIRole -Name ReadOnly) -Confirm:$false} 
    

    Note that this requires the Quest AD snap-in must be installed. If you have a version without the Quest AD snap let me know.

Maybe you are looking for

  • Accidental renaming of Recycle Bin Equium A60 - 157 Win XP SP2

    Accidental renaming of the Recycle Bin to "54443434...". by a quick fingers grandson with momentary access to the keyboard. How can I go back to correct title. The trash is still working OK. It's just the logo of office that has this digital title an

  • RAZR Maxx vibrate guaranteed engine

    Well my vibrate motor starts to work. It keeps vibrating in the middle of the e-mail or send SMS. If I move it back it will start to vibrate again then it stops. I have not all third party apps. I tried the phone in safe mode with the same result. I

  • Power edge R710: disk fails [CF]

    Buongiorno, HO a HDD led Server che ha a problema e wants to open a ticket. HO a disposizione he Dset report. Grazie

  • Local notification BBOS

    I develop an application for BBos 6 & 7 using web works. I want to generate local notification. Can I use notification location html5? Please help me. Thanks in advance.

  • multi threading? really need help...

    I have problem with multithreading I want to load the data separately, first I load text data and show a default image and text. After that I want to load the image and the value of the default image to the image that I have just charge no idea how t