new

my $NVD_Storage_ORACLE = NIST::NVD::Store::DB_File->new(
    store     => 'DB_File',
    database  => '/path/to/nvd.db',
    cwe       => '/path/to/cwe.db',
    'idx_cpe' => '/path/to/idx_cpe.db'
    'idx_cwe' => '/path/to/idx_cwe.db'
    mode      => $mode, # perldoc DB_File
);

get_cve_for_cpe

get_cve

put_cve_idx_cpe

$NVD_Storage_ORACLE->put_cve_idx_cpe( $cpe_urn, $value )

put_nvd_entries

$NVD_Storage_ORACLE->put_nvd_entries( $entries )