How to execute Pro*C file from form

Hi All !
I have one pro*c file(.pc & .exe) . How I can execute this file from form.
Regards,
Neeraj

I think you could use Ora_Ffi package too. Make sure that you use correct version of Pro/C.
I think you should use Pro/C version 8.0.x with Forms 6.0. I don't use Forms 6i, but I think it is the same for it too.

Similar Messages

  • How to execute SQOOP.cmd file from SSIS execute process task?

    How to execute SQOOP.cmd file from SSIS execute process task?
    What is argument need to be prefixed in the arguments property
    Executable: C:\Hadoop\sqoop-1.4.2\bin\sqoop.cmd
    Arguments: /C "sqoop import -connect "jdbc:sqlserver://mysystem:1433;database=test;username=myuser;password=mypwd;" -table emp  -target-dir /user/emptable -m 1"
    Thanks
    Durga

    Hi Durga,
    SQOOP.cmd must be no different than any other .cmd/.bat I assume, your question is more about setting the parameters up I guessed.
    So unless the arguments change dynamically you can call SQOOP.cmd from yet another .cmd that has its parameters passed to it and the former you simply set to run without the arguments in Execute Process Task.
    Otherwise, in general to set a bat/cmd file to run in SSIS one needs to do this:
    PS: It is a good idea to populate the working directory with the path to the .cmd
    Arthur My Blog

  • How to execute a  .sql file from a batch file

    Hi all
    I've to take backup of a database weekly twice on every wednesday & Friday @ 5pm IST. I've written a hot backup script, which works every well.
    now i want to automate the script. ie i want this script to run on wednesday & friday @ 5pm without any human interfearance ie with out actually any1 executing this script.
    i created a batch file prod.bak with the following lines
    @echo off
    set oracle_sid=testdb
    set oracle_home=d:\oracle\ora92
    sqlplus /nolog
    connect sys as sysdba/oracletest@testdb
    this batch file when eexecuted connects me to sql prompt.
    Now i want to execute my backup script bkp.sql automatically when it is connected to sql prompt.
    (i tried with these lines in the above batch file...
    call bkp.sql---it just opens the bkp.sql file in notepad & displays the script
    start bkp.sql---same as call
    connect / as sysdba/pwd@[email protected] --- does not work simply remains a the sql prompt.
    At 17:00 /Every:w,f "d:\bkp.sql"---does not work simply remains at the sql promt.)
    Can any1 let me know what should i write in the batch file that will execute the bkp.sql file automatically after it gets connected to sql prompt. M using oracle 9i.
    I'll manage he time through windows utility of scheduling task.. Let me know how to execute the .sql file from a batch file.
    Thanks
    Tripti

    Try
    sqlplus "sys/oracletest as sysdba" @bpk.sql
    Working locally, and having set the ORACLE_SID, you don't need to specify the SqlNet alias (@testdb).
    Remember to put an exit at the end of the bpk.sql script.

  • Need help, executing a SQL file from Forms

    Hi everyone,
    I don't know if this can be done. I want to execute a SQL file from a When-Button-Pressed trigger. I checked a couple of place but havent found anything yet on how to do this. If someone know of a way, please help.
    Thanks
    Eric

    procedure p_call_sqlplus is
       l_filename varchar2 (1000) := 'C:\abc\def\test.sql'  ;
    begin
       host ('sqlplus /NOLOG @' ||  l_filename ) ;
    end ;
    rem ======== test.sql ========
    connect scott/tiger
    spool 'C:\abc\def\test'
    select * from emp ;
    spool off
    exit
    rem ======================working on the machine where forms is running

  • How to call a rdf file from Form

    Hi,
    I am begginer in Oracle Reports Builder, and I would like to know how to call a .rdf (report) file from a Form, passing parameters.
    Thanks in advance.
    Sandro

    Hello,
    http://www.oracle.com/technology/products/forms/techlisting10g.html
    Integrating Oracle Forms 10g and Oracle Reports 10g 2-
    Oracle Forms Services - Using Run_Report_Object to call Reports with a Parameter Form
    Regards

  • How to Write/Read to files from Forms 6.0

    I would like to write some data to a file from Developer 2000.
    I should also be able to change the Font, color and size of the data written to the file.
    Mail Id : [email protected]
    Need a reply at the earliest.
    Thanking you, in advance
    null

    Dear Vinayak prabhu,
    I cannot make use of the stored procedure (using the util_package) or the Text_io package (from forms). This is because, only normal operations (like put_line,get_line...)are possible using the above procedure calls.
    Since I would like to change the "size" and "font" of the text written to the file, i would be requiring a procedure (package) wherein the above properties can be set for each line or para or page ..etc.
    Can you suggest me a suitable solution ?
    Ramnath Balasubramanian
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by vinayak prabhu ([email protected]):
    Hi Ramnath
    In forms you can use text_io package to read or write to a ASCII file or else write a stored procedure and use util_file which also does the reading and writing to a ASCII file.This stored procedure can be called from a form.
    Vinny.
    <HR></BLOCKQUOTE>
    null

  • How to execute application server file from abap program

    Hi Friends,
    i have a requirement to execute application server file using abap program.
    i got a file directory like '/home/im3/hrintf/xxx.sh' , it's of unix file, so they want me to execute through abap program.
    pls suggest me with relevant logic.
    Thank you.
    Regards
    Ramesh M

    Define the external command in SM49/SM69
    Try with SXPG_CALL_SYSTEM or SXPG_COMMAND_EXECUTE
    Also check this link
    link:[Execute Unix Script|http://searchsap.techtarget.com/tip/0,289483,sid21_gci774071,00.html]

  • How to execute oracle reports file from jsp using WL as an app server

    I plan to use jsp to accept IN parameters and later want to execute oracle
              report execute stored in some directory and provide results back to the
              client browser window. Is this possible in JSP + WL? If yes, can you
              provide some tips on the code?
              Thanks.
              

    Try
    sqlplus "sys/oracletest as sysdba" @bpk.sql
    Working locally, and having set the ORACLE_SID, you don't need to specify the SqlNet alias (@testdb).
    Remember to put an exit at the end of the bpk.sql script.

  • Execute sql file from forms

    Hello, how is it possible to execute a sql file from forms without using sqlplus, because we have only the forms runtime on our pc.
    We can't use forms_ddl because we have a very big sql script for creating a package.
    Please help,
    GJ

    Strange, whenever I have installed forms I got sqlplus too without asking for it. If it is not installed, wouldn't your best bet be to install it ?

  • How to call a jar file from oracle forms (6i)

    Hi,
    I'm working with oracle 6i. I want to know that how to call a .jar file from forms menu. when I use HOST('<path>\test.jar') it is working in 'Client Server' any way. but the problem is I use application server in order to run my form. so my form is in the server and I run the form via clients web browser. in that case above solution will not work. if any body knows how to overcome this problem please reply.
    thanks.
    duminda

    I created a bean area and set the class name as implementation class. within that java bean class I called to a bat file which consists of the execution command of the jar file ( because i don't know how to call .jar file from my bean class directly).
    then i tried to run it in application server. its still not running.
    can you tell me what i have to do within my bean class? or can you suggest any solution?
    thank you.

  • How do I move large files from a Windows computer to my MacBook Pro? There are a lot of photos (tiffs

    How do I move large files from a Windows computer to my MacBook Pro? There are a lot of photos (tiffs, jpgs, some photoshopped files), iTunes library, word docs. Is there a particular type of external hard drive that can be used or am I limited to copying stuff onto z-drive and moving that way?

    If both computers are on the same network, you can share the files from the Windows host using SMB and mount the share on the Mac. Otherwise, the Mac should be able to read (not necessarily write) any storage device formatted in Windows.

  • How do I transfer raw files from iPad to my Mac Pro?

    I transfer RAW and JPEG files from my camera to iPhoto on the iPad using
    a camera connection kit. How can I copy the files from the iPad to my Mac Pro?
    (I need the RAW files in particular.)

    The following claims to transfer RAW. Not sure that it will work in the circumstance you describe but may be something to check out: http://www.photosync-app.com/photosync/en/features.html#cluster_1

  • How do I transfer document files from my hp laptop to the windows partition side on my macbook pro?

    How do I transfer document files from my hp laptop to the windows partition side on my macbook pro?

    Windows LAN file sharing, usb thumb drive, external hard drive, online cloud file sharing service, email attachments, ...

  • How do i download my files from an external hard drive to my new macbook pro

    how do i dowload my files from my external hard drive onto my new macbook pro?

    Can you not just drag them from the external drive to a folder on your new computer?

  • How To Transfer Hard Drive Files from Macbook Pro

    I have a macbook pro(late 2006 model) which won't turn on. Brought it to the apple store for them to take a look at. I was told that the main circuit board is broken and it will be cheaper to buy a newer macbook instead of fixing it. I was also told that the harddrive was ok. How do I transfer the files from my old macbook pro hardrive(which won't turn on) to a new macbook pro? They offered to help me at the apple store but it will cost me $99 for their "one to one." Can someone help me? Thanks!

    k-ci204 wrote:
    What size of a usb external harddrive caddy do I need? What is compatable with the macbook pro hardrive?
    2.5" SATA. USB2 models can be found be found for $15 or so. Then the enclosure can be used with an old or new HD for backups/troubleshooting. I have way too many around, but I don't know what I'd do without at least one 2.5" and one 3.5" (but I prefer the faster FireWire 800 models, which are more expensive). In any case, I think it's safe to say you won't regret spending $15 on an enclosure.

Maybe you are looking for

  • Problem in If-Then-Else formula in report

    Hello guys! I use an If-Then-Else statement in a Calculated Key Figure (Cf. <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/23/17f13a2f160f28e10000000a114084/content.htm">Conditional Calculations</a> ) and it works great with basic calculation

  • TS3999 ipad calendar:  events synch from mac to ipad in month display but not week display

    ipad calendar:  events synch from mac to ipad in month display but not week display

  • Problem to transfer Variable value to Dashboard A to Dashboard B

    Hi,buddies:      I have a scenario that I have to jump from Total Dashboard(we call it A) to Detail Dashboard(we call it B),I work with Xcelsius directly connect to BW through SAP NetWeaver BW connection ,I can transfer Variable values to B through U

  • Creating a website in AS3

    I have been banging my head trying to figure out where the objects for a AS3 website are stored that has an empty fla. Can anyone clear this up for me, or at best point me to a tutorial that explains how to create a website in AS3 this way. I underst

  • Where to I leave feedback on customer service?

    I just want to leave a comment about a great Verizon representative that was extremely helpful and very polite.  It is so nice to be able to talk to people that are personable and really seem to want to "do what they can" to help and are not just at