If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > No create index permission

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-09-03, 16:54
SarahBellum SarahBellum is offline
Registered User
 
Join Date: Jul 2003
Location: Seattle
Posts: 8
No create index permission

I am trying to add an index to a table (actually a view of a table) and I am getting the error "No create index permission".

1) I have tried as user root and user informix.
2) I have done the syntax:
grant connect to root;
grant dba to root;
grant resource to root;
3) The owner of the table is a generic name. I have changed the ownership to informix.

None of the above have worked. Help! I know this is something easy that I am just forgetting what I'm doing wrong!
Reply With Quote
  #2 (permalink)  
Old 12-09-03, 21:53
lloydnwo lloydnwo is offline
Registered User
 
Join Date: Aug 2003
Location: India
Posts: 262
Re: No create index permission

Quote:
Originally posted by SarahBellum
I am trying to add an index to a table (actually a view of a table) and I am getting the error "No create index permission".

1) I have tried as user root and user informix.
2) I have done the syntax:
grant connect to root;
grant dba to root;
grant resource to root;
3) The owner of the table is a generic name. I have changed the ownership to informix.

None of the above have worked. Help! I know this is something easy that I am just forgetting what I'm doing wrong!
Hi Sarah,

We cannot create an index on a view.

Regards,

Lloyd
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On