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 > raw

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-05-03, 03:15
jagan_5378 jagan_5378 is offline
Registered User
 
Join Date: Nov 2003
Posts: 68
raw

sir we are have db2 on linux db2 version 7.2
linux version 6.2
while create table space on raw device we are facing problems.

create tablespace kalatab managed by database using (device '/dev/raw/raw2' 20480)
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0298N Bad container path. SQLSTATE=428B2

create tablespace kalatab managed by database using (device '/dev/raw/raw1' 20480)
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0902C A system error (reason code = "2") occurred. Subsequent SQL
statements cannot be processed. SQLSTATE=58005

pl give me solutions.
Reply With Quote
  #2 (permalink)  
Old 11-05-03, 03:44
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
What does Messages and Codes manual say about that error?
Reply With Quote
  #3 (permalink)  
Old 11-06-03, 01:36
jagan_5378 jagan_5378 is offline
Registered User
 
Join Date: Nov 2003
Posts: 68
Quote:
Originally posted by Marcus_A
What does Messages and Codes manual say about that error?
create tablespace kalatab managed by database using (device '/dev/raw/raw2' 20480)

ERRORS

DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0298N Bad container path. SQLSTATE=428B2

create tablespace kalatab managed by database using (device
'/dev/raw/raw1' 20480)

EROORS

DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0902C A system error (reason code = "2") occurred. Subsequent SQL
statements cannot be processed. SQLSTATE=58005
Reply With Quote
  #4 (permalink)  
Old 11-06-03, 01:50
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
The Messages and Codes manual has information about error messages, including probable cause and possible resolution. The manual can be accessed on the IBM website (see Useful DB2 Stuff thread for link).
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