Archives of the TeradataForum
Message Posted: Tue, 26 Feb 2002 @ 12:21:53 GMT
Subj: | | Re: Drop database |
|
From: | | Narayan Murthy K S |
You need to use, the MODIFY DATABASE statement to drop the journal table:
Here is the syntax :
MODIFY DATABASE databasename AS option [ ... [,] option ] ;
Any of the following options may be listed in any order:
PERM[ANENT] = n [BYTES]
SPOOL = n [BYTES]
ACCOUNT = 'account id'
[NO] FALLBACK [PROTECTION]
[NO ]
[ ] [BEFORE] JOURNAL
[DUAL]
[NO ]
[DUAL ]
[ ] AFTER JOURNAL
[LOCAL ]
[NOT LOCAL]
[DEFAULT JOURNAL TABLE = [databasename.] tablename ]
[DROP DEFAULT JOURNAL TABLE [ = tablename] ]
Narayan Murthy K S
Wipro Technologies.
|