We can fetch sequence number using 3 commands:
- DBA_SEQUENCES  all sequences that exist  
 - ALL_SEQUENCES   all sequences that you have permission to see 
 - USER_SEQUENCES   all sequences that you own
 
select * from DBA_SEQUENCES
We can fetch sequence number using 3 commands:
select * from DBA_SEQUENCES
No comments:
Post a Comment