Burning a file to CD from Oracle Forms 9i [message #472693] |
Mon, 23 August 2010 05:11 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
gtforms
Messages: 3 Registered: August 2010
|
Junior Member |
|
|
Hello Everyone,
I am working in Oracle Forms 9i, and I have a requirement to copy or burn a file from hard-disk to CD. This should be automatically done at the press of a button in Oracle Forms.
I have already tried using the following statement:
out_Item := TEXT_IO.FOPEN('F:\file3.csv', 'w');
where F: drive represents the CD drive. It threw an ORA-302000 error. Can anybody please suggest how we can achieve burning a file from hard-disk to CD through Oracle Forms. Please, Urgent!! Thanks...
|
|
|
|
Re: Burning a file to CD from Oracle Forms 9i [message #472697 is a reply to message #472694] |
Mon, 23 August 2010 05:47 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
gtforms
Messages: 3 Registered: August 2010
|
Junior Member |
|
|
Thanks cookiemonster for your quick reply. Can we run a batch file from Oracle Forms? If so, can we script the batch file to run a command line CD burning software and write the file to CD? Any suggestions and other ideas will be much appreciated. Thanks.
|
|
|
|
|
|
|