0
922
views

How to order results randomly in Oracle

A very simple way to return your Oracle results randomly.

READ MORE & VIEW COMMENTS
0
1858
views

How to LIMIT results in Oracle

Those familiar with MySQL and PostgreSQL will know about the LIMIT clause these database's have. For those not in the know, the LIMIT clause will limit your resultset to a specific number. Here is the way to perform a similar action in Oracle.

READ MORE & VIEW COMMENTS
0
2056
views

How to kill a user's session in Oracle

Sometimes an Oracle action cannot be performed due to a user session still being active. To perform the action you will need to kill this session, here is how it is done.

READ MORE & VIEW COMMENTS
0
1022
views

memcached for Windows

Not only is memcached readily available for Linux/UNIX, but you can also get a pre-compiled version for Microsoft Windows Server.

READ MORE & VIEW COMMENTS