Oracle Application Server 10g (Application Running)

Dear All Sir/Madam
It is my humble request that please tell me how to run Application on Application Server 10g.
I developed my Application in Oracle developer suit 10g (build internet appliacation), and I am using *10g database*.
Now please tell me the complete procedure who to configure oracle application server 10g on linux.

Hello Ghulam,
Notice that you can deploy different kind of applications within the Application Server framework, e.g. JEE applications, PL/SQL applications, Forms Applications etc. Based on what you initially mentioned, it seems that your have developed a Forms application. The above document reference refers to Application Server 10.1.3, which was a JEE / SOA release. You are probably better off with the [url http://download.oracle.com/docs/cd/B14099_18/web.1012/b14032/toc.htm]Forms Deployment Guide.
One note : Application Server 10.1.2.x is soon to be desupported. Consider to move to version [url http://www.oracle.com/technetwork/developer-tools/forms/downloads/index.html]11.1.2 !
Thanks,
EJ

Similar Messages

  • Reports run in LAN but not in WAN from Oracle Application Server 10g R2

    Hi,
    I am using Microsoft(R) Windows(R) Server 2003, Standard Edition (Version 5.2.3790 Build 3790) & Oracle Application Server 10g Release 2 (10.1.2).
    I run my forms and reports in Oracle Application Server 10g Release 2 (10.1.2) successfully in client server environment. But when I run my application in WAN (our private network between different cities) then forms are run successfully but reports does not run.
    i am calling reports from Forms using following code.
    PROCEDURE PRINT_REP_WEB IS
    RO_Report_ID REPORT_OBJECT;
    Str_Report_Server_Job VARCHAR2(100);
    Str_Job_ID VARCHAR2(100);
    Str_URL VARCHAR2(100);
    PL_ID PARAMLIST ;
    BEGIN
    PL_ID := GET_PARAMETER_LIST('TEMPDATA');
    IF NOT ID_NULL(PL_ID) THEN
    DESTROY_PARAMETER_LIST(PL_ID);
    END IF;
    PL_ID := CREATE_PARAMETER_LIST('TEMPDATA');
    RO_Report_ID := FIND_REPORT_OBJECT('REPORT183');
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_FILENAME, 'C:\cheema\qdir_store\reports\pmms\backlog_jobtype.RDF');
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_COMM_MODE, SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_EXECUTION_MODE, BATCH);
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESTYPE, FILE);
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESFORMAT, 'PDF');
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_SERVER, 'rep_pap_10gasmid');
    Str_Report_Server_Job := RUN_REPORT_OBJECT(RO_Report_ID, PL_ID);
    Str_Job_ID := SUBSTR(Str_Report_Server_Job, LENGTH('rep_pap_10gasmid') + 2, LENGTH(Str_Report_Server_Job));
    Str_URL := '/reports/rwservlet/getjobid' || Str_Job_ID || '?server=rep_pap_10gasmid';
    WEB.SHOW_DOCUMENT(Str_URL, '_SELF');
    DESTROY_PARAMETER_LIST(PL_ID);
    END;
    when clients in WAN press the reports button from Form there is a message "Page can not be displayed" appear.
    How can I run my reports in WAN, please suggest me solution.

    This sounds like a configuration issue. Are there different firewall rules that are enforced on WAN connections versus LAN connections?
    Hope this helps.
    Craig...

  • Run Oracle Web Logic and Oracle Application Server 10g on same server

    Since oracle has chosen to release adf faces 11g, before the SOA suite 11g is released, we are facing the challenge to run both Oracle Web logic and Oracle Application Server 10g on the same server.
    If anyone have any experience in this setup or has knowledge of other feasable setups please let me know.
    Regards.
    Jan

    What version of Oracle Application Server 10g are you installing?
    If you are installing 10gR2 (v10.1.2.x) have you taken a look at point #70 in "Table 2 Additional Information for Certified Platforms" section here?
    http://www.oracle.com/technology/software/products/ias/files/as_certification_r2_101202.html
    Thanks
    Shail

  • ORA-44356 when running report from Oracle Application Server 10g

    All,
    We have some reports that we developed using Reports Builder 10g. We use a few program units that run with every record that use the exec_sql package to run dynamic sql in a remote database. Everything runs fine when we test the reports in Reports Builder. After we compile the reports into the .rep format and place them on our Oracle Application Server 10g portal instance, we are running into the subject error when we try to run the report from the website. From the research that I've done, it seems that this error has to do with the use of exec_sql, but there is not too much info on the web regarding this error number. Running a trace when running the report in Reports Builder doesn't show any errors, and to further complicate things, this error only occurs on some reports...others that use the exec_sql package work fine.
    Does anyone have any ideas as to why this might be happening?
    Thanks for your help,
    Tom

    Nothing is different between the reports in the exec_sql section. The strange part is that the reports will bomb out seemingly at random, at different times, and during the execution of different program units. I was able to find a work-around using DB Links, but I'd rather not use the DB Link if I can avoid it.

  • Oracle application server 10g and apex

    Hi allm
    Can someone show me a guide on how to use Oracle Application Server 10g with APEX. I'm currently using Oracle HTTP Server but decided to use OAS instead so that I can use the Report Server and the Oracle BI Publisher for the reports.
    I'm currently using this guide (http://www.oracle.com/technology/products/database/application_express/howtos/howto_useoas10g.html) but I can't seem to find the marvel.conf and the oracle_apache.conf.
    Also, is it really necessary to use OAS instead of Oracle HTTP Server if I want to use Oracle BI Publisher?
    Thanks.
    Allen
    Edited by: A.Sandiego on Sep 3, 2008 12:01 AM

    Hi,
    Thanks for the response.
    Unfortunately I still get the same problem. Somehow I just can't find the marvel.conf anywhere in my machine. I setup my APEX not by using the companion cd but by downloading the apex_3.1.2 then running the apexins.sql. Then install the Oracle HTTP Server only and configured the dads.conf located in the ORACLE_HTTP_SERVER_HOME/Apache/Apache/mod_plsql/conf. It works perfectly with this.
    I then installed Oracle Application Server 10g. I'm trying to figure out how to use this instead of the Oracle HTTP Server.
    Thanks.
    Allen

  • Oracle Application Server 10g Release 2 (10.1.2.0.2)  on 64bit RHEL

    HI,
    EBS-12.1.3
    DB 11gR1
    I am Facing following Error: while installing Oracle Application Server 10g Release 2 (10.1.2.0.2) on 64bit RHEL
    pwd
    pwd
    /shared/bishiphome/Disk1/install/linux64
    [oravis@erptest linux64]$./runInstaller -ignoreSysPreReqs
    Starting Oracle Universal Installer...
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-07-20_08-52-57AM. Please wait ...The Java RunTime Environment was not found at /tmp/OraInstall2011-07-20_08-52-57AM/jdk/jre/bin/java. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.
    : No such file or directory
    Should i install JRE in the Server
    Thanks
    Vishwa
    Edited by: Vi**** on Jul 19, 2011 10:18 PM
    Edited by: Vishwa on Jul 25, 2011 3:30 AM

    HI,
    Change the above to the following and see if you get any error:
    $ /shared/bishiphome/Disk1/install/linux64/runInstaller ignoreSysPrereqs -jreLoc /usr/shared/bishiphome/Disk1/install/linux64/runInstaller ignoreSysPrereqs -jreLoc /usr
    Starting Oracle Universal Installer...
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-07-26_08-46-15AM. Please wait ...[oravis@erptest ~]$ Exception in thread "main" java.lang.ClassFormatError: oracle.as.install.engine.modules.install.exception.InvalidInventoryPointerException (unrecognized class file version)
    at java.lang.VMClassLoader.defineClass(libgcj.so.7rh)
    at java.lang.ClassLoader.defineClass(libgcj.so.7rh)
    at java.security.SecureClassLoader.defineClass(libgcj.so.7rh)
    at java.net.URLClassLoader.findClass(libgcj.so.7rh)
    at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
    at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:488)

  • Oracle Application server 10g on vista

    Hi Freinds,
    AMD 64 bit processor running os vista 34 bit.
    I want to install oracle application server 10g on windows Vista. when i run the set up its giving me an error but oracle certification table shows its vertified on vista.
    erro message:
    Checking operating system version: must be 5.0, 5.1 or 5.2. Actual 6.0
    Failed <<<<
    looking forward to your advising.
    Thanks in advance :)

    What version of Oracle Application Server 10g are you installing?
    If you are installing 10gR2 (v10.1.2.x) have you taken a look at point #70 in "Table 2 Additional Information for Certified Platforms" section here?
    http://www.oracle.com/technology/software/products/ias/files/as_certification_r2_101202.html
    Thanks
    Shail

  • Install and configure report service on Oracle Application Server 10g

    i want to know how to install and configure report service on Oracle Application Server 10g Release 3 (10.1.3.1.0)
    Thanks

    the case is that we developed an ADF Application, so we want to deploy it on the latest version of Oracle Application server.
    our application communicate with Oracle reports (run oracle reports from our Application) as there are no Oracle report products for JEE Application.
    so if there are not report service that can run on Oracle Application Server 10g Release 3 (10.1.3.1.0),
    what is the other choices that oracle supports that can help us in this case ???

  • Problem while configuring webutil on oracle application server 10g(9.0.4)

    hi,
    I have configured webutil with oracle application server 10g(9.0.4).JInitiator 1.3.1.17 is installed.
    I did everything according to webutil manual.Then i developed a form using developer suit 10g (9.0.4).
    and successfully compiled and attached webutil library.then i subclass
    webutil object group from webutil.olb into my form,that is also
    subclassed successfully.Form has also been compiled and saved
    successfully.
    also configured my formsweb.cfg,forms90.conf,default.env according to webutil documentation.
    {color:#993366}Now when i run this form from client, it does not show form in the
    browser and shows a message on the client browser console as follows{color}.
    {color:#0000ff}*Applet oracle.forms.webutil.common.RegisterWebUtil*
    {color} {color:#993366}After this message,It does nothing and if i refresh browser,it shows following message in the browser' Console.{color}
    {color:#0000ff}*Applet oracle.forms.engine.Main notinited.*{color}
    Note:In the browser ,loading java applet is also visible.
    how should i resolve this problem?
    any suggestion?
    Its urgent.
    Regards,
    abbasyazdani

    Refer this metalink note,
    566628.1 How To Install Webutil on 10g Oracle AS
    [email protected]

  • HTTP Pseudostreaming on oracle application server 10g

    Hi,
    I am fetching videos stored in database and show in website using JWPlayer.
    The problem is in Apache Web Server I am able to move faward video but in Oracle App Server 10g
    I found in documentation on JWPlayer regarding server need to enable HTTP Pseudostreaming
    HTTP Pseudostreaming does not work by default on any webserver.
    A serverside module is needed to enable it.
    Here are the two most widely used (and open source) modules for this:
    The H264 streaming module for Apache, Lighttpd, IIS and NginX. It supports MP4 videos.
    The FLV streaming module for Lighttpd. It supports FLV videos.
    http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12534/video-delivery-http-pseudo-streaming#Servers
    I need information regarding how enable video Pseudostreaming on oracle app server
    -Thanks
    Zohaib.

    No. Not only it isn't certified, but it is also impossible to run forms compiled with the 11g compiler with the 10g runtime. For 11g there is a install bundle for the developer suite / application server.
    cheers

  • Deploy on oracle application server 10g

    Hello,
    i have the following question. i'm using jdeveloper 10.1.3 to develop a web application with an ejb3 (and i'm using jdk 1.5). when i run my application on "oc4j embedded", i can call my ejb with
    --> "SessionEJBRemote ses = (SessionEJBRemote) context.lookup("SessionEJB");"
    and when i deploy the .ear on oracle application server 10g from the IDE, i got the following error :
    "javax.naming.NameNotFoundException: SessionEJB not found".
    Can someone help me???
    Thanks (and sorry for my english I come from Switzerland)

    How do you try to connect to the application server within your test application?
    --olaf                                                                                                                                                                                   

  • How to run reports in Application Server 10g?

    Dear Friends,
    I am running my forms on Application Server 10g. How do I launch reports from my Forms on the 10g application server? My friend told to use web.show_document(http://serverip:port/reports/rwservlets/getjobid - what should it be after that). Also I'm not aware of the complete code. I would appreciate and be really grateful if any of you helped me in this regard.
    Thank you in advance.
    Regards,
    Senthil .A. Perumal.

    Hi,
    I need to install Oracle Reports on the server. Can someone pls tell what what softwares i need to make oracle reports running on windows. I see Oracle reports services and oracle Reports Developer on otn..do i need both on my server? Whats the difference between them and are they interelated in anyway?? Pls reply soon. Thanks..

  • ORARRP 1.3.4/Oracle-Application-Server-10g/9.0.4.0.0 Oracle-HTTP on IE7

    We have to use JInitiator 1.3.1.13 and ORARRP 1.3.4 on a MsWindows Client to connect to the HQ Oracle-Application-Server-10g/9.0.4.0.0 Oracle-HTTP-Server.
    We have noticed this will run almost 100% in MSInternet Explorer version 7.0.5730.11 .
    Except for the ORARRP remote print utility which seems to have some timing problem i.e. when generating a report in the browser screen a temporary browser screen will open and close immediately again. Using the advanced debug option in orarrp.ini to monitor any errors does not show any problem.
    However when clicking quickly in the temporary browser screen the Printer selection screen will pop-up and the local printer can be selected to print-out the report.
    PDF-reports to screen work normally with IE7. ORARRP will start Adobe Acrobat reader (version 8.1.0).
    Has someone solved this issue with local printing using ORARRP on IE7?
    We would like to deploy IE7 asap because of its better features and rendering than IE6.
    thanks in advance,
    Fred

    Move your thread to "Reports" forum, you will probably get a better response:
    Reports

  • Oracle Application Server 10g/Oracle Fusion Middleware 11g

    Hi folks, This question related to migration/upgrade of Oracle Application Server infrastructure.
    I see that the Oracle has come up with Oracle Fusion Middleware 11g. Is it the next release of Oracle Application Server 10g. I have the following questions. Appreciate if any one can provide answers to the following questions. Please correct me if my understanding of these oracle products is not right! Thanks
    1. What is the future of Oracle Application Server?
    2. Is it Oracle Fusion Middleware(OFM) 11g is the upgrade path if one need
    to upgrade?
    3. Is it expected that expected that customers need(if require) to move to OFM 11g?
    4. Does OFM 10g comes with Oracle Application Server? If not what does
    it comes with?
    5. If it does not, what about customers having applications built using oracle forms and reports? Does OFG 11g
    support Oracle forms and reports?
    I understand that OFM 10g comes with Oracle web logic server!
    Thanks in advance.
    movva

    To run Forms and Reports in Oracle Fusion Middleware 11g you have to use the distribution "Portal, Forms, Reports and Discoverer" in the FMW 11g software pack.
    The structure of what we used to call "the application server" has changed a bit however, in the following way:
    - In 11g you need to install the Javaserver WebLogic software (version 10.3.3 for the current Forms 11g version 11.1.1.3) first.
    In 10g the installation of the Javaserver (OC4J) was part of the App server install.
    Note that you just have to install the software, the configuration script for creating a Forms app server instance creates the WebLogic domain (comparable with the OC4J instance) for you.
    - In 11g the Fusion Middleware software installation is separate from the creation of an application server instance.
    This is more convenient and comparable to Oracle database and Weblogic installation.
    - The Fusion Middleware Configuration script installs two parts of the product: 1. A WebLogic Domain. 2. A Fusion Middleware instance.
    The first contains everything related to Java, such as the servlet configuration file (formsweb.cfg), while the latter contains everything that has less to do with the Javaserver
    - No more Infrastructure server
    The Infrastructure server does not exist anymore. If you want to use Single Sign On with Forms/Reports 11g you can install Identity Management 10.1.4.3 (or use Identity Management 11g, and configure separately the 10.1.4.3 Single Sign On) or keep your old 10g Infrastructure installation.
    During installation you just have to specify you want to use OID and SSO and it configures out of the box.
    Under normal circumstances the same licenses apply to 10g and 11g (as long as you do not use WebLogic for other purposes).

  • 10.1.0.5 Patch for Oracle Application Server 10g Release 1

    Hi Guys,
    Does anyone know what is the patch number for 10.1.0.5 Patch for Oracle Application Server 10g Release 1?
    This is a Oracle Application Server and not Oracle Database server.
    I tried searching on Metalink but not able to find it.
    Thanks in advance!
    Avinash.

    10.1.0.5 is not a version number for an OAS. It is only a version number for RDBMS.
    If you are running OAS 10.1.2.x with the Identity Managmenet/SSO (OID Server), & elected to have it install the Metadata Repository database for you, this was a RDBMS release below 10.1.0.5. The OAS patch to 10.1.2.2 or 10.1.2.3 required the RDMBS be updated to 10.1.0.5 first. This is the standard 10.1.0.5 update for your platform.
    use Advanced Search on Metalink
    To find the OAS 10.1.2.2 or 10.1.2.3 patch set, search for Oracle Fusion Middleware Server. Release 10.1.2.2 and 10.1.2.3. Look for the decriptions like "PLACEHOLDER BUG FOR AS/DS 10.1.2.3 PATCHSET RELEASE" OR "PLACEHOLDER BUG FOR AS/DS 10G R2 PATCH SET 2 10.1.2.2"
    To find the RDBMS 10.1.0.5 patch, search for RDBMS Server, Release 10.1.0.5. Look for the Description containing something like "10.1.0.5 PATCH SET FOR ORACLE DATABASE SERVER"
    The patch number is different per platform, so I can't tell you the exact #s without more info (OS)

Maybe you are looking for

  • [svn:osmf:] 14905: Adding file missing from previous commit.

    Revision: 14905 Revision: 14905 Author:   [email protected] Date:     2010-03-22 05:37:59 -0700 (Mon, 22 Mar 2010) Log Message: Adding file missing from previous commit. Added Paths:     osmf/trunk/apps/samples/framework/OSMFPlayer/src/assets/fonts/

  • Incorrect IP displayed, but can connect to the Internet. How can I find out what's causing this?

    I'm running 10.6.8, and various programs and websites that report my IP address are not displaying the correct one. I'm operating with a static IP, and I know my AirPort's IP, and the one displayed is neither of those (and in fact cannot be given out

  • What file types can be previewed?

    Clearly I am able to preview PDFs in Bridge. However, can I preview RTF files? .webarchive files? Thanks.

  • Will the S10-2 support Windows 7 Home Premium?

    My wife has an S10-2 Model 29577NU. She's quite sick of the limitations of Windows 7 Starter, I figure $80 for the upgradetoHome Premium is well worth it but I can not find any information on if this is even possible. Can anyone point me to some soli

  • T440p 20AWS02A00 and (Arch)Linux compatibility

    I will buy the T440p. I really want to use Arch on it. But I am not sure if the harware compomponents are well supported. Has anybody ever used Arch on a machine like that? I am not an expert in linux' driver support stuff. So it would be pretty nice