Application to oracle application software development competition 2009

dear sir,
i am good in sql/plsql. After seeing the message of software development competition 2009, i downloaded oracle XE , apex and now I have successsfully created an application which can handle hotel administration. I have to prepare two/ three more pages for report segment that's all. Now export creates sql file. exp creates dmp for database. i do not know to send my entire application as single file to competition. I have registered but yet to send the application. I do not know how to do it. If any one can help me, i can able to see my work in oracle magazine. Winning the competition is not my aim since this application development come from single brain and not a team effort (even to share)
please help me how to proceed?
yours
dr.s.raghunatan

Hi,
I think you're refering to creating a "packaged application"? If so, have a look at: [http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/deploy.htm#CHDICGJD]
Andy

Similar Messages

  • APEX Developer Competition 2009 Winners

    Hi forum users,
    Check out the winners of APEX Developer Competition 2009 held by ORACLE Inc..
    Links: http://www.oracle.com/technology/products/database/application_express/html/comp_winners.html
    Regards,
    Tajuddin

    Tajuddin,
    Will you share your "ABC School Management System" publicly for learning purpose as I want to see your extra effort on this application.
    Waiting of your positive reply,
    Regards,
    Muhammad Yousuf.

  • Error -8 when deploying JHeadStart application to Oracle Application Server

    Hi,
    I have developed an application using Oracle JHeadstart 10.1.3 Preview Version 10.1.3.0.78
    We have Oracle Application Server 10g running in AS400. I created a connection to the server and tested. It shows the connection success.
    I am trying to deploy my application to Oracle Application Server 10g but getting the following error:
    Closing connection to Oc4jDcmServlet
    #### DCM command did not complete successfully (-8)
    #### HTTP return code was -8
    Exit status of DCM servlet client: -8
    Elapsed time for deployment: 30 seconds
    #### Deployment incomplete. #### 25-Jul-2006 2:21:44 PM
    I developed applications in JDev10.1.2 and deployed to the same server (Oracle Application Server 10g) without any problem.
    But if I want to deploy application from JDev10.1.3 then I am having this error.
    Can anybody help me? what might be the problem?
    Thanks
    Syed

    Syed,
    Did you generate your application with service -level property "JSP version" set to "1.2"? If not, you cannot deploy your app to a J2EE 1.3 application server like Oracle AS 10.1.2.
    Steven Davelaar,
    JHeadstart Team.

  • Problem while running ejb application in Oracle Application Server

    I have created sample ejb application in jdeveloper with ejb 3.1 version,
    i also created jsp page which will invoke ejb client and display result,
    its running perfectly in embeded oc4j server, but while deploying application in
    Oracle application server its is giving below error message
    Javax naming exception: unable to find remote interface., i am confusing please give me sollution .

    Hi Mr.Frank,
    i have created remote interface by importing javax.ejb.Remote,
    my interface name is additionEjb
    and i defined a sample method and in my client i called like below
    additionEjb AdditionEjb = (additionEjb)context.lookup("additionEjb");
    In embeded oc4j server its running perfectly but after deploying to OAS below error throwing
    The exception is : javax.naming.NameNotFoundException: additionEjb not found
    Help me regrding this.

  • How To Deploy Application In Oracle Application Server

    Hi All,
    We have devloped an application in whic we have used tomcat server .
    Now we want to deploy that application in Oracle application server.
    technolgy used: J2ee
    : Shark work flowserver
    database:Oracle(XE)
    Platform: windows XP
    IDE:Eclipse (ganymede)
    Web server:tomcat(6.0)
    Thnaks and regards,
    DK.

    I think you put the questionin the wrong forum, this is all about Oracle SOA Technology, and deployment is a task within SOA.
    I have created a deployment guide/tool for Oracle SOA products (see my blog, includes java deployment).
    Put your question in :
    Oracle Application Server - General (AS General Forum)
    Marc
    http://orasoa.blogspot.com

  • Can you deploy a JSF application into Oracle Application Server 10g R2

    Dear Sirs...
    is it possible to deploy a JSF application developed using JDeveloper 10.1.3 into an oracle application server 10g R2 ?
    regards

    Dear Sirs...
    I tried to install the application on AS R2 but it did not work. The problem is that i did not build it using JDK 1.3, and it is really a big application, i have been working on it for few months. do i have to recreate that same application using JDK 1.3? please say no.
    best regards

  • How to improve the performance of applications in Oracle Application Server 9i ?

    I have my applications deployed to Oracle 8.1.7 database using OSE in Oracle Application Server 9i. My machine has 256 MB RAM. It has both Oracle Application Server and Oracle 8i database server installed on it. When I try running my applications I find they are very slow. Can I get some guidelines using which I can better the performance of my Application? It can be in the form of code, memory ,disk space etc.
    Thanks in advance,
    Regards,
    krithika.
    null

    The system configuration is more than enough to run java applications.
    You are probalbly doing time-consuming operations in the event thread. Which blocks the event thread and the gui seems not to be responding. If you you have a very bad design.
    Use a thread for time consuming operations.

  • Deployment of ADF Application in Oracle  Application  server

    I am tring to deploy my application in Oracle 10.1.3 SOA Suite server. But, during deployment time of my xyz.deploy file I am getting following error ->
    Binding GlobalSalesService6.0 web-module for application GlobalSalesService6 to site default-web-site under context root GlobalSales
    Exception: NoClassDefFoundError: oracle/adf/view/faces/event/industrial/VirtualFunctionKeyActionEvent
    Operation failed with error:
    oracle/adf/view/faces/event/industrial/VirtualFunctionKeyActionEvent
    Deployment failed
    Please help me to solve the problem. My application is running fine in my embedded OC4J server in JDeveloper.

    I met the same problem too.
    I'm using oc4j 10.1.3.1 and install ADF runtime using adfinstaller.jar.
    does anybody know how to solve this problem?

  • Deployment of ADF Application on Oracle application server

    Respected Experts ,
    I have created a ADF application using Jdeveloper 10.1.3.2.0 the version of ADF is 10.1.3.40.66
    Now i have the following questions.
    1. I have installed Oracle Application server 10.1.3.1.0 (Oracle SOA Suite 10.1.3.1.0) ,how ever i have installed only the j2ee server and web server .The server is on Linux (Red hat ES 4).
    The server has installed sucessfully and can be accessed by using em. but when i am deploying the application on server using server control by uploading the war file the application gets deployed correctly but on acessing it through browser it gives HTTP 500 error.
    Is this due to ADF runtime version mismatch ? or some other reasons are there.
    2. What is the opmn port of this server ,so i can make connection from jdeveloper.
    3. How to update ADF runtime of server.
    4.How to configure datasource or jdbc source on server.
    Thanks in advance ,please help me .

    The steps for correctly deploying the application are in the documentation:
    http://download.oracle.com/docs/cd/B32110_01/web.1013/b25947/deployment_topics.htm#CHDJJDDG

  • How to access Express Application from Oracle Application Navigation

    Hi
    I have created a Application Express Application. Client want to access this Application as a part of Oracle Application one of the Responsibility Navigation.
    How can achieve this?
    Regards
    Kiran Akkiraju

    Scott
    Application Express verion
    Application Express 3.0.0.00.20
    I am using my own Custom Function authentication which will check against eBusiness login Username and password.
    When I intially access I get below URL
    http://ortest.eatonsteel.com:8010/pls/htmldb/apps.xxapplication_express_pkg.Launch_103_Application
    In this URL I was entering eBusiness User Login details and I press OK Button
    Then it is redirecting to below URL
    http://ortest.eatonsteel.com:8010/pls/htmldb/f?
    and it throws below error
    Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
    Error ERR-7620 Could not determine workspace for application ().
    OK
    When I press OK button it is redirecting me to below URL again
    http://ortest.eatonsteel.com:8010/pls/htmldb/apps.xxapplication_express_pkg.Launch_103_Application
    In this URL again it shows login details. When I enter username and password this time it is logging into the Application correctly. And it redirecting to below URL
    http://ortest.eatonsteel.com:8010/pls/htmldb/f?p=103:1:6916299608406263518
    Initially when I am trying to access it will not connect.
    Regards
    Kiran Akkiraju

  • Invoke external application thru oracle application server 904

    Hi all,
    We are trying to invoke an external exe (WordAPI.exe) through Oracle Application Server 9.0.4 installed on Windows 2003/XP
    This exe reads the text file and fills the data in specific word document and sends the same to the printer. The data is filled in the document w.r.t. the bookmarks added in it.
    The problem is windows task manager shows both processes WordAPI.exe and winword.exe started but it does not send anything for printing.
    The same is happening when we try to invoke notepad.exe or wordpad.exe
    The feature when executed in Jdeveloper gives perfect results.
    Also we tried using same feature in another app server and there also we got required results.
    If anyone has come across any such problem and was successful in getting it thru, please suggest.
    Thanks in advance

    Hello,
    we have a similar effect, when start winword from FORMS / ORA_FFI and I can see the winword-process in windows-taskmanager ( Server 2003 ), but nothing is going on,
    the application hangs.
    Did You solve your problem ? what's wrong ?
    Does it work in another enviroment ?
    thanks

  • Invoke external application from Oracle Application Form

    Hi,
    I need to invoke external application such as AutoCAD from Oracle Apps Form. Does anyone know how this could be done.
    Form Version : 12.0.11.12010000.2
    Oracle Applications Release R12.
    Thanks,
    Ash

    You can use DDE.App_Begin to open apps such as MS word.
    Try and see if it works for you.
    The other option is you add a menu option (called Launch Autocad) using personalization.
    And then use personalization to launch a web page. This assumes that Autocad app is available as a web service.
    Hope this helps,
    Sandeep Gandhi

  • Oracle Application Express Developer Competition 2009

    Hi guys,
    Just wondering if many of you (looking at the 2000+ scores generally) have submitted apps to the content. Is it known if the contestant's apps will be made public after the results? It'd be interesting to see the kind of features the top 3 include into them.
    Mike

    They are different libraries with different features. IMHO, ExtJS is better for the layout and design and jQuery is better for widgets. The plan is to design most of the app in ExtJS and sprinkle in the odd jQuery widget when/if needed.
    To be honest I've done the vast majority with ExtJS and haven't required jQuery yet but that may come. If used both I would probably use the full ExtJS library and a very stripped down version of jQuery...
    Cheers
    Ben
    http://www.munkyben.wordpress.com
    Don't forget to mark replies helpful or correct ;)

  • Urgent :- Issue with deploying application in Oracle Application server

    Hello All,
    Hope all of you are doing good ! I am facing an issue relating to deploying applications using the Enterprise manager. When i deploy the war file using Deploy WAR file option in the OEM, i get the following error -
    Failed to deploy web application "gCube". Failed to deploy web application "gCube". . The configuration files for this OracleAS 10G instance are inconsistent with the
    configuration stored in the repository. In order to protect the repository,
    no further configuration or deployment operations are allowed until the problem with the configuration on the filesystem is resolved. This condition arises when a prior operation was unsuccessful. The exception associated with this failed operation is:
    {0}
    . Please also check the logs located at
    ORACLE_HOME/dcm/logs to determine why DCM was unsuccessful in updating
    the configuration files on disk. Some possible causes are:
    * permissions on files
    * file contention issues on Windows NT
    * internal Oracle error
    After resolving the problem that prevented DCM from updating the configuration
    files, you may use the dcmctl resyncInstance command to resolve the problem.
    Alternatively, you can stop and then restart the active dcmctl or EMD
    process and resyncInstance will automatically be performed.
    Root Cause: invalid stream header
    Resolution: . invalid stream header
    Please could you throw some light on this issue and also provide a resolution to fix this issue at the earliest ?
    Your help in this , will be greatly appreciated.
    Thanks and Regards,
    Ramanan.

    Hello All,
    Could anyone assist me with a fix for the problem ?
    Would appreciate it greatly.
    Thanks.

  • Deploying forms application on Oracle Application Server 10g on Solaris

    Hi Guys,
    We have to deploy our forms application on Application Server 10g on Solaris platform.
    I understand we have to specify the hosting directory in the formsweb.cfg file from where forms will be picked up.
    Now the query is -
    We have a directory structure, we want to keep the directory structure intact as every directory contains forms and reports executables belonging to that module.
    So can I mention the parent directory structure as launching directory and still the forms will be picked and hosted as web forms when user tries to access the form via a link, the forms executables being in inidividual directories inside the parent directory?
    - Hosting Directory (formsweb.cfg entry)
      - Sub Directory1
          - Form1
          - Form2 
      - Sub Directory2
          - Form3
          - Form4
      - Sub Directory3
          - Form5
          - Form6I hope I am able to put my query across in accurate way.
    Thanks!
    Av.

    Hi FormsEleven,
    When you say you can do this or you have done for demo then considering following directory structure if I have two forms having common form names how it will be resolved?
    Or how the url to access these forms will be?
    As shown in the following structure consider we have Form1 in sub directory1 as well as in sub-directory2 then how the link to access these forms will be?
    - Hosting Directory (formsweb.cfg entry)
      - Sub Directory1
          - Form1
          - Form2 
      - Sub Directory2
          - Form1
          - Form4
      - Sub Directory3
          - Form5
          - Form6

Maybe you are looking for

  • Ipod wont turn on or connect to computer after reset while restoreing

    so i was restoreing my ipod and i realized there was some pics i wanted so i disconnected the ipod and then reset doing the thing where u hold select and menu and now it wont turn on or connect to the computer please help me out

  • Iphoto 09 not properly exporting edited photos

    When I use the "adjust" function in the edit screen the changes I make are neither applied in the enlarged version of the photo in Iphoto nor when I try to export the photo to the desktop. Other changes I make in edit, such as using the "effect" func

  • CRM WebUI Not Opening

    Hi Experts, I have start using a new SAP CRM system. SAP GUI is working fine but WEBUI is not. When ever i try to open, it says " page can not be found". Where as when i try the same at other laptop, it does work. I have added the IP address in hosts

  • SAP BEX keyfigure dispalying 'X'

    Hi All, Character replacementpath with formulae variable of key figure displaying 'X' for alpha numeric characters. please suggest how to conver 'X' to value 1 of keyfigure. Thanks and Regards, Uma

  • Problema con adobe download assistant

    hola Tengo problemas al iniciar sesión en Adobe download assistant, no me permite el acceso