List of questions
Related questions
Question 88 - DEA-C01 discussion
Data Engineer is using existing pipe that automates data loads using event notifications, later he figured out the needs to modify pipe properties. For the same, He decided to recreate the pipe as best practice. He followed the below steps for the same.
A.
Query the SYSTEM$PIPE_STATUS function and verify that the pipe execution state is RUN-NING.
B.
Recreate the pipe (using CREATE OR REPLACE PIPE).
C.
Query the SYSTEM$PIPE_STATUS function and verify that the pipe execution state is RUN-NING.Which are the Missing recommended steps while Recreating Pipes for Automated Data Loads?
D.
CREATE OR REPLACE PIPE command will recreate the PIPE successfully.
E.
Terminate the existing pipe (using ALTER PIPE … SET PIPE_EXECUTION_TERMINATE = true) before recreation.
F.
Pause the pipe (using ALTER PIPE … SET PIPE_EXECUTION_PAUSED = true) Pre & Post recreation & Resume after recreation (using ALTER PIPE … SET PIPE_EXECUTION_PAUSED = false).
G.
Force the pipe to resume (using SYSTEM$PIPE_FORCE_RESUME).
Your answer:
0 comments
Sorted by
Leave a comment first