Archive for December, 2008
Single Putty Window – Multiple Tabs – for multiple server connections
Is it possible to have a tabbed putty like firefox or internet explorer? Yes you can, check out below URL
http://www.thegeekstuff.com/2008/08/turbocharge-putty-with-12-powerful-add-ons-software-for-geeks-3/
Look for Putty connection Manager.
cheers,
OraclePitStop.
How to migrate PUTTY settings from one windows desktop/laptop to the other?
Migrating putty settings from one desktop/laptop to the other box comes in handy when you had already customized your putty with saved sessions. The migration will also help a new member of an exisitng DBA support team.
Here are the steps
Start -> Run (or Windows Button + R)
Type in ‘regedit’ and press enter – this command [...]
Oracle Apps R12 : How to find the list of responsibilities assigned to user(s)
SELECT FURGA.USER_ID
, FU.USER_NAME
, FURGA.RESPONSIBILITY_ID
, FRTL.RESPONSIBILITY_NAME
, FURGA.RESPONSIBILITY_APPLICATION_ID
, FA.APPLICATION_SHORT_NAME
, FURGA.SECURITY_GROUP_ID
, FSG.SECURITY_GROUP_KEY
, FURGA.START_DATE
, [...]
dbca – Creating RAC Database using dbca in silent mode
During the course of the DBA life, we all know how irritating it is to create a DB or to install a Oracle Software on a UNIX Flavour box from a remote machine using a X – Server. Each click would take minutes to react (My favourite is the tab button on the keyboard) but [...]
Read Full Post | Make a Comment ( 2 so far )Interesting enhancements in 12.0.6 – R12.ATG_PF.A.DELTA.6
Oracle Applications Technology Stack Release Update Pack 6 (R12.ATG_PF.A.DELTA.6)
Autoconfig has two new options
1. Parallel Mode
2. Profile Mode
Parallel Mode
This mode enables autoconfig to be executed parallel across all mid-tiers. Oh man, i love this feature … it really helps when you have multiple mid-tiers.
Just add -parallel to your normal adconfig command
Profile Mode
This option provides a drill [...]


