![]() |
|
Archives of the TeradataForumMessage Posted: Tue, 04 Sep 2012 @ 15:46:25 GMT
Hi Dipti, To add space to the journal table, you can follow 2 methods mentioned below. Method 1 - Go to Teradata administrator and tool - move space Method 2 - 3 queries mentioned below -
CREATE DATABASE TMP_SPACE FROM SPACE_RESERVE AS PERM=1E9;
GIVE TMP_SPACE TO NEWDB;
DROP DATABASE TMP_SPACE;
Thanks Roopalini
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||