[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader with Oracle 10g problem
niuxuetao_fiserv
do-not-reply at jboss.com
Wed Jul 1 04:46:28 EDT 2009
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
More information about the jboss-user
mailing list