Tuesday, March 17, 2009

List Table Names, Rows, and Created Date

List Table Names, Rows, and Created Date:

"for t in (select object_name, created from user_objects where object_type='TABLE') loop"