Hi. My question concerns Oracle connected to C#. I'm well familiar with connecting oracle with c# so that's no problem.

I also know how to generate a dump file by typing a few commands in the cmd prompt and it works properly. However, I want to create a little application that will generate this dump file automatically to some directory which will be hardcoded for now.

Is there any way to do this? I'm thinking of a simple application that has a connection to the Oracle DB. This application has a button which when clicked will generate the dump file.

Regards,
Jennifer