On Windows, the database server uses NTFS files by default. The NTFS file system allows you to use standard filenames for unbuffered files.
To allocate NTFS file space for database server disk space or mirrored space, the first step is to create a null (zero bytes) file.
c:> cd \usr\data
c:> copy nul my_chunk
After you have allocated the file space, you can create the dbspace or other storage space as you normally would, using onspaces. For information on how to create a dbspace or a blobspace, refer to Creating a Dbspace that Uses the Default Page Size and Creating a Blobspace.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]