Customer Portal

How to gather statistics via CloverETL graph?

Comments 2

  • Avatar
    Lukas Cholasta
    0
    Comment actions Permalink
    Hi Tomas

    You need to use PL/SQL statement instead of plain SQL:

    BEGIN
    DBMS_STATS.gather_table_stats('<scheme>', '<table>');
    END;


    Also you have to change the SQL statement delimiter to ^

    I hope this helps.
    Best regards
  • Avatar
    tomas
    0
    Comment actions Permalink
    Thank you very much!!! It is working!
    Perfect help - thanks a lot!
    Tomas

Please sign in to leave a comment.