March 5th, 2007
The Shiftkey FAQ - Version 0.001
by Alan Meiss
Unleash the Power of Shift!
Q. My shift keys have little arrows on them. Does that mean the *real* shift keys are located above them, and these keys are just little signs to point them out?
A. Nope, they’re the Real McCoy. The little arrows mean “up”, as in “look up at the screen”. Your keyboard is telling you to learn to touch type and quit staring at your fingers.
complete FAQ …
Source: http://monster-island.org/
Share This
No Comments » |
Fun |
Permalink
Posted by Hardik
March 5th, 2007
One can enable user level trace using following steps for any Self Service Web Applications…
1. Change profile value ‘Initialization SQL Statement - Custom’ at user level to below string,
BEGIN FND_CTL.FND_SESS_CTL('','', '', 'TRUE','','ALTER SESSION SET TRACEFILE_IDENTIFIER='||''''||'your_identifier' ||''''||' EVENTS ='||''''||' 10046 TRACE NAME CONTEXT FOREVER, LEVEL 12 '||''''); END;
2. Reproduce the issue 3. Trace file can be found at the location given by following query,
SQL> select name, value from v$parameter where name like 'user_dump_dest';
4. Search for the file name having ‘your_identifier’
5. Remove the profile value once you are done
6. Generate tkprof for the given trace file
For more details, please refer Metalink Note 296559.1
- Hardik
Share This
No Comments » |
Technical |
Permalink
Posted by Hardik
March 5th, 2007
today I come across one wonderful paper on verbal-nonverbal communications…. as per the Mehrabian rule, there are basic THREE elements of face-to-face communication,
- words - 7%
- tone of voice - 38%
- body language - 55%
each of these three accounts for 7% - 38% and 55% of total communication….
Ohh, so I think I have lost 93% (38% + 55%) already and I am not sure about even 4% of remaining 7%!!!! hmm, that is why the task is so difficult ….
Share This
No Comments » |
Thoughts |
Permalink
Posted by Hardik