DBZ-6470 Refer correctly to the source database

While creating signaling table we need to have privileges to create table in source database not target
This commit is contained in:
angsdey2 2023-05-16 11:36:34 +05:30 committed by Jiri Pechanec
parent d992ae5f4e
commit 80c910c652
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ Andrey Pustovetov
Andrey Savchuk
Andrey Yegorov
Andy Teijelo
Angshuman Dey
Anil Dasari
Animesh Kumar
Anisha Mohanty

View File

@ -120,7 +120,7 @@ You create a signaling table by submitting a standard SQL DDL query to the sourc
.Prerequisites
* You have sufficient access privileges to create a table on the target database.
* You have sufficient access privileges to create a table on the source database.
.Procedure