Thanks Mircea,

Here is the table description:

  | DESC cached_events
  | Name                           Null     Type                                
                                                                                
                                                                          
  | ------------------------------ -------- 
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
  | FQN                            NOT NULL VARCHAR2(255)                       
                                                                                
                                                                          
  | NODE                                    BLOB()                              
                                                                                
                                                                          
  | PARENT                                  VARCHAR2(255)                       
                                                                                
                                                                          
  | 
  | 3 rows selected
  | 

And there is another table automatically created, called 'cached_events_d' 
which is not described in the jboss doc as far as I can find. And if I change 
the cache table's name to something else, say XXX, the automatically created 
table will be named as XXX_Y where  Y looks a random character.

Do you know what this is for?

The description of this table is as below:

  | DESC cached_events_d
  | Name                           Null     Type                                
                                                                                
                                                                          
  | ------------------------------ -------- 
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
  | I                                       CHAR(1)                             
                                                                                
                                                                          
  | 
  | 1 rows selected
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241080#4241080

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241080
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to