-
Notifications
You must be signed in to change notification settings - Fork 324
Open
Description
SQL> @help long
NAME DESCRIPTION USAGE
long.sql Display session long operations @long <filter_expression>
@long 1=1
@long username='SOE'
But in long.sql:
prompt Show session long operations from v$session_longops for sid &1
sid in (select sid from v$session where &1)
I'm guessing it should work as per the help, just fix has been lost in actual code.
Happy to add that if that's what is expected.
Btw presumably it would also be easy (and sensible) to default to 1=1 if argument is missing
Metadata
Metadata
Assignees
Labels
No labels