Hi all,
I got an error while executing the below query
Quote:
CREATE TABLE raj
(
team varchar (8192) ,
pm varchar (8192)
)
|
this is the error i got .
Quote:
|
SQL0286N A default table space could not be found with a page size of at least "32768" that authorization ID "ADMINISTRATOR" is authorized to use. SQLSTATE=42727
|
If i change the varchar argument to a value <=4000 , it will be executed properly.
Please tell me the reason y its happening like that .
I feel this error is due to the maximum row size limitation in DB2.