1
|
drop SEQUENCE "IDENTIFIER_ID_SEQ";
|
2
|
drop SEQUENCE "XML_REVISIONS_ID_SEQ";
|
3
|
drop SEQUENCE "XML_PATH_INDEX_ID_SEQ";
|
4
|
drop SEQUENCE "XML_RETURNFIELD_ID_SEQ";
|
5
|
drop SEQUENCE "XML_QUERYRESULT_ID_SEQ";
|
6
|
drop SEQUENCE "ACCESS_LOG_ID_SEQ";
|
7
|
drop SEQUENCE "XML_REPLICATION_ID_SEQ";
|
8
|
drop SEQUENCE "XML_RELATION_ID_SEQ";
|
9
|
drop SEQUENCE "XML_NODES_ID_SEQ";
|
10
|
drop SEQUENCE "XML_CATALOG_ID_SEQ";
|
11
|
drop SEQUENCE "DB_VERSION_ID_SEQ";
|
12
|
drop TABLE "HARVEST_DETAIL_LOG";
|
13
|
drop TABLE "HARVEST_LOG";
|
14
|
drop TABLE "HARVEST_SITE_SCHEDULE";
|
15
|
drop TABLE "XML_REVISIONS";
|
16
|
drop TABLE "XML_NODES_REVISIONS";
|
17
|
drop TABLE "ACCESS_LOG";
|
18
|
drop TABLE "XML_ACCESSSUBTREE";
|
19
|
drop TABLE "XML_ACCESS";
|
20
|
drop TABLE "IDENTIFIER";
|
21
|
drop TABLE "XML_RELATION";
|
22
|
drop TABLE "XML_INDEX";
|
23
|
drop TABLE "XML_PATH_INDEX";
|
24
|
drop TABLE "XML_QUERYRESULT";
|
25
|
drop TABLE "XML_DOCUMENTS";
|
26
|
drop TABLE "XML_CATALOG";
|
27
|
drop TABLE "XML_RETURNFIELD";
|
28
|
drop TABLE "XML_REPLICATION";
|
29
|
drop TABLE "XML_NODES";
|
30
|
drop TABLE "DB_VERSION";
|