|
-
January 7th, 2002, 04:04 PM
#1
SQL*PLUS
I have a question about Oracle SQL*PLUS. I know that "SELECT * FROM TAB" can display all the table names and "SELECT * FROM SEQ" can display all the sequences. The question is, if I want to display all the triggers, what command do I use?
I appreciate if any guru can help.
-
January 10th, 2002, 10:22 AM
#2
Re: SQL*PLUS
This command will give you the trigger names
select trigger_name from user_triggers
All the best.
Kishore.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|