OAF vs Oracle Scripting

A potential custom application has been put on hold as it has been deemed to expensive to write in OAF. We have now been asked to investigate if it is possible and quicker to write this app in Oracle Scripting.
I am currently ploughing my way through the Oracle Scripting user manual. Anyone any experience of Oracle Scripting and it compares to OAF as a development framework?
Thanks,
Jon.

Jon,
I'm not aware of the oracle scripting in the context of the Apps. Apex might be an alternative, but still use of OAF makes sense because that's what it is meant for. Even if you say that initially it might expensive, it will be a less burden in terms of integration, upgrade, management and framework support.
--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Oracle script to extract SQL server data to XML/CSX file format

    HI,
    I have a requirement like-
    Create an Oracle script to Extract data from SQL Server to XML/CSV file format in File server (Oracle Server and File Server are in different boxes).
    Create an Oracle script to Retrieve data from the File Server, validate and load into the Oracle staging table
    Create an Oracle script to Push data from Oracle Staging table to native SQL Server table
    We may/may not be using the staging table
    Could anyone please respond immediately as it is urgent ?
    Thanks,
    Inbamalar

    user10594152 wrote:
    HI,
    I have a requirement like-
    Create an Oracle script to Extract data from SQL Server to XML/CSV file format in File server (Oracle Server and File Server are in different boxes).
    Create an Oracle script to Retrieve data from the File Server, validate and load into the Oracle staging table
    Create an Oracle script to Push data from Oracle Staging table to native SQL Server table
    We may/may not be using the staging table
    Could anyone please respond immediately as it is urgent ?
    Thanks,
    Inbamalar
    Urgent issues indicate a live/production system is having problems and a company is losing money, or customers are being prevented from using it.
    For urgent issues you should raise your issue with Oracle Support using your customer support identifier.
    The community forums are for non-urgent issues.  To suggest such issues are urgent is considered rude, as the people who help here are volunteers with their own jobs to do, so demanding their time for your "urgent" issue is not appropriate.  It also suggests that you think your issue is more important than other people's issues, so you are being rude to those people too.  Your issue is no more important than anyone elses.
    In relation to your question, you need to provide more information.
    Please read: Re: 2. How do I ask a question on the forums?
    When you refer to "SQL Server" are you referring to the Microsoft SQL Server product, or are you just referring to a physical server with your oracle database on it?

  • Help me conver following SQL server script in to Oracle Script

    could any one help me to conver following script in to oracle script
    Create Procedure Insert_profilebasicdetail
    @isubprofileid as int,
    @Copyisubprofileid as int,
    @itranno as int,
    As
    Begin
         Declare @IncKeyId as int
         Declare @tempkeyId as int
         set @IncKeyId=(select isNull(Max(ikeyId),0)as MaxKeyId from profilebasicdetail)
         Declare TempInsert cursor for select ikeyId--,iprofileid,iquestionid,vquestionans,cstatusindi,dmodifyon,imodifyby,iyear
                   from profilebasicdetail where isubprofileid=@Copyisubprofileid and itranno=@itranno
         open TempInsert
         fetch from TempInsert into @tempkeyId
         while @@fetch_Status=0
         Begin
              set @IncKeyId = @IncKeyId + 1
              Insert into profilebasicdetail
              (ikeyid,iprofileid,iquestionid,vquestionans,cstatusindi,dmodifyon,imodifyby,itranno,iyear,isubprofileid)
              values(select @IncKeyId,iprofileid,iquestionid,vquestionans,cstatusindi,dmodifyon,imodifyby,'1',
                             iyear,@isubprofileid from profilebasicdetail where ikeyId=@tempkeyId)
         fetch next from TempInsert into @tempkeyId
         End
    End
    Regards,
    Ajay

    Thanks Pavan Kumar
    i m new in oracle i don't know anything.
    i run following script on TOAD 9.5 n it gives me error
    could u suggest me how can i run this script means directly on oracle 10g or on TOAD
    if u r at india then could u give me ur mobile number so i can explain my query u clearly.
    Create or Replace Procedure Insert_profilebasicdetail
    p_isubprofileid IN NUMBER,
    p_Copyisubprofileid IN NUMBER,
    p_itranno IN NUMBER,
    As
    v_IncKeyID NUMBER;
    v_tempkeyId NUMBER;
    CURSOR TempInsert IS
    SELECT ikeyid, iprofileid,iquestionid,vquestionans,cstatusindi,dmodifyon,imodifyby,iyear
    FROM profilebasicdetail
    WHERE isubprofileid=p_Copyisubprofileid and itranno=p_itranno
    Begin
    SELECT MAX(NVL(iKeyID,0))
    INTO v_IncKeyID
    FROM profilebasicdetail;
    FOR r in TempInsert LOOP
    v_IncKeyID = v_InceyID + 1;
    Insert into profilebasicdetail
    (ikeyid,iprofileid,iquestionid,vquestionans,cstatusindi,dmodifyon,imodifyby,itranno,iyear,isubprofileid)
    values(select v_IncKeyId,r.iprofileid,r.iquestionid,r,vquestionans,
    r.cstatusindi,r.dmodifyon,r.imodifyby,'1',
    r.iyear,p_Copyisubprofileid
    from profilebasicdetail
    where ikeyId=r.ikeyId);
    END LOOP;
    EXCEPTION
    WHEN others THEN
    raise;
    End;
    Regards,
    Ajay

  • Oracle scripts to manage sql ext to Warehouse Facilities (Create Dimensions, Rollup)

    I'm running Oracle 8.0.5 Enterprise Edition on NT.
    I used the Oracle assistant to create a new database instance and
    i had noticed that sys tables and packages to manage sql dimension extension had been created.
    Subsequently I had to re-create the database (because i needed to
    modify the db-block size) but now i'm not able to find the Oracle
    Scripts that allow me to re-create the appropriate sys-user, tables and packages.
    I currecly run the buildall.sql script which run the catalog.sql, catproc.sql etc..
    Could anyone tell me which are the right script to run and where are they located?
    Thanks in advance,Imma

    (Running Win2K Pro, standalone PC 9201 patch2323002)
    Yes, I'm getting the same problem, except I get this error message :
    ORA-28575: unable to open RPC connection to external procedure agent
    Which apparently means I've got something wrong with my listener configuration and it can't find the external procedure. Seeing as I haven't configured the listener maybe this is the problem?!?!?!
    Have you had to configure your listener? If so what did you put in it?
    Robert

  • Tools to manage and use oracle scripts

    Easyscript for Oracle is a tool to help you manage scripts efficiently
    and use scripts easily. The goal of easyscript is providing you a uniform
    and easy envrionment to manage and use your scripts.
    With hundreds of ready-made scripts, easyscript is also a monitoring and tuning
    tool for Oracle DBA and application developer.
    With Easyscript for Oracle there is no more hunting around on your hard drive for your favorite and important scripts!
    Manageability
    1. Scripts are well organized in tree structure, can be nested in any level, divided into
    different categories as you like. Each tree node represents a script.
    2. Using the search function, you can find a particular script even faster.
    With a mouse click, you can view the entire script,and even flip back and forth between scripts.
    3. Add script into (delete script from,modify script name in) script tree can be done on the fly.
    4. SQL statement, sqlplus command and pl/sql block can be mixed together into a script,
    edit script in script window with syntax highlighting.
    5. Able to convert old scripts located in directory and subdirectory to a well organized script
    tree used by easyscript, so migrate your old scripts in file system to easyscript is very handy.
    Usability
    1. Script is sqlplus compatible, so any scripts previously run in sqlplus can be run
    by easyscript, and vice versa.
    2. Execute script in easyscript is just one mouse click.
    3. All scripts or scripts located under a categories can be runned in batch mode.
    4. Scripts can be scheduled to run in batch mode to generate report of any targeted databases.
    5. Report generated by easyscript can be in htm or txt format.More output format such as cvs,excel
    will be supported soon.
    6. Able to highlight column data of query result when it's value meet pre-defined condition,
    this makes report more readable.
    Script depot
    1. Hundreds of ready-made scripts,These scripts cover all
    aspects of day-to-day Oracle administration, from installation
    to system monitoring and backup and recovery.
    2. Easy to share and exchange scripts with others in a uniform way.
    3. Affiliate with other famous Oracle site to provide more scripts continuously.
    Get more information about easyscript for oracle from
    http://www.wangz.net/easyscript.php
    Here are scripts can be used by easyscript for oracle:
    http://www.wangz.net/scripts.php

    My thoughts on this (if anyone cares) are Tools to manage and use  oracle scripts.
    Cheers, APC

  • What is advatage of oaf over oracle forms

    Hi Group,
    This is azamtulla oracle apps technical consultant.
    Can anybody tell me the diffrence between OAF and oracle Forms?
    what is the advantage of OAF over Forms?
    how can we explain our client what is advantage of oaf over forms?what benift he get in his business?
    Thanks Regards
    k azamtulla khan

    Go through the initial chapters of OAF dev guide and you will get enough information.
    --Shiv                                                                                                                                                                                               

  • URGENT: Need Applcore for OAF Jdeveloper - Oracle Apps 11.5.10 and R12

    Hi
    Please tell from where can I download the complete Jdeveloper Studio for Oracle Apps 11.5.10 and R12 which has Applcore.
    We need this Oracle JDeveloper for Oracle Apps 11i and R12 development.
    I downloaded Oracle Developer Suite10g (9.0.4.0.0) from :
    http://www.oracle.com/technology/software/products/ids/htdocs/904winsoft.html
    and
    Oracle Developer Suite 10g (10.1.2.0.2) from
    http://www.oracle.com/technology/software/products/ids/htdocs/101202winsoft.html
    but neither of them is having Applcore for 11i and R12
    Thanks
    Rahul
    Edited by: RahulD on Dec 2, 2008 2:53 PM

    RahulD,
    What you want is the OAF download (Oracle Application Framework). The only place to get this is on metalink; you will search based upon the specific version of apps that you have to find the appropriate "patch" to download.
    John

  • Help with Oracle Scripting Tool

    Hello all, I am currently new to using the Oracle Scripting Tool. I can already launch the scripting author and develop some basic scripts using PL/SQL commands and test them using the scripting user responsibility. My main problem is with this one requirement in one of the panels of the script.
    In the first panel, there is a multi-list select box with a number of options. The user will select any number of these options then click continue to the next panel. Now here is my problem, if say the user selects 3 options in the last panel, the next panel should show 3 text fields. These text fields will correspond to each option selected meaning if I select 2 options in the last panel, 2 text fields will appear in the next panel or if I select 5 options in the last panel then 5 text fields will apper in the next panel. I dont know how to implement this using the Oracle Scripting tool, please help.. Any advice on this would be of greatly appreciated..

    Neither can be affected by the user.  The first is a long-standing, frustrating, bug.  Please report it via Aperture feedback at "Aperture➞Provide Aperture Feedback".  (I make thousands of crops a week, and make hundreds of details from crops (re-cropping smaller).  The current set-up, which "helpfully" over-rides _my_ setting, is extremely frustrating.)
    The second is not changeable.  You could recommend larger and/or more visible sizing handles by filing a second feedback request.
    Sorry for the unhelpful news.

  • Oracle script that was used to confirm the web services working????

    I am having major problems with the top 2 web servers and top 3 app servers, which would be the cluster facing our external customers. This is how our our web services are deployed. I used an oracle script that was used to confirm the web services worked when I installed this working with the oracle consultant taken from metalink. I simply edited it for our web services.
    Can’t deploy web services. Using a script. 2 work on 2 of the machines. Doesn't always work on third machines. Third web service doesn't work on any of the machines.
    Please help, Thank you

    Please can you provide more information, its really not much to work with when u just my web server is not working. any log files ...error messages ?

  • Executing Oracle scripts

    First some info, if it's important:
    WL 5.1, sp10
    Oracle 8.1.7 (for Solaris)
    When I fire up SQL*Plus in Oracle, it is straightforward to execute an
    oracle
    script by simply typing:
    sqlplus>start myscript.sql
    I was wondering if, given a java.io.File object that represents an
    Oracle script, JDBC somehow invoke SQL*Plus and invoke that script.
    Obviously, it is possible to execute simple jdbc/sql statements such
    as "create table" and "select" or even call stored procedures. But I
    would like to imitate the functionality of running the script from the
    sqlplus command line (as above). Is it possible? How?
    Thanks in advance, Dave

    "D. Alvarado" wrote:
    First some info, if it's important:
    WL 5.1, sp10
    Oracle 8.1.7 (for Solaris)
    When I fire up SQL*Plus in Oracle, it is straightforward to execute an
    oracle
    script by simply typing:
    sqlplus>start myscript.sql
    I was wondering if, given a java.io.File object that represents an
    Oracle script, JDBC somehow invoke SQL*Plus and invoke that script.
    Obviously, it is possible to execute simple jdbc/sql statements such
    as "create table" and "select" or even call stored procedures. But I
    would like to imitate the functionality of running the script from the
    sqlplus command line (as above). Is it possible? How?By writing a Java program that reads in each line of the input, and
    uses JDBC to send that line to the DBMS. If there is more complicated
    semantics than executing one line at a time independently, then you would
    have to write code to parse the lines to understand and implement these
    semantics.
    Joe
    >
    >
    Thanks in advance, Dave

  • Oracle Scripting Question

    Can any one of you let me know which is the relavant forum to post question on Oracle Scripting Module.
    Question:
    Using the graphical scripting mode what are the steps for using a check-box and proceeding to the next panel
    in a script.
    Thanks,
    Kalyan.

    Kalyan,
    Looks like you were working on Scripting in 2010...Did your project live?
    Does scripting work? I am not aware of any customer that uses scripting and therefore a bit hesitant to use it.
    Any feedback from you would be highly appreciated.
    Thanks
    Rahul

  • Oracle Scripting 11i - custom java command problem

    Hello
    Can someone pls help me with the following issue I'm having with Oracle Scripting 11i.
    I want to use in my script a custom Java command for a shortcut button. I follow the instructions given in the docs that I found, but seems that I miss something, so pls advice.
    This is what I did:
    1. in my script a defined a shortcut button with a Java command type. The command name is correctly specified as :
    a.b.myclass::mymethod - I'm also passing a Proxy parameter and a string - the name of the group I want to jump to. (this is the exact example I found in Oracle Scripting use and administer course dating from 2000 -:( ).
    2. I packaged my classes in a jar. (What is strange is that I am using the exact code for my method as the ScriptUtil class provided as bestpractice by Oracle)
    3. using Oracle Scripting Administration Console I upload my jar as global.
    4. Deploy my script to the database.
    5. Run the script
    After all that, what I get when I push the shortcut button is .... nothing!!!!
    If I am removing my jar from the database using Oracle Scripting Administration console - I am getting "Unable to load class since no jar was associated with your script"
    If I'm indicating on purpose a Java method name (that does not exist in my class) I'm getting java.lang.RuntimeException.
    So, I really do not know what the problem is, since my code is the same as the ScriptUtil class, and if I'm using the Script Util as my Java Command it works just fine.
    Can someone help me? What am I doing wrong? Did I missed a step?
    Thank you
    Cristina

    Hello
    Can someone pls help me with the following issue I'm having with Oracle Scripting 11i.
    I want to use in my script a custom Java command for a shortcut button. I follow the instructions given in the docs that I found, but seems that I miss something, so pls advice.
    This is what I did:
    1. in my script a defined a shortcut button with a Java command type. The command name is correctly specified as :
    a.b.myclass::mymethod - I'm also passing a Proxy parameter and a string - the name of the group I want to jump to. (this is the exact example I found in Oracle Scripting use and administer course dating from 2000 -:( ).
    2. I packaged my classes in a jar. (What is strange is that I am using the exact code for my method as the ScriptUtil class provided as bestpractice by Oracle)
    3. using Oracle Scripting Administration Console I upload my jar as global.
    4. Deploy my script to the database.
    5. Run the script
    After all that, what I get when I push the shortcut button is .... nothing!!!!
    If I am removing my jar from the database using Oracle Scripting Administration console - I am getting "Unable to load class since no jar was associated with your script"
    If I'm indicating on purpose a Java method name (that does not exist in my class) I'm getting java.lang.RuntimeException.
    So, I really do not know what the problem is, since my code is the same as the ScriptUtil class, and if I'm using the Script Util as my Java Command it works just fine.
    Can someone help me? What am I doing wrong? Did I missed a step?
    Thank you
    Cristina

  • Oracle scripting

    I am trying to generate an xml file using oracle scripting.
    There is some HTML data in the table.
    SQL statement in script:
    SELECT '<messages>' || '<![CDATA[' || col1 || ']]>' || '</messages>'
    FROM table1;
    i am getting the output like this for the above SQL statement,
    - <messages>
    <![CDATA[ <font size="4" face="Verdana"color="black">
          <b>Mededelingen:</b></font><br /><br /></font>  ]]>
    </messages>
    But i need the output like this,
    - <information>
    - <![CDATA[
                <font size="4" face="Verdana" color="black"><b>Hoe word ik geholpen?
                </b></font><br /><br /></font>
            ]]>
    </information>
    Please suggest me on this

    '<A1>'||'<![CDATA['||CHR(10)||EMPNO||CHR(10)||']]>'||'</A1>'
    <a1><![CDATA[
    7900
    ]]></a1>
    <a1><![CDATA[
    7902
    ]]></a1>
    <a1><![CDATA[
    7934
    ]]></a1>
    SQL> l
      1* SELECT '<a1>' || '<![CDATA[' || chr(10)||empno||chr(10) || ']]>' || '</a1>' from emp

  • Running Oracle Scripts from Command Line

    Hi,
    How can i run Oracle scripts from command line.
    Actually i need to run these scripts from MSBuild before running Unit test projects

    C:\>sqlplus @myscript
    That would be the easiest variation
    C:\>sqlplus user/passwd@tns_alias @myscript
    would be an often used variation
    And then there is of course the version with parameter passing:
    C:\>sqlplus user/passwd@tns_alias @myscript param1 ... paramx
    Dunno about MSBuild

  • How to run an Oracle Script File

    Hi,
    Please anybody tell me how to run an Oracle script file (*.sql file) from Query template.
    In SQL*Plus we run a script file as @Script_file_name.sql
    how do we do it in Query Template.

    Dave,
    Please only post your question in one thread at a time....
    [SAP xMII synchronus commincation|SAP xMII synchronus commincation]
    Sam

