Thread
:
Oracle DBAs...need your help
View Single Post
05-27-2005, 09:37 AM
#
2
ah123
First Line Centre
Join Date: Oct 2001
Location: Here
Exp:
You need to drop or truncate the table if I recall correctly -
Dropping table = "drop table xxx"
Truncate table = "truncate table xxx"
(remove quotes, xxx=name of table)
Hope that is what you were looking for...
ah123
View Public Profile
Send a private message to ah123
Find More Posts by ah123