Home > Contents > Index >
CATALOGMANAGER.deletetable
Deletes a table using the
CATALOGMANAGER
command.Syntax
<CATALOGMANAGER> <ARGUMENT NAME="ftcmd" VALUE="deletetable" /> <ARGUMENT NAME="tablename" VALUE="table" /> </CATALOGMANAGER>Parameters
ftcmd (required)
- Specify the literal value
deletetable
.
tablename (required)
- Specify the name of the table to delete.
Description
The
deletetable
command deletes a table. This command does not delete the upload storage folder.Error Numbers
The possible values of
errno
include:
Value Description -105 Database error.Example
This example deletes the table named
moviereviews
.<SETVAR NAME="errno" VALUE="0"/> <CATALOGMANAGER> <ARGUMENT NAME="ftcmd" VALUE="deletetable" /> <ARGUMENT NAME="tablename" VALUE="moviereviews" /> </CATALOGMANAGER> <IF COND="IsError.Variables.errno=true"> <THEN> <!--Handle error--> </THEN> </IF>See Also
The following
CATALOGMANAGER
command:
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.