While running dbms command
execute dbms_utility.analyze_schema('MCC','ESTIMATE',30);
I got ORA-00900: invalid SQL statement error.
Can anyone tell me what could be the reason?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The execute sentence is only for SQL*Plus utility.
To call a PLSQL statement from the most of applications/languages you have to try some of the following, It depends on where you are playing:
Option 1. Without
/.Option 2. With
/