How google works
July 2nd, 2010
No comments
A graphical representation of how google works
Thanks to PPC blog for this graphical representation.
|
||||||||||
|
||||||||||
A graphical representation of how google works
Thanks to PPC blog for this graphical representation.
Steve has created fifth Business English test for the reader.
Take the test and give your feedback
Some useful queries used in day to day operations
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…