Recently, the company's servers seem to have problems, and problems may often occur when they are not moved. PLSQL also often fails to log on to the server, thinking of database backup, just in case.
SimpleCodeAs follows:
// Create a process instance PROCESS p = new process (); // file name string filename = application. startuppath + datetime. now. tostring ("yyyymmdd") + ". DMP "; // If (! File. exists (filename) // {// file. Create (filename); //} // ExportProgramPath p. startinfo. filename = "d :\\ oracle \ product \ 10.2.0 \ db_1 \ bin \ exp.exe"; // enable the operating system shell program p. startinfo. useshellexecute = true; // display the DOS execution process P. startinfo. createnowindow = false; p. startinfo. arguments = "His/minimax_cmis @ CMIS file =" + filename; p. start (); p. dispose ();
Reference Source:
http://www.qiandabao.com/wdgz/1236.html