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#4192632

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

Reply via email to