A.1 rqDropDataStore Procedure

The rqDropDataStore procedure deletes a datastore from an Oracle Database schema.

Syntax

rqDropDataStore (
    DS_NAME     VARCHAR2     IN)

Parameters

Parameter Description
DS_NAME The name of the datastore to drop.

Example A-1 Dropping a Datastore

This example deletes the datastore datastore_1 from the current user schema.

rqDropDataStore('datastore_1')