Tag: Oracle

Community

Auditing LOGOFF and LOGON

(Milind Deobhankar) Auditing the database to find out who is logged on, who has logged off, from which machines users are logged in, and from which program users are connected can be a very cumbersome task. Here is a procedure that will help the DBA to trace who has logged on, logged off, and at wh

Community

Full Outer Joins in Oracle9i

by Sanjay Mishra – Among several new features, Oracle9i has introduced the ANSI standard join syntax. The new join syntax is not only SQL92 compliant, but it is elegant and makes the outer join syntax more intuitive. The biggest advantage of the new join syntax is its support for full outer joins, w

Community

Time conversions

By jai Tanwar – Reports sometimes need the time to be represented in MM:SS format but in the database table it often must be stored in seconds. To convert from one format to the other, use the following function. Use this function with SQL queries like this: