You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If "fdw" is selected as snapshot engine, you need to ensure the corresponding Foreign Data Wrapper has been installed or available for synchdb. For your reference, below is a brief procedure to build and install oracle_fdw from source code.
28
29
30
+
### **Install OCI**
29
31
32
+
OCI is required to build and run oracle_fdw. For this example, I am using version 23.9.0:
sudo make install PG_CONFIG=/usr/local/pgsql/bin/pg_config
81
+
82
+
```
83
+
84
+
Oralce_fdw is ready to go.
85
+
86
+
**<<IMPORTANT>>** You do not have to run `CREATE EXTENSION oracle_fdw` prior to using FDW based initial snapshot, nor do you have to `CREATE SERVER` or `CREATE USER MAPPING`. SynchDB takes care of all of these when it performs the snapshot..
0 commit comments