When PL \ SQL is enabled, the following error occurs: "The dynamic execution table is inaccessible and automatic statistics of this session are disabled ".

Source: Internet
Author: User

When PL/SQL is used, but the first time a table is opened, the system prompts "the dynamic execution table is inaccessible and the automatic statistics of this session is disabled". The following message is displayed: V $ session, V $ sesstat and V $ statname are not authorized to access these tables. Therefore, this method is not available for statistics. of course, authorization is required. the authorization SQL statement is as follows:

Grant select on V _ $ statname to user;
Grant select on V _ $ sesstat to user;
Grant select on V _ $ session to user;
Grant select on V _ $ mystat to user;

User is the user name to be authorized. Remember it for later use.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.