how to configure credential store in ogg 12c?
Answer / Dinesh Kumar Sinha
To configure the credential store in Oracle GoldenGate 12c, you can use the ggsci tool. After logging into the GoldenGate server, execute the following commands:
1. create service <service_name>
2. alter service <service_name> set configuration credential_store = (credentials = (user=<username> password=<password>));
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the different encryption levels in aes?
I want to configure multiple extracts to write to the same exttrail file? Is this possible?
how does the replicat works in a coordinated mode?
what command can be used to view the checkpoint information for the extract process?
what parameters can be used to configure oracle goldengate to extract data from archived redo log files only?
what are the installation options available in ogg 12c?
my extract was running fine for a long time. All of a sudden it went down. I started the extract processes after 1 hour. What will happen to my committed transactions that occurred in the database during last 1 hour?
what are the main components of the goldengate replication?
what are some of the key features of goldengate 12c?
how do you add credentials to the credential store?
how do you retrieve information from the oracle credential store?
what databases supports goldengate integrated delivery?