DROP FOREIGN TABLE
Description
Drops a foreign table.
Precautions
DROP FOREIGN TABLE forcibly drops the specified table and the indexes depending on the table. After the table is dropped, the functions and stored procedures that need to use this table cannot be executed.
In the multi-tenancy scenario, only the initial user can run the DROP FOREIGN TABLE command in the PDB.
Syntax
DROP FOREIGN TABLE [ IF EXISTS ] table_name [, ...] [ CASCADE | RESTRICT ];
Parameters
-
Reports a notice instead of an error if the specified table does not exist.
-
Specifies the name of the table.
Value range: an existing table name.
Examples
See Examples.
Helpful Links
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot