Ruslan Dautkhanov created SQOOP-3024:
----------------------------------------
Summary: add reference to oraoop.drop.table in documentation
Key: SQOOP-3024
URL: https://issues.apache.org/jira/browse/SQOOP-3024
Project: Sqoop
Issue Type: Improvement
Components: docs
Affects Versions: 1.4.6
Reporter: Ruslan Dautkhanov
Priority: Minor
oraoop.drop.table is an awesome feature. We always to the same target table (in
a staging Oracle schema), so we have to truncate it anyway.
And with OraOOP being able to create target table using template table,
oraoop.drop.table becomes really valuable.
https://github.com/apache/sqoop/blob/7c1754270ff21f533088b946c873321f890da791/src/java/org/apache/sqoop/manager/oracle/OraOopConstants.java#L217
and
https://github.com/apache/sqoop/blob/7c1754270ff21f533088b946c873321f890da791/src/java/org/apache/sqoop/manager/oracle/OraOopManagerFactory.java#L939
shows this option is available. Thanks!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)