oracle10g - ALTER TABLE <table> REBUILD error -


when execute sql command:

alter table <table> rebuild; 

i have error:

enter image description here

i use:

oracle database 10g enterprise edition release 10.2.0.1.0 - 64bi pl/sql release 10.2.0.1.0 - production

thx


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -