Home » Developer & Programmer » Forms » Call export or batch programs from Forms 6i
Call export or batch programs from Forms 6i [message #79676] Tue, 02 July 2002 06:09 Go to next message
David Escobar
Messages: 1
Registered: July 2002
Junior Member
Hi,
I want to call a export from Forms 6i, or call a batch program in msdos or Unix that invokes the exp command line.

Please some body help me?

Thanks in advance
Dave
Re: Call export or batch programs from Forms 6i [message #79677 is a reply to message #79676] Tue, 02 July 2002 06:50 Go to previous messageGo to next message
nik
Messages: 55
Registered: January 2002
Member
hi,
if you want to issue comand line instruction from within forms, you can try :

HOST('run_my_script_or_whatever');

hope this answers your q.

arios omego
n.
Re: Call export or batch programs from Forms 6i [message #84166 is a reply to message #79677] Mon, 09 February 2004 02:46 Go to previous message
pappu
Messages: 5
Registered: July 2002
Junior Member
u can use this command to export your database. here :file_name_exp is the text filed in the form where u type the location and name of your exported file along with the .dmp extension

begin
host('E:OracleOra81binexp.exe userid=partex/partex@partex file='||:file_name_exp);
end;
Previous Topic: urgent: running oracle designer from a web browser
Next Topic: Strange Problem with scroll bar
Goto Forum:
  


Current Time: Fri Apr 26 21:37:42 CDT 2024