Important alert: (current site time 7/15/2013 7:31:58 PM EDT)
 

Browse Category or Search Results

Search Results: Page 6 of 20 found. Entries 51 - 60 of 199 found
Jump to page: ... 1 2 3 4 5 6 7 8 9 10 11 ...

  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  find all indexesfind all indexesOracleAdvanced /
Andy Archer
5598 since
10/21/2008 4:26:41 PM
Unrated
       This SQL*Plus script executes a PL/SQL block to find info on all user indexes, spooling the results to a file and opening the file in Notepad.
 
 
  find all objects with <string> in their namefind all objects with <string> in their nameOracleIntermediate /
Andy Archer
4557 since
3/4/2013 3:41:05 PM
Unrated
       This script solicits a string at the SQL*Plus prompt, runs SQL to find all user objects with that string in their name, spools the results to a file, and opens the file in Notepad.
 
 
  find all server PL/SQL where <string> appearsfind all server PL/SQL where <string> appearsOracleAdvanced /
Andy Archer
8023 since
12/10/2012 2:53:04 PM

By 1 Users

       This script solicits a string at the SQL*Plus prompt, does a BULK COLLECT to find all server PL/SQL user source where the string appears, spools the results to a file, and opens the file in Notepad.
 
Please support the site by visiting our sponsor:
 
  find all table constraintsfind all table constraintsOracleIntermediate /
Andy Archer
3872 since
10/21/2008 4:25:41 PM
Unrated
       This SQL*Plus script runs SQL to find constraint info on all user tables, spools the results to a file, and opens the file in Notepad. A quick and handy look at all your table constraints.
 
 
  find all tables where <string> appears in a columnfind all tables where <string> appears in a columnOracleIntermediate /
Andy Archer
9173 since
1/25/2009 8:49:50 AM

By 2 Users

       This little script solicits a column name and a string at the SQL*Plus prompt, builds and runs SQL to find all user tables where the string appears in that column, spools the results to a file, and opens the file in Notepad.
 
 
  find column constraintsfind column constraintsOracleIntermediate /
Andy Archer
4854 since
10/24/2008 11:36:00 AM
Unrated
       This script solicits a user column name at the SQL*Plus prompt, runs SQL to find constraint info on the column for any table it appears in within the user's schema, spools the results to a file, and opens the file in Notepad.
 
 
  Find DB Object By NameFind DB Object By NameSQL Server 2000Advanced /
Kevin Xiong
4400 since
10/17/2003 10:00:17 AM
Unrated
       Find database objects by name within a database server.
 
 
  find duplicates in a tablefind duplicates in a tableOracleIntermediate /
Andy Archer
8173 since
2/24/2007 2:43:22 PM

By 6 Users
5 Excellent Ratings
       This is a collection of example Select statements to find unique or duplicate column values among rows, in one table or across two tables. Two example PL/SQL blocks to find duplicates are also presented. (Beginner to Intermediate).
 
 
  find server PL/SQL source codefind server PL/SQL source codeOracleIntermediate /
Andy Archer
4974 since
9/19/2012 9:40:11 AM

By 1 Users

       This script solicits a user PL/SQL object name and type at the SQL*Plus prompt, runs SQL to find the object's Data Dictionary source code, spools the results to a file, and opens the file in Notepad. For any server-side proc or trigger.
 
 
  Find the Nth Ranking Row in a SQL ResultSetFind the Nth Ranking Row in a SQL ResultSetSQL Server 2000, SQL Server 7.0, SQL Server 6.5 and earlierIntermediate /
Kapil Srivastava
6322 since
9/26/2003 12:00:57 PM

By 1 Users

       To find the Nth highest (or lowest) row in a mathematical order, say 7th student in the class.
 


Search Results: Page 6 of 20 found. Entries 51 - 60 of 199 found
Jump to page: ... 1 2 3 4 5 6 7 8 9 10 11 ...


Compatibility Filter Profile:

SQL Server 2000
SQL Server 7.0
SQL Server 6.5 and earlier
Informix
Oracle
Other