DROP PROPERTY GRAPH

Purpose

You can drop property graphs with DROP PROPERTY GRAPH.

Prerequistes

Like tables and views, you can drop a property graph in your own schema. To drop a property graph in any schema except SYS and AUDSYS, you must have the DROP ANY PROPERTY GRAPH privilege.

Syntax

Semantics

IF EXISTS

Specify IF EXISTS to drop an existing property graph.

If you specify IF NOT EXISTS with DROP, the command fails with the error message: Incorrect IF EXISTS clause for ALTER/DROP statement.