Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Database New Features in interactive way

abhinivesh.jainMar 27 2015 — edited Jan 11 2016

With each new release, several hundred new features are added and DBAs are expected to know about all of them. Since adoption of latest version is not very fast in industry hence DBAs end up supporting atleast 2-3 versions. In such cases, Knowing what is available in Version A, B or C is difficult ask, to do such thing one has to scan thru many many documents. I haven't seen any place where comparative details are given for any feature. e.g. Data Guard enhancements from 9i to 12c. New features guide only provides what is new from earlier version.

It would be good idea to make New features guide more interactive and comparative (atleast up to n-2 version). This should be at very high level, for details other available guides can be used.

e.g.

All databases features will be grouped into categories like-

1. Installation and configuration

2. DB upgrade

3. Data Guard

4. RAC

5. ASM

6. RMAN

7. Data pump

etc etc..and then against each category, only very high level feature details will be given. Like- RMAN in 12c supports table level recovery from RMAN backups. or Active Data Guard in 12c supports far sync.

It is going to help DBAs in recommending the new versions and providing quick comparison to customers.

Thanks,

Abhi

Comments

Hirt-Oracle

You typically do not want to run JMC on the same machine that you're monitoring, as you don't want to waste all those resources on your server. That said, you can simply start JMC and access the process over the local management agent (if JMC is run as the same effective user). If running as the same effective user is not an option, there is actually (since JDK9) a system property you can use to bind the remote agent to a specific host/interface: -Dcom.sun.management.jmxremote.host

Good luck!

1 - 1

Post Details

Added on Mar 27 2015
7 comments
373 views