Oracle Error Message
ORA-23321: Pipename may not be null
Reason for the Error
You called dbms_pipe with a null pipe name.
Solution
Find out the name of the pipe and call function with non-null pipename.
ORA-23321: Pipename may not be null
You called dbms_pipe with a null pipe name.
Find out the name of the pipe and call function with non-null pipename.