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 > DB2 > SQL0103N The numeric literal ".134040_aggregatetest_100716" is not valid. SQLSTATE=

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-29-10, 07:31
DB_N00b DB_N00b is offline
Registered User
 
Join Date: Jan 2010
Posts: 152
SQL0103N The numeric literal ".134040_aggregatetest_100716" is not valid. SQLSTATE=

Who can help?

I am getting this error:

db2 GRANT SELECT ON TABLE WORK.134040_aggregatetest_100716 TO GROUP aworread

DB21034E The command was processed as an SQL statement because it was not a

valid Command Line Processor command. During SQL processing it returned:

SQL0103N The numeric literal ".134040_aggregatetest_100716" is not valid.

SQLSTATE=42604
Reply With Quote
  #2 (permalink)  
Old 09-29-10, 08:07
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
The problem probably has something to do with the OS doing something to the command try this:

db2 "GRANT SELECT ON TABLE WORK.134040_aggregatetest_100716 TO GROUP aworread"

Andy
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