Data Loss Prevention

 View Only
  • 1.  Couldn't access Vontu DLP console

    Posted Jan 08, 2016 09:36 AM

    Hi,

    I am unable to access vontu console and receiving 'Space Quota exceeded for table space USERS'.

    Could it be the cause for access issue? If I increase the table space for USERS, will it resolve the access issue?

    Thanks!



  • 2.  RE: Couldn't access Vontu DLP console
    Best Answer

    Posted Jan 08, 2016 11:59 AM

    Yes, that could be the issue. Check the URL: http://www.symantec.com/docs/TECH220104

    I would normally add a DataFile in such situation via sqlplus on the Oracle Box.

    Example:

    ALTER TABLESPACE "USERS"
    ADD
    DATAFILE 'E:\oracle\product\10.2.0\oradata\protect\USERS05.DBF' SIZE 138240K
    REUSE AUTOEXTEND
    ON NEXT 10240K MAXSIZE 32767M;

     

    Reference:

    http://www.symantec.com/docs/TECH220104



  • 3.  RE: Couldn't access Vontu DLP console

    Posted Jan 18, 2016 01:27 AM

    Thanks!!! It worked:)