About this Site
Create your own website today!
Update your website
Vote for this Site
Visit My Chat Room
Popular Popups
Jukebox
Message Board
Classified Ads
Statistics
Refer This Site
To A Friend
Home

SQL
Backup and Recovery
backup
bld cons
Database Information
all cons
all cltr
all link
all ndx1
all ndxs
all quot
all role
all seqs
all snap
all stat
all syns
all tbl1
all tbls
all trgr
all tsps
all usrs
all view
allvsact
bld cnt
Database Maintenance
bld coal
Database Object Information
analyze1
analyze2
links
pictures
pictures






  NEW! Poetry and Doll Maker with Galleries!     [Learn About Our Ecommerce]
Graphics Gallery!

spool all_seqs.rslt

set linesize 80;
set pagesize 1000;
set long 50;
set echo on;

break on "OWNER" on "SEQ NAME";

/* ****************************************************** */
/* */
/* Name: all_seqs.sql */
/* Purpose: will show all the sequences for a given */
/* database */
/* Creator: R.Kupcunas */
/* Date: 01-Jan-98 */
/* */
/* ****************************************************** */

select substr(sequence_owner,1,10) "OWNER",
substr(sequence_name,1,25) "SEQ NAME",
substr(to_char(min_value),1,3) "MIN",
max_value "MAX",
increment_by "INC",
last_number "LAST NUM"
from all_sequences
order by 1 asc, 2 asc;

set echo off;
spool off;
set long 80;
commit;


Sign Guestbook

View Guestbook


tomday2@mail.com

Domain Lookup
         www..
Get www.yourdomainofchoice.com for your site with services!




.

 
Any WordAll WordsExact Phrase
This SiteAll Sites
Visitors: 00006
Page Updated Wed Feb 16, 2000 1:33pm EST