|
|
Re: Do DBA's use Oracle Enterprise Manager Grid Controlmore more than command line [message #498351 is a reply to message #498337] |
Wed, 09 March 2011 14:14 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Not me. Command line is faster and more accurate. It also works more consistent over different releases. You can also "show" other experts more easily what your problem is by copy and pasting the command line and the output, and they can more easily reproduce it. Its less hassle in general.
Usually in the time it takes to log into Enterprise Manager and navigate to the place I need to go I have already finished the task on the command line and left the office to get a coffee.
|
|
|
|
|
Re: Do DBA's use Oracle Enterprise Manager Grid Controlmore more than command line [message #498376 is a reply to message #498365] |
Wed, 09 March 2011 16:22 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
I'm going to suggest an alternative point of view. There are many tasks that are horribly slow and complicated to do from a command line, and simple with Enterprise Manager. For instance: setting up the Resource Manager; configuring alerts; identifying blocking sessions in a RAC; setting up Streams. Sure, you can write the code to do these things yourself - but you will be a lot more productive if you let OEM generate the code for you.
|
|
|
Re: Do DBA's use Oracle Enterprise Manager Grid Controlmore more than command line [message #498378 is a reply to message #498376] |
Wed, 09 March 2011 16:35 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
You have a point there, John. Beside knowledge itself, what makes live easy is a good repository of scripts that do common tasks. When you work a few years you start to accumulate them over time, but for a newcomer OEM might be a good option to get a start on those scripts. As long as he gets not to reliant on that additional level of abstraction, and still learns some of the basics that go on under the hood.
|
|
|
|