|
|
|
|
|
|
Re: HOW CALL BATCH FILE FROM FORMS 10G [message #358252 is a reply to message #358177] |
Mon, 10 November 2008 06:15   |
ENG1_MAIADA
Messages: 8 Registered: November 2008 Location: EGYPT
|
Junior Member |
|
|
i want to run batch file that contain this command
rman target / cmdfile='C:\oracle\product\10.2.0\flash_recovery_area\TXT.BAT'
the txt.bat file contain
command like
backup as backupset database ;
and thank you again
|
|
|
|
|
|
|
|
Re: HOW CALL BATCH FILE FROM FORMS 10G [message #359262 is a reply to message #359260] |
Fri, 14 November 2008 07:55   |
ENG1_MAIADA
Messages: 8 Registered: November 2008 Location: EGYPT
|
Junior Member |
|
|
no thing ,
forms 10g can not do backup command,
when i changed the content of the batch file to exp command it works correctly
i asked about it an expert oracle developer and he tell me the same information.
|
|
|
Re: HOW CALL BATCH FILE FROM FORMS 10G [message #359415 is a reply to message #359262] |
Sat, 15 November 2008 13:48   |
 |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Quote: | i want to run batch file that contain this command
rman target / cmdfile='C:\oracle\product\10.2.0\flash_recovery_area\TXT.BAT' the txt.bat file contain command like
backup as backupset database;
|
So, are you saying that the above code just won't work when called by the HOST built-in from Forms 10g?
I'm not familiar with RMAN and, therefore, am reluctant to experiment on my database (wouldn't want to screw something up). Yes, I know, there's documentation which would explain what it is supposed to do but it certainly takes time which I am not ready to spare at the moment.
Perhaps someone who knows such things can test it; I might, however, ask fellow Forum members to suggest a "harmless" RMAN backup statement and I'll try it.
Because, I somehow refuse to believe that HOST can't start such a command. After all, it is yet another operating system command (comes from Oracle, true, but still an operating system command).
|
|
|
|