zoukankan      html  css  js  c++  java
  • How To Handle MLOG$_AP_SUPPLIER_SITES_AL, MLOG$_AP_SUPPLIERS Growing So Much? Having Lots of Data



    单击此项可添加到收藏夹转到底部转到底部

    In this Document

    Goal
     Solution
     References


    APPLIES TO:

    Oracle Payables - Version 12.0.0 and later
    Information in this document applies to any platform.

    GOAL

    How to handle MLOG$_AP_SUPPLIER_SITES_AL, MLOG$_AP_SUPPLIERS growing so much?

    Both have lots of data.

    SOLUTION

    Refer to Bug 8614157 , there are two options:


    1. Periodically truncating the log tables:

    Please watch the growth of the log tables periodically and truncate them whenever they reach the limit.

    2. Dropping the log tables:

    If you do not use any DBI -- Oracle Daily Business Intelligence, you can drop snapshot log tables:

    SQL> drop materialized view log on AP.AP_SUPPLIERS;
    SQL> drop materialized view log on AP.AP_SUPPLIER_SITES_ALL;

    REFERENCES

    BUG:8614157 - MLOG$_AP_SUPPLIER_SITES_AL GROWING LARGE QUICKLY
    单击此项可添加到收藏夹转到底部转到底部

    In this Document

    Goal
     Solution
     References


    APPLIES TO:

    Oracle Payables - Version 12.0.0 and later
    Information in this document applies to any platform.

    GOAL

    How to handle MLOG$_AP_SUPPLIER_SITES_AL, MLOG$_AP_SUPPLIERS growing so much?

    Both have lots of data.

    SOLUTION

    Refer to Bug 8614157 , there are two options:


    1. Periodically truncating the log tables:

    Please watch the growth of the log tables periodically and truncate them whenever they reach the limit.

    2. Dropping the log tables:

    If you do not use any DBI -- Oracle Daily Business Intelligence, you can drop snapshot log tables:

    SQL> drop materialized view log on AP.AP_SUPPLIERS;
    SQL> drop materialized view log on AP.AP_SUPPLIER_SITES_ALL;

    REFERENCES

    BUG:8614157 - MLOG$_AP_SUPPLIER_SITES_AL GROWING LARGE QUICKLY
  • 相关阅读:
    翻转单词顺序
    java layout 表格项增加、删除、修改
    Hadoop学习之HBase
    protected的一些功能
    hdu4431 Mahjong
    kendo ui gird温馨提示(使用本地数据) 一个
    TOP计划猿10最佳实践文章
    Java高级应用(一个)-文件夹监控服务
    BSD介绍
    获取编译学习笔记 (十三)—— 外部中断
  • 原文地址:https://www.cnblogs.com/wanghang/p/6298936.html
Copyright © 2011-2022 走看看