Mar 10th, 2010, 1:19 AM
Are you sure you have Alter privileges on that classic table?
If not, do you have "ALTER ANY TABLE" privileges?
If that doesn't work, maybe you need the CREATE ANY INDEX privilege.
In addition, if you are not the owner of the table, you need the DROP ANY TABLE privilege
If not, do you have "ALTER ANY TABLE" privileges?
If that doesn't work, maybe you need the CREATE ANY INDEX privilege.
In addition, if you are not the owner of the table, you need the DROP ANY TABLE privilege