|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 10/24/2007 7:04:33 AM
Posts: 3,
Visits: 3
|
|
Hi all,
I got this query with error.
[color=11]
[size=5]QUERY:
UPDATE DBC.USERS SET UserName='John' WHERE UserName='Jones' and CreatorName='td2idm'
ERROR:
com.ncr.teradata.jdbc_4.util.JDBCException: [NCR] [Teradata DBMS] : VIEW 'USERS' may not be used for Help Index/Constraint/Statistics, Update, Delete or Insert.[/size][/color]
Is this error due to Access privilege restriction or Update not possible in DBC.USERS View?
Pl reply me......
thnks in adv........
|
|
|
|
|
Forum Guru
      
Group: Forum Members
Last Login: 6/25/2008 3:36:22 AM
Posts: 56,
Visits: 61
|
|
Hi,
Normal generally have only access privilege to DBC.USER table.
Regards,
Balamurugan
|
|
|
|
|
Forum Guru
      
Group: Forum Members
Last Login: 6/25/2008 3:36:22 AM
Posts: 56,
Visits: 61
|
|
Hi,
We generally have only access privilege to DBC.USER table.
Regards,
Balamurugan
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 10/24/2007 7:04:33 AM
Posts: 3,
Visits: 3
|
|
Thanks boss,
but i m able to create & delete user in the DBC.USERS view.........
pl reply me......
|
|
|
|
|
Forum Guru
      
Group: Forum Members
Last Login: 6/25/2008 3:36:22 AM
Posts: 56,
Visits: 61
|
|
Hi,
In your example you are trying to update a record through DBC.USERS view, for which you should have update privilege to the actual table.
As we don't have update privilege for DBC.USERS table your query throws an error.
Regards,
Balamurugan
|
|
|
|