Anayze all objects in the APPOWNER schema. : Analyze « SQL Plus « Oracle PL / SQL
- Oracle PL / SQL
- SQL Plus
- Analyze
Anayze all objects in the APPOWNER schema.
SQL>
SQL> execute DBMS_UTILITY.ANALYZE_SCHEMA('APPOWNER','COMPUTE');
SQL>
SQL>
Related examples in the same category