New Path 

You can enter a different directory path for the new data file if the standard directory does not have enough storage space for the file. You can create the file in a file system that has sufficient space.

To operate your database in a safer, more efficient manner, SAP recommends specifying a new path in certain cases. These files can be on the same hard disk as the redo log files if the redo log files are mirrored. However, SAP recommends for performance reasons that data files and redo log files always be stored on different hard disks.

See Organizing Disk Storage.

SAPDBA does not allow you to change the name of the data file. You can, however, change the directory path as follows:

SAPDBA creates the new data file in the directory that you entered. It does not create a symbolic link from the directory it recommended.

Please note that specifying a different directory may result in competing I/O accesses, which can diminish the performance of your system.

Example: You have set up and mounted a disk for data files. New files must therefore be added under path /usr/newdisk and not under the standard path.

SAPDBA performs the following tasks:

The symbolic link is transparent in the Data Dictionary of the database. The Data Dictionary recognizes only that the file exists in the standard SAP directory.

See Naming Convention.