Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: macswell
  • Order by date
  1. macswell

    Anyone have script to show tablespace > 90% used

    The following Unix shell script invokes a SQL script which lists all tables using over a specified percentage; you should be able to modify it to invoke one of the previous posts. I use cron to run this weekly, monitoring for tables that are filling up (I never use PCTINCREASE > 0 for...
  2. macswell

    PLSQL - Checking if a table/sequence/trigger exists

    Select * from all_triggers [ where owner = '<name>'];

Part and Inventory Search

Back
Top