- Newest
- Most votes
- Most comments
Many thanks when I added below to the non master user , the end point now works:
GRANT SELECT ON V_$SESSION TO myuser; GRANT SELECT ON V_$MYSTAT TO myuser;
GRANT SELECT ON GV_$SESSION TO myuser;
Hello,
Currently, there is an issue identified with DMS Replication Instance version 3.5 leading to endpoint failure for Oracle as source with the following error:
“Test Endpoint failed: Application-Status: 1020912, Application-Message: Failed to get a table definition.”
The issue is specific to non-master users. You can grant the following privileges to your non-master user and test the endpoint connection.
GRANT SELECT ON GV$SESSION TO Username;
GRANT SELECT ON V$MYSTAT TO Username;
While ensuring required privileges are granted to the user -
Alternatively, for time being, you may use the master user until the issue is fixed by the AWS internal team.
Thank you
Relevant content
- Accepted Answerasked a year ago
- Accepted Answerasked a month ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago