Oracle Forms (MOSC)

MOSC Banner

Oracle Forms 11g - writing in client side as batch file and execution

edited Dec 1, 2017 10:12AM in Oracle Forms (MOSC) 5 commentsAnswered ✓

Hello Everyone,

We have strange problem in writing to a batch file in client side and executing it. Below procedure is called on button click and a cmd prompt just opens and does nothing. No errors as well.

While debugging, we found the runperl.bat file is still empty (0 kb size) when Client_Host is called and the file gets written only at the last i.e after client_host are executed. As the batch file empty when client_host is called, a command prompt alone just opens. Any ideas please?

PROCEDURE Run_Perl (p_command in varchar2)IS

fHandle   CLIENT_TEXT_IO.File_Type;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center