File Systems
As a default, SAPDBA attempts to add a new file to the standard SAP directory in which the most recent data file of the tablespace was stored. The most recent file is the one with the highest file number.
Also see
Environment Variables.<n>
is the sequentially assigned number of the SAP directory in which the data file will be stored.<file number>
is the sequentially assigned number of the data file in the tablespace. The same number also appears in the subdirectory which is created for each new file in a tablespace.
You are adding a third data file to tablespace PSAPDOCUD in the R/3 System database C11. PSAPDOCUD consists of the following files:
/oracle/C11/sapdata1/docud_1/docud.data1
/oracle/C11/sapdata2/docud_2/docud.data2
SAPDBA suggests
/oracle/C11/sapdata2 for the new data file, and creates a subdirectory docud_3 , in which the file is created with name docud.data3 .Thus, the complete new file name is:
Raw Devices
See
SAPDBA Support for Raw Device Configuration.