HI GeethaThatipatri-MSFT,
My configuration file looks different than what you have shared, In my config file grant means it is just showing as Export grants but in yours it is showing as Export roles converted to Pg groups, users and grants on all objects.
Can you please let us know where we are missing here. PFB
Type of export. Values can be the following keyword:
TABLE Export tables, constraints, indexes, ...
PACKAGE Export packages
INSERT Export data from table as INSERT statement
COPY Export data from table as COPY statement
VIEW Export views
GRANT Export grants
SEQUENCE Export sequences
TRIGGER Export triggers
FUNCTION Export functions
PROCEDURE Export procedures
TABLESPACE Export tablespace (PostgreSQL >= 8 only)
TYPE Export user defined Oracle types
PARTITION Export range or list partition (PostgreSQL >= v8.4)
FDW Export table as foreign data wrapper tables
MVIEW Export materialized view as snapshot refresh view
QUERY Convert Oracle SQL queries from a file.
KETTLE Generate XML ktr template files to be used by Kettle.
DBLINK Generate oracle foreign data wrapper server to use as dblink.
SYNONYM Export Oracle's synonyms as views on other schema's objects.
DIRECTORY Export Oracle's directories as external_file extension objects.
LOAD Dispatch a list of queries over multiple PostgreSQl connections.
TEST perform a diff between Oracle and PostgreSQL database.
TEST_COUNT perform only a row count between Oracle and PostgreSQL tables.
TYPE TABLE,COPY,VIEW,GRANT,SEQUENCE,TRIGGER,PROCEDURE