Data Loss Prevention

 View Only
  • 1.  Tablespace

    Posted Jan 22, 2013 01:52 PM

    From my research I think I have found that the only way to truly get rid of files is to purge the database.

     

    Our Tablespace is filling up and causing the tool to break. If we archive the closed/resolved incidents and then purge them, will this keep the incident and get rid of any files (attachments, zip files) in our tablespace. Therefore, freeing up space in the tablespace?

     

    Does anyone have a good direction they can send me or any advice on how to manage tablespace?

     

    Thanks!



  • 2.  RE: Tablespace

    Posted Jan 22, 2013 10:15 PM

    archiving the old incidents will help...using the web archiver is probally the best option

    i have added table space before using this.

    1. Open up a command prompt
    2. Launch SQLPLUS by typing the following command sqlplus /nolog  and hit enter
    3. From the SQL> prompt type connect sys as sysdba and hit enter
    4. Provide the password for sys:
    5. From the SQL> prompt type: alter tablespace "USERS" ADD DATAFILE 'd:\oracle\product\10.2.0\oracdata\protect\users02.dbf' size 138240k reuse autoextend on next 10240k maxsize 32767M
      1. Provide the full path to the location of the database
      2. Change USERS02.dbf to a different name
      3. Repeat as needed
      4. Restart Oracle and Vontu Services

    remeber to use this with caution is it is really not supported otherwise open a tciket with support..



  • 3.  RE: Tablespace

    Posted Feb 07, 2013 07:33 AM

    Hi Ene,

    please refer

    https://www-secure.symantec.com/connect/forums/symantec-dlp-oracle-11g-r2-database-template-size

    https://www-secure.symantec.com/connect/forums/about-dlp-table-space

    https://www-secure.symantec.com/connect/forums/issue-oracle-11g



  • 4.  RE: Tablespace

    Posted Feb 11, 2013 05:51 PM

    Which table are talking about?

    To get the database to recover the space, the incidents need to be deleted.

    If more than one incident was creaetd from a message, all incidents have to be deleted before the incident purge will reclaim the tablespace.

    JGT

     



  • 5.  RE: Tablespace

    Posted Feb 12, 2013 02:01 AM

    Hello,

    Currently Symantec has poor soultion to free space from table space.

    1. Web archive- which is not 100% solution, cause:

    - Admin needs to remember to put incidents into archive, there is no automatic mechanisim for this action!

    2. Even when Incindets are been deleted (after archive) it does not say that you will have more space on DB, two main reason for that:
    a. As above mentioned, each incindet is related to another, and if few incindets were created from same word/attachements/etc... ==> all of them (all the incidents) must be deleted in order to free some space on DB.

    b. Morever, from what i understood, even if you do delete all the incindents which are related to each other ==> it is not 100% sure that Oracle DB will free the space of these incindets.

     

    Good Luck all



  • 6.  RE: Tablespace

    Posted Feb 21, 2013 03:02 PM

    Dor,

    Delete is independent of archive operation added in 11.6.

    Oracle will free the space in the tablespace, but it will not give space back to the OS.

    JGT