Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: how to find unused table /columns in a database

Re: how to find unused table /columns in a database

From: <stevedhoward_at_gmail.com>
Date: 17 Mar 2006 11:41:29 -0800
Message-ID: <1142624489.600085.267350@u72g2000cwu.googlegroups.com>


public class dropColumns {
  public static void main(String args[]) {     try {

      deleteUnusedColumns();
      while (true) {
        waitForPinkSlip();
      }

}

    catch(Exception e) {
      System.out.println("No soup for you");
}

  }
} Received on Fri Mar 17 2006 - 13:41:29 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US