How to Run FormBuilder On Linux.

Hi All,
I have installed Oracle Application Server 10G on linux in one Home.
I installed Oracle Developer Suit 10G on same machine in another Home.
I configured Listner and service for Oracle Application Server.
But How to set the Listner and service for Developer Suit.
Am I need to make any changes in .Bash file.
And how I will be able to Run FormBuiler,ReportBuilder & OC4J components.
Will I need to apply any patches on linux.

Assuming you are using iDS 10g Release 2 (10.1.2.0.2), the installation works out of the box for the most part.
To start the Builders look in the ORACLE_HOME/bin for the script files related to the component you wish to run. For example, to start the Forms Builder use frmbld.sh
Starting and stopping OC4J is done with scripts found in ORACLE_HOME/j2ee/DevSuites
More information can be found in the product online help and Metalink Doc ID 358712.1 "Overview of Oracle Forms and Using the Oracle Forms Builder"
This is basically the same for all versions. The only difference will be in the file names.

Similar Messages

  • How to run .jar on linux & how to create .jar file using java?

    hi, may i know how to run .jar on linux & how to create .jar file using java? Can u provide the steps on doing it.
    thanks in advance.

    Look at the manual page for jar:
    # man jar
    Also you can run them by doing:
    # java -jar Prog.jar

  • HOW TO run SAPGUI into LINUX

    HOW TO run SAPGUI into LINUX
    Hi all,
    I make this document for people who need install SAPGUI into Linux.
    1)
    Minimal system requeriments.
    Linux
    Hardware:
    CPU: Intel PentiumIII with 800 MHz
    RAM: 256MB
    Software:
    OS: SuSE Linux 9.3 - 10.1, Red Hat Enterprise Linux 3 and 4
    JVM: Sun Java Runtime Evironment 1.4.2 (32-bit) or 5.0 (32-bit) including Java Plugin
    please see http://java.sun.com/j2se/1.4.2/install-linux.html and http://java.sun.com/j2se/1.4.2/docs/...ocale.doc.html resp. http://java.sun.com/j2se/1.5.0/install-linux.html and http://java.sun.com/j2se/1.5.0/docs/...ocale.doc.html for details
    2)
    Download SAPGUI from:
    ftp://ftp.sap.com/pub/sapgui/java/
    (anonymous login)
    https://websmp201.sap-ag.de/sapgui-java
    (OSS user and pass)
    3)
    At /java folder in ftp select:
    File: PlatinGUI-Linux-700.jar 37926 KB 11/07/06 13:58:00
    (note: maybe a new version is available)
    4)
    At downloaded folder, execute
    java -jar PlatinGUI-Linux-700.jar
    5) Executing SAPGUI
    A) Guilogon:
    ~/SAPClients/SAPGUI7.00/bin$ ./guilogon
    To create servers, touch at new and go to "advanced".
    -- tip “use expert configuration”
    Example:
    For server 10.1.1.6 with system number 01:
    conn=/H/10.1.1.6/S/3201
    B) Command line
    For server 10.1.1.6 with system number 01:
    ~/SAPClients/SAPGUI7.00/bin$ ./sapgui /H/10.1.1.6/S/3201
    Hope it helps, Goodbye!

    Hi,
    I'm trying to use the SAPgui for Java on Ubuntu 6.06 and I have problems with that. The SAPgui connects to the SAP system problemless.
    After couple of minutes the SAPgui for Java always hangs with these messages in terminal:
    ERROR #############################
    17.08. 11:13:01.700 ERROR: JniAgComAdaptor.write failed
    ERROR #############################
    ERROR #############################
    17.08. 11:13:01.714 ERROR: GuiNiWriter: write failed
    ERROR #############################
    I'm connecting to SAP Netweaver 04 running on the same computer. I have also tried different versions of Java 1.4, 1.5 and the problem still persists.
    From other computers in network the SAPgui for Java runs perfectly against the same SAP system, running on the same Java version as before, on Ubuntu 6.06 or Fedora Core 5 whatever, it runs without any hassles.
    I haven't found any remarks on this error on Google, neither on SAP OSS.
    Do you think I can raise a question to OSS? I don't think there are some restrictions for SAPGUI for Java regarding use of Linux distribution.

  • How to run ' appletviewer' in linux console ?

    i have no idea how to run an applet in linux , thanks very much .

    You just type "appletviewer" etc.
    You probably have to be running X first.

  • How to run WLST In linux

    Hi All,
    Could you please let me know how to run WLST In linux

    There are two ways to invoke wlst scripting
    1) You can call a py script using ${ServerHome}/common/bin/wslt.sh create.py
    2) You can set the environment using . ./setDomainEnv.sh and run java weblogic.WLST which will start the wlst offline mode.
    Here are some good examples
    http://download.oracle.com/docs/cd/E13222_01/wls/docs100/config_scripting/reference.html#wp1154848

  • How to run AIR on linux with no gui, no console?

    Folks,
    Has anyone had success running an AIR application from the command line in the background without a GUI?  Is setting WindowApplication.visible=false, sufficient?  Required?  Thanks!

    To run an Air app you need to install Air installer.
    One of the requirements of Air Installer is either GNOME or KDE.
    So I think it will not run.
    More requirements here:
         http://www.adobe.com/support/documentation/en/air/1_5_1/releasenotes_developers.html#sysre qs
    HTH.

  • How to run RWRUN.exe and RWCLIENT.exe in Linux

    Our reports (11G R2) output desformat is PDF. We howerver, need to embed some fonts in the PDF when it is generated. So, we need to add the parameter PDFEMBED in the command line of RWRUN, RWCLIENT or RWSERVLET. However, the application server is Linux.
    Since Linux does not have EXEs how to run these in Linux and how to pass parameters to them? i.e. reportname, directory,... etc.

    Hello,
    You can find the shell scripts rwrun.sh and rwclient.sh in ORACLE_INSTANCE/config/reports/bin ...
    Regards

  • How to run a server program in the background on Linux or Windows?

    I just finished writing a Java network application with multiple clients and one server.
    However, I am not sure how I can run the server (SomeServer.class) in the background on Windows. Also when I am running it on Linux, I don't want it to terminate when I logout of the Linux shell.
    To run the server on Linux, should I use a command like this?
    nohup java -cp . SomeServer.class > output.txt &
    Or is there another command, or perhaps some code that I can add to the program so that it would run in the background automatically and/or continues even when I logout of the Linux shell??
    Sometimes, I also like to run the program on a Windows XP machine for testing purpose. How can I do it so that it runs in the background without openning a Console/Command Prompt window??
    (redirecting the standard output to a file)
    And is there an easy way to create a EXE file that runs the program with the default JRE in windows?

    On many UNIX systems there's a utility called detach which will launch the following command in such a manner that killing the shell will not kill the process. On systems that lack this command, I'd find an open source implementation and install it.

  • How to run Adobe AIR installer package created in windows into Linux

    Hi,
    we have created an Adobe AIR Installer package in Windows XP, Can any one help me how to run the Installer package in Linux that is created in Windows.
    Please, any help is Appreciable.

    Please any help for the above query is appreciable.

  • How to run Eclipse in a Linux machine?

    hi guys,
    I have worked with Eclipse3.0 under windows platform.
    but then can i know how to run Eclipse in a Red-Hat Linux machine,
    if yes, then please do elaborate the same.
    thank u.
    Cheers,
    vishal j

    Get it from this page http://download.eclipse.org/eclipse/downloads/drops/R-3.1.2-200601181600/index.php

  • How to run kvm on arm linux in skyeye

    1.Redhat linux: .... /skyeye_v1/binary/skyeye
    2.download testsuit from www.skyeye.org , #cd s3c2410 you will see
    initrd.img, skyeye.conf, vmlinux, then i #......... /skyeye_v1/binary/skyeye -e vmlinux
    you will see WELCOME TO ARMLINUX
    3.#cd s3c2410 (initrd.img, skyeye.conf, vmlinux)
    #makdir name
    #ls (result:initrd.img, skyeye.conf, vmlinux,name)
    #mount -o loop initrd.img name
    4.#cd /s3c2410
    #cp ...../kvm ....../s3c2410/name/bin
    #cp ...../libc.so.6 ....../s3c2410/name/bin
    but the spcace on the decive is not enough ,
    what should i do ?
    how to run kvm which is in arm linux which is in skyeye???

    MarkWalsh wrote:
    A fairly easy way, you can add your script to the 'Scripts' menu, then create an action that calls this script (use 'Insert Menu Item' to add to your action) and call this action through a batch in Bridge. One issue with this, though, is that it does require creating an action to specifically call the script, I don't know if you can call the script directly from Bridge.
    I haven't scripted Bridge at all myself, but I believe you should also be able to rewrite your script to get the selection in Bridge, and process those files in Photoshop.
    If your script is set up to process one file at a time, the Bridge/Batch technique is the simplest way to do it.
    If your script needs to know what all of the files are before it can begin processing, you have to add a Menu element in Bridge and have it call your action/script in Photoshop. A bit more complicated, but there are a lot of examples of this at ps-scripts.com.
    -X

  • How to run ZAC CDP from a Linux Bundle

    Hi all,
    I am trying to work out how to run "ZAC CDP" from a Linux bundle. We have 330 Satelites that I need to force the replication of the TFTP folder too in one staggered process.
    Is there any reason why this would not work? would a script do it and anyone have a sample?
    cheers,
    Trev.

    I would imagine it's possible.
    I'm assuming something (run as root user?)
    #!/bin/bash
    zac cdp
    (you may have to put the absolute path in for the location of "zac")
    I'm not a linux guru by any means, just that if you can script this via a cron job, I'm sure it can be done via ZCM Bundle.

  • How to run .EXE files from Linux Portal page?

    We have an IIS web server that runs a Photoshow_player.exe slide show program. I'm not sure if this can run from Linux Portal, but we are trying.
    The link in an IIS web page looks like this:
    <a> href="file:///\\mulsrv22\share\PCS\PhotoshowPlayer.exe" title="clean slate">clean slate</a>
    Portal is installed and running from two Linux servers. If I create a link using the above syntax, I get "can not display page" browser errors.
    I copied the entire PCS directory from the Windoz box to a Portal web_dav folder, but running the .EXE link from that Portal page gives errors indicating that the /PDS/data/.XML and /PCS/data/.jpg files can not be found.
    Any ideas on how I can run this slide show from Linux Portal?
    Thanks.
    --Don                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    if you just need to run a slideshow in you portal, why don't you use a javascript slide show ?
    Just "googleize" and you'll find tons of javascripts taht can do that.
    for example : http://www.barelyfitz.com/projects/slideshow/

  • How to run Java program as Daemon Server in linux

    How to run Java program as Daemon Server in linux
    i would like to run the java program on system start up in a redhat linux system
    can any one provide rc.status file

    http://wrapper.tanukisoftware.org/

  • How to run expdp from client ?

    Hi All,
    I tried searching google and forums for my issue but to no avail > How to run expdp from client side ....like in my laptop.
    Because currently our PROD database server has no space for expdp dump file. So I want it directed to my laptop which has an extenal USB of 1TB harddisk...via client EXPDP
    import data using impdp command
    Posted on: 08-May-2012 11:36, by user: 841731 -- Relevance: 53% -- Show all results within this thread
    below command is correct or not? if it is not correct could you please send me the correct command. impdp user/pass@databasename schemas=sourceschemaname remap_schema=sourceschemaname:destinationschemaname ...
    System generated Index names different on target database after expdp/impdp
    Posted on: 30-May-2012 11:58, by user: 895124 -- Relevance: 43% -- Show all results within this thread
    After performing expdp/impdp to move data from one database (A) to another (B), the system name generated indexes has different ...
    [ETL] TTS vs expdp/impdp vs ctas (dblink
    Posted on: 08-May-2012 21:10, by user: 869578 -- Relevance: 39% -- Show all results within this thread
    (table : 500 giga, index : 500 giga), how much faster is TTS (transportable tablespace) over expdp/impdp, and over ctas (dblink) ? As you know, the speed of etl depends on the hardware capacity. (io ...
    Oracle Client
    Posted on: 21-Jun-2012 22:47, by user: Sh**** -- Relevance: 32% -- Show all results within this thread
    Hi Guys, Please can you guys elaborate the difference between Oracle Client and Oracle Instant Client. Also, please can you advise from where I can download the Oracle normal ...
    Oracle 10g Client
    Posted on: 05-Jun-2012 10:11, by user: dzm -- Relevance: 26% -- Show all results within this thread
    to search at oracle site and this forum, but i wasn't able to find a link to download the oracle 10g client. I really need especificaly the 10g version. Anybody know the link or another way to download ...
    9i client to access 11g database
    Posted on: 22-Jun-2012 07:31, by user: kkrm333 -- Relevance: 24% -- Show all results within this thread
    Hi, Can i access a 11g database using 9i client? Thanks,
    SQLplus in Oracle Client
    Posted on: 14-Jun-2012 00:36, by user: Tim B. -- Relevance: 24% -- Show all results within this thread
    Hi, I tried to install an 11g oracle client in linux. As I've compared the files with the files when you install using the oracle instant ...
    Re: Information on Oracle Client 11202-1.1.4-6
    Posted on: 05-Jun-2012 03:33, by user: 898763 -- Relevance: 23% -- Show all results within this thread
    Actually thats the client requirement
    Analysing the performance of a single client
    Posted on: 28-Mar-2012 02:05, by user: 880172 -- Relevance: 23% -- Show all results within this thread
    timeouts even on some of the simplest queries. I want to try and get some data about how just this one client is performing and what it’s doing, but everything Google has thrown up so far is orientated around ...
    to make client connection as sys
    Posted on: 12-Jun-2012 22:04, by user: user11221081 -- Relevance: 23% -- Show all results within this thread
    Dear gurus can i connect to my server from my client machine with sysdba without giving sys password i have connected in different ways as sys@abc ...Thanks a lot.

    Though you can initiate the binary from your client side but for the file creation, there is no other way but to store it on the server side. So your best bet would be to get some space free on the server side of yours.
    Aman....

Maybe you are looking for

  • Error while assigning portal custom role

    Hi All, We have a custom role which we use to assign to the users.  till now we are able to assign it without any problem.  But now as i need to assign it to someone, i got an error stating that "An error occured while adding user assignments; to see

  • ITunes 7.7 pauses with Fast User Switching

    As far as I can tell iTunes 7.7 now stops playing songs after I switch users. I'm using 10.4.11. Has anybody had this problem in Leopard? I really want to hear songs continue playing from my work user account when I switch to my personal account. Any

  • Problem in printing Work Request Notification = IW29

    Hi All, PM module. When i try to print notification, t-code = IW29, the ' Work Request Details' , the " Subject Long Text " is missing, instead of which i get some default data getting Populated automatically. Please let me know if this is the printe

  • Hanging up when syncing email attachment​s in Inbox to Go / Beyond Contacts

    I have a Palm TX with latest Palm desktop and OS and I'm running Docs to Go 10 and Beyond Contacts with the Inbox to Go email option.  Every time sync tries to process attachments it freezes.  It looks like the attachments are making it to the Inbox

  • How to become a java guru?

    i have a question , i am a novice into java. I really want to master that language so i need some feedback from more experienced users. I started it off with a book called:" java sotfware solutions written by John and Lewis William Loftus" i think it