Before an additional file is added, SAPDBA carries out the following checks (if file systems are used):
|
Block size for | |
filesystem block size |
the file system |
filesystem fragment size |
the file system fragments |
ORACLE block size |
the database system |
SAPDBA verifies that the above values are identical. If not, it issues a warning message and suggests selecting a new file system. You can ignore the warning and continue, but this is not recommended, as system performance will be affected when the block sizes of the file system and database are different.
Please also note the following:
ORACLE block size |
4 KB |
filesystem block size |
8 KB |
If these checks were successful, SAPDBA creates a directory or a symbolic link for the data file. The control file (old and new) is backed up under the directory (directory name: <timestamp> ) belonging to the log file ( <timestamp>.ext ). SAPDBA then creates the data file with ALTER TABLESPACE ADD DATAFILE. If any of these operations fails, SAPDBA is terminated immediately.