Maybe you are looking for

  • Down Payment Clearing (F-54)

    I have an issue in F-54. While clearing the down payment system is not picking up the whole amount. It shows the difference. For E. g. Down Payment Entry (F-48) :- Vendor (Special G/L) Dr. 10000 TDS Cr. 2000 Bank Cr. 8000 While Clearing Down Payment

  • How can I print without connection to internet?

    My internet connection is very poor. It's often down. How can I print from mi mobile device to the printer that is wired connected? With iprint photo nothing was needed.

  • Any way to actually understand a Problem Report for Mac OS X?

    Many months ago I tried to load Lion onto an external HD but as it restarted it kept freezing. I tried everything but it wouldn't boot on both the Lion or Snow Leopard on the internal drive. I was getting the Apple screen with slight interference and

  • Playing AVI Format Movie Clips?

    Hi All, I'm having problems when i try to play movie clips that i've shot using my digital camera. I can save the clips onto iphoto and when i open one, it does play the actual footage but not the sound. The other thing is that when i play each clip

  • Please Help:I Can't Display Album Artwork!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    I took the display album art check away because I couldn't see the album artwork. I then checked it back on and it still won't show the album artwork. It says ERORR (-50). Can anyone tell me how to fic this???-Thanks, Ray 30 GB Video iPod!   Windows