launch of the unix shell form

I hope that I am not premature with this question - I have done some research and have not yet found the answer. So if it's pretty basic stuff, I apologize.

I had to convert some older applications, Informix to Oracle (10g 2). The old forms of informix where executed via bourne shell scripts, and as you can imagine, were displays pure character inspired. Is it possible to launch the new forms of Oracle from a bourne shell script? I'm afraid you're going to tell me that I have to convert completely over to a web application...

Darren

Yes. Then you access it only via a URL. Your unix server would take the role of application server (& / DB server).
Good luck! I hope they are not too complex and are documented...
Steve

Tags: Oracle Development

Similar Questions

  • Annex Essbase Studio to the Unix server - can previously enter us command in the Maxl Shell deploy?

    Hello

    I have essbase studio, where cubes are deployed manually on a regular basis to the EAS. Now, we intend to automate it, and our Essbase Studio and Essbase sitting on UNIX. I know that we can call the 'startMAXL.sh' of UNIX shell, but I was wondering, if I automate that, I pre-home/pre-store can do the command deploy somewhere in the script that calls startMAXL.sh and runs this command?

    My new shell script is:

    #! / bin/sh

    echo "the sript is about to invoke an another MAXL shell"

    pathToShell = ' / dataobi/.../bin/ '.

    chmod a + x $pathToShell "startMAXL.sh"

    SH $pathToShell "startMAXL.sh"

    When I run this script, it takes directly to the MAXL > tab and waits for the deploy command to enter. But instead, can he take the deploy command directly starting from somewhere and run it automatically?

    Please help me.

    Thank you

    Gibot.

    You can save the command deploy the Deployment Wizard (or create it manually), then in your shell script that calls startMaxL.sh to add the path and name of your file MaxL after him.

  • Call the OBIEE Unix Shell Script

    Hi all

    Is it possible to make a call to a Unix Shell Script with the framework of the Action of OBIEE.

    Thanks in advance

    I don't think, but we can go for it instead side BI. Try to transfer the same features side shell script so that the script can identify your report using the tail of the log nqquery and execute the rest of your lines in shell script.

    This can done and works as expected. If you identify your report instead of this long logical query at all with my suggestion that you can go for a little keyword.

    Score pls help if

  • launch of the Explorer error lvproj

    Hello

    I use Vista SP1 32-bit 10 LV and it works OK for a month.

    I was doing some storage project / renaming etc but when I tried to restart using a window of the Explorer and double click on the .lvproj file I dialog "Windows cannot find ' c:\.  (my path) \test.lvproj' I'm still capable of launching the project properly form the start window.

    Now, I also get the same problem with a new project!

    Any ideas how LabVIEW works properly with the operating system again?

    Al

    The problem seems to have disappeared!

    Several reboots the computer seems to have fixed. I don't know if this makes it a problem Vista or LabVIEW?

  • Re: Unix shell script to notify if an array has reached a number of lines

    Looking to write a script to send an alert notification when an Oracle database table object reaches a certain value of line number. If anyone has the logic "If this while" for a script shell unix would be great.

    With the logic of control and check on the table when it reaches the total line number can be added to the script and on-demand via cron.

    Thank you.

    Thus, you must periodically (how often?) a COUNT (*) on the target table?  Is this acceptable overhead?

    /Korn Bourne shell scripts can compare numbers and check if one is greater than another.  See "-gt" UNIX - Shell basic operators

    Hemant K Collette

  • How to call the script shell of the Hyperion Workspace

    Hi all

    I have to call a shell script of the Hyperion workspace. After searching on Google, I came to know that its possible using generic employment applications.

    So I created a generic job application in the workspace to help below in detail.

    Job name: set_run_shell

    Server: Name of the Server workspace

    Order tempate: $PROGRAM $PARAMS

    executable: Cygwin executable path (like hyperion installed in windows server 2008, I had to install Cygwin to make the unix-like environment)

    Just write simple shellscript that the ECHO command displays "Hello World."

    Imported this shell script and above assigned jobs for it but no luck, when I run this job I never see output or less error. It showing the message running for a long time until get session expires.

    Can someone help me to run a shell script.

    Thank you

    Aravind

    The executable file must be %WINDIR%\System32\cmd.exe cmd.exe

    You will also need to create a batch file that comes from this sh.exe and imports that work. Try and let me know.

    Concerning

    Celvin Kattookaran

  • How to validate SQL * MORE connection in Unix shell script

    I wrote the following function in unix shell script to validate SQL * MORE connection and throw a user-defined message.

    function check_db_conn

    {

    output | sqlplus-s-L $User/$Password@$SID >/dev/null

    If [[$?-no 0]]; then

    echo 'credentials incorrect DB.

    FI

    }

    However, I would like to change this feature so that the user has entered a good connection and that there is a problem with TNS listener must display the appropriate message.

    Hello

    Try adding:

    lsnrctl status $listener_name > /dev/null
    if [[ $? -ne 0 ]]; then
      echo "Issue with Listener"
    fi
    
  • Retrieve data from PL/SQL block and generate the UNIX data file

    Hi all

    I comply the following Unix Shell Script code block. The following code was generated the file count_curdate.txt with all need info. The query gives the number of records, the partition_dt group

    ABC ='sqlplus-s < < of folklore > count_curdate.txt
    uname/paswd@ConnectString
    SET THE OFF POSITION;
    SELECT COUNT (*) | «, » || partition_dt of the XYZ group by partition_dt;
    "exit";
    END '

    But now I need to change the above code to use dbms_application_info.set_module in it. Could someone let me know how to generate the file using PL/SQL in Shell Script block. I have tried following written code, but it generates count_curdate.txt file with 0 bytes.

    ABC ='sqlplus-s < < of folklore > count_curdate.txt
    uname/paswd@ConnectString
    Set serveroutput on;
    SET THE OFF POSITION;
    Set feedback off;
    BEGIN
    DBMS_APPLICATION_INFO.set_module (' shm.ksh ',' get account per day ");
    FOR again IN (SELECT COUNT (*):) «, » || partition_dt as 'DCount"of the XYZ of partition_dt group);
    LOOP
    DBMS_OUTPUT. Put_line (reccur. DCount);
    END LOOP;
    end;
    /
    "exit";
    END '

    Hello, your PL/SQL is not successfully completed, i.e.,.

    This:

    ABC=`sqlplus -s < count_curdate.txt
    uname/paswd@connectstring
    set serveroutput on;
    SET HEADING OFF;
    set feedback off;
    BEGIN
    dbms_application_info.set_module ('shm.ksh','get count by day');
    FOR reccur IN (SELECT COUNT(*)||','||partition_dt as "dcount" from XYZ group by partition_dt);
    LOOP
    DBMS_OUTPUT.PUT_LINE(reccur.dcount);
    END LOOP;
    end;
    /
    exit;
    END`
    

    Should be this:

    ABC=`sqlplus -s < count_curdate.txt
    uname/paswd@connectstring
    set serveroutput on;
    SET HEADING OFF;
    set feedback off;
    BEGIN
    dbms_application_info.set_module ('shm.ksh','get count by day');
    FOR reccur IN (SELECT COUNT(*)||','||partition_dt as "dcount" from XYZ group by partition_dt);
    LOOP
    DBMS_OUTPUT.PUT_LINE(reccur.dcount);
    END LOOP;
    end;
    /
    exit;
    EOF`
    
  • IPhoto on the external hard drive will not launch despite the force quit and relaunch several times. Can someone help me?

    I have a MacBook from 2008. 4 years ago I moved my iPhoto on an external hard drive. I have thousands if photos on it. IPhoto on the external hard drive will not launch despite the force quit and relaunch several times. Can someone help me?

    < re-titled by host >

    I moved my iPhoto on an external hard drive.

    Did you move the iPhoto library for the external hard drive or the iPhoto application, or both?

    How is formatted the external hard drive? Is the file system on the drive Mac OS extended (journaled) or other system files?  Is the drive directly connected by USB or similar, or is it a SIN?

    IPhoto on the external hard drive will not launch despite the force quit and relaunch several times.

    I don't understand - if you force quit smoking, launches the application, or you can not force it quit?

    IPhoto is suspended without doing anything, when you launch?

    What version of iPhoto does? And what version of Mac OS X?

  • Satellite L300D - how to get rid of the Aston Shell software

    Hello

    I bought a new computer Satellite L300D last month and was very happy with it.
    Unfortunately, yesterday, by chance, I ran a progrmme called Aston Shell.
    My computer the entire screen has changed.

    When it came to MacAffee, he asked if I wanted to change my registry. I hit on no.
    Now, it will not be closed properly, I don't know where to find my files. He also tells me that there is a trial, thirty days if I fear at the end of the thirty days that my computer will be any good.

    Someone told me I should be able to return to the Explorer of Windows through my preferences and my BONES should not be affected.
    I don't know what that means. It has been suggested also not uninstall Aston until I do it.
    Although I am grateful to that person to get advice here, I don't know what to do. I'm a little bit of panic.

    Can someone help me please. Thank you.

    Hello

    I think you should simply set the back bone to the point of time at the beginning.
    Vista and XP supports this feature called System Restore tool.

    Check this tool and turn the BONES until that time before the Aston shell has been installed.

    I think it should work!

  • M55-S325: System Configuatuion to the launch of the system utility

    Hello

    I have a M55-S325 opening my Configuatuion system utility whenever my computer loads. Help

    I also have a problem with my keyboard and mouse. first internet explore gose when I hit the right arrow of the "back" button. also, it dose it when I touch in a certin.this is my second time typing this because my browser closed. FYI I have norton antivirus 2006 (YES 2006 is NOT a TYPE-O), adaware and spybot S & D.

    Help

    Hello

    If some applications to the launch of the system, then you should check the startup folder. All programs that are placed in this folder will start on startup. In addition some entries in the registry are responsible for applications from.

    HKEY_LOCAL_MACHINE \Software\Microsoft\Windows\Current Version\Run

    You should see some entries. But if you're not 100% sure that the Scriptures are important to BONE you shouldn't t remove anything.
    I think that the best way to solve these problems all small is to use Win XP System Restore tool. This tool can restore the operating system to the beginning.
    Maybe it helps.

    Good bye

  • I have three problems___the is first I get the error messages form I mesh and cannot access my profile or friends list ' ___Microsoft online which is a whoosie of my gave me element to modify registry keys but no items exist in the regisry

    I get the error messages form I mesh and cannot access my profile or friends list '

    MIicrosoft online which is a whoosie of my gave me element to modify registry keys but no items exist in the regisry

    For iMesh, you can go here...

    http://www.iMesh.com/community.html

    I don't understand the other two problems that you encounter.  If you please would explain what they are and what, if any, error messages that you receive.  Also, what antivirus do you use, and you run Windows XP SP3?

    --
    Gina Whipp
    Microsoft MVP (access)

    Please post all responses on the forum where everyone can enjoy.

  • How can I remove an incontinence on the quick launch on the lower right toolbar

    How can I remove an incontinence on the quick launch on the lower right toolbar

    Hi Tony,.

    Follow the steps mentioned in the link below

    To remove a program to the Quick Launch toolbar icon

  • is the collage of form a download secure?

    is the collage of form a forwindows7 safe download?

    Hello

    The site seems very legitimate and I have not found any negative information about this.

    Then I downloaded the file and tested it with several anti-malware tools and it
    no malware has been detected.

    Thus, the program seems safe to use.

    Shape collage<-- this="" is="" the="" site="" and="" download="" i="">
    http://www.ShapeCollage.com/

    I hope this helps.

  • Your system administrator has disabled launching of the display settings control panel.

    I get the following message when I try to change the screen saver in the control panel:

    "Your system administrator has disabled launching of the display settings control panel."

    I am the administrator. My computer was before my husband, but he doesn't remember to disable anything until he gave it to me. What can I do to restore it?

    Please help, I deeply appreciate.

    Ah, sorry. Try this instead.

    Its a link to specific steps to solve this kind of problem.
    I hope this helps!

    http://social.technet.Microsoft.com/forums/en-us/itprovistaie/thread/58946fa0-80d7-4a5f-b9ac-16d3ca1587d7
    Matt Hudson
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for

  • Memory non - ECC for HP Z820

    Hello. Is it possible to use non - ECC RAM in the HP Z820. If so, which do you recommend?

  • HP Color LaserJet Pro M177 MFP: HP Color LaserJet Pro MFP M177 cannot find information network

    I just got my new printer today. I followed the instructions to the letter. Now I try to connect to my network to the "Wireless Setup Wizard" that my router does not support WPS. I sat waiting for the printer view all networks in the range so I could

  • Disk drive does not

    My computer is a windows Vista. It is supposed to work for games designed for windows vista, but only a FEW old games working on it. 'Games for Windows Vista' work either, it just cannot read the disc, as if this isn't in the drive at all. This also

  • HP envy15t ae100: Question for HDD Upgrade

    Hi, I bought your product (HP envy15t ae100, i7 6700hq with hd530, display UHD) I chose 1 t byte for the hard drive. However, I want to replace personally to the ssd. There are several types of ssd such as SATA II, SATA III, M-Sata and ssd M2. But I

  • Cisco 2621 to VPN client problem

    If I ping on the client to the network (behind the router), debug displays the client encryption and decryption of the router. The ping will not, because the router is not encrypt and so the customer is not getting anything to decrypt. The Setup is a