Received following error when trying to start Quest Server Agent:
"Error purging dbms_pipe 23322
Connect to database as sysdba and perform:
declare
d1 integer;
begin
d1 := dbms_pipe.remove_pipe('QUEST_EXEC');
end;
/
Can't purge dbms pipe: ORA-23322: Privilege error accessing pipe"
1. Shutdown Quest Server Agent.
2. Login as sys schema
3. Run the pl/sql block below:
Declare
ret_code number;
begin
ret_code := dbms_pipe.remove_pipe('QUEST_EXEC');
end;
/
4. Restart the agent.
Applies for all versions of Space Manager with LiveReorg.