From 1eff51a67264940517c00560650f021ea3f0f616 Mon Sep 17 00:00:00 2001 From: Michael Connell Date: Thu, 4 Apr 2024 23:58:26 -0700 Subject: [PATCH] remove duplicate `TO` in oracle.rst --- docs/connectors/taps/oracle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/connectors/taps/oracle.rst b/docs/connectors/taps/oracle.rst index ae102265e..25d71c307 100644 --- a/docs/connectors/taps/oracle.rst +++ b/docs/connectors/taps/oracle.rst @@ -26,7 +26,7 @@ on the database, schema and tables that you want to replicate: * ``CREATE USER pipelinewise IDENTIFIEDBY `` * ``GRANT CONNECT TO pipelinewise`` * ``GRANT CREATE SESSION TO pipelinewise`` - * ``GRANT UNLIMITED TABLESPACE TO TO pipelinewise`` + * ``GRANT UNLIMITED TABLESPACE TO pipelinewise`` * ``GRANT USAGE ON SCHEMA TO pipelinewise`` * ``GRANT SELECT ON . TO pipelinewise`` (Repeat this grant on every table that you want to replicate)