Previous | Next
Topic: utassert having problems with DBMS_PIPE
Conf: 537, Msg: 40555
From: Chris Rimmer (chris@nominet.org.uk)
Date: 1/11/01 05:01 AM

utassert having problems with DBMS_PIPE Chris Rimmer chrisrimmer chris.rimmer@tessella.co.uk He means that you issue the command:

GRANT EXECUTE ON DBMS_PIPE TO user;

rather than the 2 stage process:

GRANT EXECUTE ON DBMS_PIPE TO role;
GRANT role TO user;

Chris