MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

sql error -551 unable to create table

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
shekar123
Advanced


Joined: 22 Jul 2005
Posts: 528
Topics: 90
Location: Bangalore India

PostPosted: Thu Oct 20, 2005 11:40 am    Post subject: sql error -551 unable to create table Reply with quote

Hai,

I am trying to create a table in a particular database pertaining to a tablespace but i am getting SQL error -551 saying
"USERID DOES NOT HAVE THE PRIVILEGE TO PERFORM OPERATION CREATE TABLE ON OBJECT databasename".

My query is

Create userid.tablename
(empno char(6) not null,
ename varchar(15) not null)
in databasename.tablespacename

I know the reason as i might not have the authority to create table in that particular database ? Is there any way by means by which i can know the default values for the DB2 database name and tablespace and stogroup assigned to my userid so that i can give the details correctly in my query and solves my problem ?
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Thu Oct 20, 2005 11:58 am    Post subject: Reply with quote

Quote:

I know the reason as i might not have the authority to create table in that particular database ?


Shekhar123,

You can check your user auhorizations from the table SYSIBM.SYSUSERAUTH table which records the system privileges that are held by users.

check this link which explains in detail about the table columns

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DSNSQH11/D.79?DT=20010718164132

Hope this helps...

Cheers

kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group