Hi
this is a question about the ssma,
I am using the ssma for oracle to migrate the oracle db into sql server db.
but, when I try to connect the oracle db, the software pops up a information as followed:
「The account that is used to connect to the Oracle database must have at least CONNECT permissions. This enables SSMA to obtain metadata from schemas owned by the connecting user. To obtain metadata for objects in other schemas and then convert objects in those schemas, the account must have the following permissions:
CREATE ANY PROCEDURE
EXECUTE ANY PROCEDURE
SELECT ANY TABLE
SELECT ANY SEQUENCE
CREATE ANY TYPE
CREATE ANY TRIGGER
SELECT ANY DICTIONARY」
As you can see, I have to obtain a high-level right, I just want to confirm that if I use the high-level right to connect the oracle db, and create the schema and for migrating the data, do have some influence for the origin oracle data db. It is very important for me, so I have to confirm that.
Thank you so much.