Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

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, 17: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, 22: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

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