You can simplify the way you create the parameter file for the MaxDB adapter program if you use the following example and adjust it to suit your needs. If you do not want a certain parameter to be set by the parameter file, you have to invalidate or delete the relevant keyword.
STAGING AREA:
D:\TEMP\STAGE1 1 GB
STAGING AREA:
E:\TEMP\STAGE2 1024 MB
STAGING AREA:
F:\TEMP\STAGE3 1048576 KB
STAGING AREA:
G:\TEMP\STAGE4 1073741824
FILES PER BACKINT CALL: 2
BACKINT:
C:\BackupTool\BIN\backint.exe
PARAMETERFILE OF BACKINT:
C:\BackupTool\CONF\backintoraconfig.utl
HISTORY FILE: C:\SAPDB\BackintHistory
INPUTFILE FOR BACKINT:
C:\TEMP\backint4Oracle.in
OUTPUTFILE FOR BACKINT:
C:\TEMP\backint4Oracle.out
ERRORFILE FOR BACKINT:
C:\TEMP\backint4Oracle.err
MAXIMAL DELAY OF BACKINT CALL: 30
Keyword |
Value(s) |
Explanation |
STAGING AREA: |
D:\TEMP\STAGE1 1 GB |
The adapter program (if configured in this way) can backup or restore a maximum of four pipes at the same time. The temporary files created in doing this can reach a size of one gigabyte, as long as the end of the pipe is not reached. |
FILES PER BACKINT CALL: |
2 |
As soon as two of the four temporary files have been completely created, they are saved by calling the Backint for Oracle program. |
BACKINT: |
C:\Backuptool\BIN\backint.exe |
The absolute path of the Backint for Oracle program is: C:\Backuptool\BIN\backint.exe. |
PARAMETERFILE OF BACKINT: |
C:\BackupTool\CONF\backint |
The absolute path of the configuration file of the Backint for Oracle program is: C:\Backuptool\CONF\backintoraconfig.utl. |
HISTORY FILE: |
C:\SAPDB\BackintHistory |
The adapter program stores the backup history at the end of each backup under the path C:\SAPDB\BackintHistory and saves the history by calling the Backint for Oracle program again. |
INPUTFILE FOR BACKINT: |
C:\TEMP\backint4Oracle.in |
Standard input for Backint for Oracle: C:\TEMP\backint4Oracle.in |
OUTPUTFILE FOR BACKINT: |
C:\TEMP\backint4Oracle.out |
Standard output for Backint for Oracle: C:\TEMP\backint4Oracle.out |
ERRORFILE FOR BACKINT: |
C:\TEMP\backint4Oracle.err |
Standard error output for Backint for Oracle: C:\TEMP\backint4Oracle.err |
MAXIMAL DELAY OF BACKINT CALL: |
30 |
If the temporary files are created at different speeds and one temporary file is already complete, the adapter program waits a maximum of 30 seconds for another of the temporary files to be completely created. If none of the other files is created within 30 seconds, the temporary file that already exists is backed up using Backint for Oracle. |