Mock tests, Interview questions, Tutorials and Tech news
 
 

Archive

Archive for July, 2010

How google works

July 2nd, 2010 Vinay No comments

A graphical representation of how google works

how-google-works

Thanks to PPC blog for this graphical representation.

Categories: Miscellaneous Tags:

Business English Practice Test

July 1st, 2010 Vinay 2 comments

Steve has created fifth Business English test for the reader.

Take the test and give your feedback

Categories: Miscellaneous Tags:

Some useful oracle queries

July 1st, 2010 amit No comments

Some useful queries used in day to day operations

Checking locks in database

SELECT b.session_id AS sid, NVL(b.oracle_username, ‘(oracle)’) AS username,

a.owner AS object_owner,a.object_name,Decode(b.locked_mode, 0, ‘None’,

1, ‘Null (NULL)’,2, ‘Row-S (SS)’,3, ‘Row-X (SX)’,

4, ‘Share (S)’,5, ‘S/Row-X (SSX)’,6, ‘Exclusive (X)’,

b.locked_mode) locked_mode,b.os_user_name

FROM   dba_objects a,v$locked_object b

WHERE  a.object_id = b.object_idORDER BY 1, 2, 3, 4;

Memory allocation per session: Read more…

Categories: Programming / tutorials Tags:
Get Adobe Flash playerPlugin by wpburn.com wordpress themes