Here's the last bit of info ...
| SQL> select object_type, count(object_type)
| 2 from user_objects
| 3 group by object_type;
|
| OBJECT_TYPE COUNT(OBJECT_TYPE)
| ------------------- ------------------
| INDEX 134
| LOB 5
| SEQUENCE 7
| TABLE 82
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192632#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...