Skip to content

long.sql #45

@patrickjolliffe

Description

@patrickjolliffe

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions