YMatrix
Quick Start
Connecting
Benchmarks
Deployment
Data Usage
Manage Clusters
Upgrade
Global Maintenance
Expansion
Monitoring
Security
Best Practice
Technical Principles
Data Type
Storage Engine
Execution Engine
Streaming Engine(Domino)
MARS3 Index
Extension
Advanced Features
Advanced Query
Federal Query
Grafana
Backup and Restore
Disaster Recovery
Guide
Performance Tuning
Troubleshooting
Tools
Configuration Parameters
SQL Reference
Removes a data access protocol from a database.
DROP PROTOCOL [IF EXISTS] <name>
DROP PROTOCOL removes the specified protocol from a database. You specify a protocol name in the CREATE EXTERNAL TABLE command to read data from or write data to an external data source.
You must be a superuser or the protocol owner to drop a protocol.
Caution
If you drop a data access prococol, external tables that have been defined specifying the protocol will no longer be able to access the external data source.
Dropping a data access protocol, does not drop the protocol's call handlers. You must drop these functions manually.
Be sure to remove any shared libraries that were used by the protocol from the Database hosts.
DROP PROTOCOL is a Database extension.