NetBackup for SAP Oracle
Licensing for SAP Oracle is specific to the SAP policy type. This type of licensing collects the total number of Front-End Terabytes (FETBs) protected by NetBackup.
The following SAP Oracle queries are used to gather file size information:
For SAP Oracle backup, charged size is equal to the sum of and .
For Data files: select sum(BYTES/1024/1024) from v$datafile;
For Control files: select BLOCK_SIZE*FILE_SIZE_BLKS/1024/1024 controlfile_size from v$controlfile;