List of questions
Related questions
Question 36 - DEA-C01 discussion
Robert, A Data Engineer, found that Pipe become stale as it was paused for longer than the limited retention period for event messages received for the pipe (14 days by default) & also the previous pipe owner transfers the ownership of this pipe to Robert role while the pipe was paused. How Robert in this case, Resume this stale pipe?
A.
PIPE needs to recreate in this scenario, as pipe already past 14 days of period & stale.
B.
He can apply System function SYSTEM$PIPE_STALE_RESUME with ALTER PIPE statement.
C.
Robert can use SYSTEM$PIPE_FORCE_RESUME function to resume this stale pipe.
D.
select sys-tem$pipe_force_resume('mydb.myschema.stalepipe','staleness_check_override, ownership_transfer_check_override');
E.
ALTER PIPES ... RESUME statement will resume the pipe.
Your answer:
0 comments
Sorted by
Leave a comment first