Bonjour,
J'ai fort besion de vos conseils. J'essai de créer un trigger sur la creation d'un table, mais sans succes. Est-ce qq. pourrais me donner un conseil ou LA SOLUTION?
CREATE OR REPLACE TRIGGER trigger_priv
after create ON SCHEMA
DECLARE
oper ddl_log.operation%TYPE;
BEGIN
IF ora_dict_obj_name = 'ct_pack_import' THEN
grant connect to test1;
grant select on ods_empvstime to test1;
grant select on ods_empvstime to test1;
END IF;
END ;
Grand merci,
Partager