Bonjour à tous
Quand j'essaye d'installer le package utl_mail comme suite :
start oracle/product/10.2.0/db_1/RDBMS/ADMIN/utlmail.sql;
start oracle/product/10.2.0/db_1/RDBMS/ADMIN/prvtmail.plb;
Grant execute on utl_mail to public;
alter system set SMTP_OUT_SERVER = 'smtp.serveur.com';
Mais quant j'execute la commande start oracle/product/10.2.0/db_1/RDBMS/ADMIN/prvtmail.plb; il me retourne l'erreur suivante :
SQL> start oracle/product/10.2.0/db_1/RDBMS/ADMIN/prvtmail.plb;
Avertissement : Corps de package créé avec erreurs de compilation.
Erreurs pour PACKAGE BODY UTL_MAIL :
LINE/COL ERROR
-------- -----------------------------------------------------------------
319/5 PL/SQL: SQL Statement ignored
320/10 PL/SQL: ORA-00942: Table ou vue inexistante
325/7 PL/SQL: SQL Statement ignored
326/12 PL/SQL: ORA-00942: Table ou vue inexistante
Que faire ?
Merci pour vos réponses.
Partager