Create an Uber File for Oracle Memory Speed
After mounting the DAX file system, create an uber file for the Oracle Memory Speed (OMS) file system.
Table 8-1 Size and Alignment of Extents in the Uber File (in Bytes)
| Extent | Start Offset | Start Offset Mod 2 M | Start Block | Start Block Mod 2 M | Number of 2 MiB Blocks |
|---|---|---|---|---|---|
|
0 |
0H |
0H |
D285600000H |
0H |
1H |
|
1 |
20000H |
0H |
D285800000H |
0H |
FFEH |
|
2 |
0x1FFF00000H |
0H |
D485400000H |
0H |
401H |
This table shows the Start Offset and Start Block converted into bytes and represented in hexadecimals. The Starts Offsets are all aligned on 2 MiB boundaries (Start Offset Mod 2 MiB is 0). The Start Block of each extent lies on a 2 MiB boundary (Start Block Mod 2 M is 0). Similarly, the size of the extents are exact multiples of 2 MiB.
The OMS uber file has a one-to-one relationship with an Oracle instance. You formalize the association by ending the uber file name with the Oracle instance identifier (SID). In the preceding example, the SID is test. Two uber files are /mnt/pmem0/omsuberfile.test and /mnt/pmem1/omsuberfile.test.
Related Topics