Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: how to find unused table /columns in a database
public class dropColumns {
public static void main(String args[]) {
try {
deleteUnusedColumns(); while (true) { waitForPinkSlip(); }
![]() |
![]() |