Re: ORA-00920 when using function returning boolean...
- From: jkstill@xxxxxxxxx
- Date: 9 Sep 2005 11:47:40 -0700
If you get this to work, it would be nice if you could post the
solution here.
The DBMS_SESSION.IS_SESSION_ALIVE function requires an input of the
form returned by the UNIQUE_SESSION_ID function.
UNIQUE_SESSION_ID does not take any arguments - it returns a value for
the current session only. The value returned does not appear to be
available from v$session.
The IS_SESSION_ALIVE function appears to be somewhat useless, at least
from the documentation I have been able to find.
Jared
.
- Follow-Ups:
- Re: ORA-00920 when using function returning boolean...
- From: Volker Hetzer
- Re: ORA-00920 when using function returning boolean...
- From: Maxim Demenko
- Re: ORA-00920 when using function returning boolean...
- References:
- ORA-00920 when using function returning boolean...
- From: Volker Hetzer
- ORA-00920 when using function returning boolean...
- Prev by Date: Re: Rman Restore
- Next by Date: Re: 10g: schedule RMAN jobs
- Previous by thread: Re: ORA-00920 when using function returning boolean...
- Next by thread: Re: ORA-00920 when using function returning boolean...
- Index(es):
Relevant Pages
|