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

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?

  • 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

  • Quick SAP Script question New Page Print

    Quick SAP Script question
    I have added a new page to an existing SAP Script BUT only want it to print if a condition is true.
    I need to do this from within the form as the print program is SAP Std.
    Any idea how I can prevent the new page from printing?
    i.e. I need the form NOT to call the new page if the condition is false. Is there a way of forcing an exit or stop from with in the form?

    Hi,
    To trigger a new page, there is script ediotr command NEW-PAGE.
    so find where is that command is triggered and use the below code for trigger it on any specific condition....
    if &condition& = 'True'
    /*  NEW-PAGE
    elseif
    /: NEW-PAGE   
    endif
    so it means if condition is satisfied your new page will not work.. else it will...
    Hope you got it...
    Try this..
    Best luck..
    Regs,
    Lokesh.

  • 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

  • Need oracle practice question for OCA

    Need oracle practice question for OCA.
    Edited by: 823938 on Dec 27, 2010 10:21 PM

    It's illegal to use dumps.
    Read the following link:
    http://www.certguard.com/braindumps.asp

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Scripting Question - Very Basic

    Hello, I'm using the trial version of InDesign and am wondering if because it's the trial version that I can't load custom scripts from Adobe?  I've downloaded and installed a Custom Calendar script [I can see the extracted files in/on my PC] but the app apparently doesn't see it.  Any help you can offer is greatly appreciated.  Thanks, 

    Thank you so much, you were spot on. 
    From: Peter Spier <[email protected]>
    To: Friar5 <[email protected]>
    Sent: Monday, December 12, 2011 3:18 PM
    Subject: Scripting Question - Very Basic
    Re: Scripting Question - Very Basic created by Peter Spier in InDesign - View the full discussion
    Have you put thew script in a location that InDesign uses for scripts? See How to install scripts in InDesign | InDesignSecrets
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4079869#4079869
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4079869#4079869. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in InDesign by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • 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 ?

  • Quick script question

    Hi all,
    Could anyone advise me if i can add anything within - header('Location: http://www.mysite.co.uk/thankyou.html'); in the script below so as the page
    re- directs back to the main index page after a few seconds ?
    Thankyou for any help.
    <?php
    $to = '[email protected]';
    $subject = 'Feedback form results';
    // prepare the message body
    $message = '' . $_POST['Name'] . "\n";
    $message .= '' . $_POST['E-mail'] . "\n";
    $message .= '' . $_POST['Phone'] . "\n";
    $message .= '' . $_POST['Message'];
    // send the email
    mail($to, $subject, $message, null, '');
    header('Location: http://www.mysite.co.uk/thankyou.html');
    ?>

    andy7719 wrote:
    Mr powers gave me that script so im rather confused at this point in time
    I don't think I "gave" you that script. I might have corrected a problem with it, but I certainly didn't write the original script.
    What you're using is far from perfect, but to suggest it would lay you open to MySQL injection attacks is ludicrous. For you to be prone to MySQL injection, you would need to be entering the data into a MySQL database, not sending it by email.
    There is a malicious attack known as email header injection, which is a serious problem with many PHP email processing scripts. However, to be prone to email header injection, you would need to use the fourth argument of mail() to insert form data into the email headers. Since your fourth argument is null, that danger doesn't exist.
    One thing that might be worth doing is checking that the email address doesn't contain a lot of illegal characters, because that's a common feature of header injection attacks. This is how I would tidy up your script:
    <?php
    $suspect = '/Content-Type:|Bcc:|Cc:/i';
    // send the message only if the E-mail field looks clean
    if (preg_match($suspect, $_POST['E-mail'])) {
      header('Location: http://www.example.com/sorry.html');
      exit;
    } else {
      $to = '[email protected]';
      $subject = 'Feedback form results';
      // prepare the message body
      $message = 'Name: ' . $_POST['Name'] . "\n";
      $message .= 'E-mail: ' . $_POST['E-mail'] . "\n";
      $message .= 'Phone: ' . $_POST['Phone'] . "\n";
      $message .= 'Message: ' . $_POST['Message'];
      // send the email
      mail($to, $subject, $message);
      header('Location: http://www.example.com/thankyou.html');
      exit;
    ?>
    Create a new page called sorry.html, with a message along the lines of "Sorry, there was an error sending your message". Don't put anything about illegal attacks. Just be neutral.
    By the way, when posting questions here, don't use meaningless subject lines, such as "Quick script question". If you're posting here, it's almost certain to be a question about a script. It doesn't matter whether it's quick. Use the subject line to tell people what it's about.

  • Unique Script Questions-timed startup?

    Hello All,
    I am long time mac fanatic with some unusual script questions. I have a project ongoing where I will need to put my pb 15" in a remote location with a Canon camera. Canon has transmitter device which will allow me via ethernet to ftp to my pb.
    Here's essentially what I need to the script to do and I am trying to find out just how feasible this is. I need my laptop to bootup to receive photos via ftp at a certain time period. The camera will send to the builtin ftp software. Once booted I need the script to hold for period of about an hour. Once time has elapsed I need the script to connect to the internet via a broadband EVDO card. We are using one of the EVDO cards built in to Tiger. It then must ftp a folder of images to a remote server.
    Simple, huh? : ) I am running Transmit as my ftp software. I believe it is scriptable and will watch a folder to send.
    Any ideas? I'd love to hear them. I can be reached via scott at scottaudette.com.
    This setup is going be used in very cool photo location but I can't publicly announce where.
    Scott
    G5 and PB 15"   Mac OS X (10.4.7)  

    'Transmit ... I believe it is scriptable' - yes it is. Go to How can I use AppleScript with Transmit? to download sample 'Transmit' scripts.
    'Once booted I need the script to hold for period of about an hour.' - well then, save the script as a 'stay open' application, with an 'on idle () ... end idle' handler - with a return of (60 * 60) seconds; and then drag the saved application onto the 'System Preferences' 'Accounts' 'Login Items' tab's list - of the user which the Mac will boot to (when turned ON).
      Mac OS X (10.4.4)  

  • Can I post here(Acrobat Windows) Java Script questions here?

    Hello
    Can I post here(Acrobat Windows) Java Script questions here? If not, wht is the correct forum?
    THank you

    Back up and down to Acrobat Scripting. Bot Windows and MacIntosh Acrobat versions use the same JavaScript.
    If you are using LIVECYCLE DESIGNER use their forums. The JavaScript syntax and objects are different in LIVECYCLE DESIGNER!

Maybe you are looking for

  • Third Party app issue

    Hello me and my Wife downloaded an app called itube. It's an app where you could download your favorite music/video and listen to it offline. Download app 4 months ago with no issue however a few days ago it started having an issue where now I could

  • How to  download the content to a PDF source file.

    Hi All, I am using FileDownload UI element in the ADOBE  interactive to download the content to a PDF file. Please help me how to download content to a PDF file. Thanks, Archana.

  • BDC running in foreground in ECC 6.0

    hi all, we have the system upgraded to ECC 6 and there was a BDC which was working fine in earlier version 4.7. But now after the upgrade BDC runs in the foreground instead of background. Can any one help me on this issue. Regards, Tcode

  • Something to worry about? - Security issue?

    iMac OSX 10.10.1 Transfer of files from a USB Flash Drive 1) - Transferred file from one USB FlashDrive to another USB FlashDrive. 2) - Attempted to eject USB devices - Window appeared stating Finder is using device (it wasn't!) - eventually they wer

  • I'm having trouble with PFI 24..31 signals and can't program to higher drive

    Hi all, I'm having trouble setting up my PFI<24..31> signals on my PXIe-6556.  According to the specifications, I can drive these signals to +/-85mA.  I have not been able to achieve that using the static PFI method using NI-HSDIO.  I see the voltage