Data Loss Prevention

 View Only
  • 1.  Symantec DLP app and database versions

    Posted Sep 22, 2015 10:57 AM

    We have recently upgraded toSymantec DLP application v12.5.2. How can I find out what version of Oracle database this version creates, and, do the application upgrade/patches include the database upgrade/patches or are the database upgrades/patches required to be done separately?

    Thank you,

    Alison.



  • 2.  RE: Symantec DLP app and database versions

    Posted Sep 22, 2015 03:44 PM

    We could find the version using the SQLPLUS Tool:

    Start - Run - CMD

    SQLPLUS /NOLOG

    connect SYS as SYSDBA

    Password: ____

    select * from v$version;

    Yes indeed, Oracles Patching is required to be performed separately on an ongoing basis. Keeping updated with the below link also generally helps:

    http://www.oracle.com/technetwork/topics/security/alerts-086861.html



  • 3.  RE: Symantec DLP app and database versions
    Best Answer

    Trusted Advisor
    Posted Sep 23, 2015 03:20 AM

    hello

     

     oracle 11.2.0.3/4 are supported for DLP till v12.5.

    oracle v12.0.x is supported only from DLP v14.X

    oracle patching is independent of DLP, so you have to do it apart from all DLP upgrade operation.

     regards