Subscribe to Posts by Email

Subscriber Count

    705

Disclaimer

All information is offered in good faith and in the hope that it may be of use for educational purpose and for Database community purpose, but is not guaranteed to be correct, up to date or suitable for any particular purpose. db.geeksinsight.com accepts no liability in respect of this information or its use. This site is independent of and does not represent Oracle Corporation in any way. Oracle does not officially sponsor, approve, or endorse this site or its content and if notify any such I am happy to remove. Product and company names mentioned in this website may be the trademarks of their respective owners and published here for informational purpose only. This is my personal blog. The views expressed on these pages are mine and learnt from other blogs and bloggers and to enhance and support the DBA community and this web blog does not represent the thoughts, intentions, plans or strategies of my current employer nor the Oracle and its affiliates or any other companies. And this website does not offer or take profit for providing these content and this is purely non-profit and for educational purpose only. If you see any issues with Content and copy write issues, I am happy to remove if you notify me. Contact Geek DBA Team, via geeksinsights@gmail.com

Pages

OffTopic post : Telugu Website by my teacher

Hello All,

This post is off the topic from Oracle which I generally not do in my blog, But I have to do this as I met my childhood teacher and wondered he has done a great work by creating a website for Telugu and trying to website as a medium to get the popularity […]

BigData Posts – Update

Hello,

You might be wondering about no posts in my blog. But the fact is am busy learning BigData and praticising and preparing a tutorial content in my new subdomain blog. http://bigdata.db.geeksinsight.com

So far three lessons have been posted on Bigdata Hadoop Fundamentals, if you have missed to see them here are they,

Hadoop Overview […]

Happy New YEAR – Thanks to All.

Howdy,

First of all, ****Many Many THANKS**** to all of my blog readers for the support and continuous encouragement through out the year 2013.

A wonderful year now on the history books as like my posts moves to Archives. I have tried to write as many as I can and that’s again a great learning […]

12c Database : Convert normal cluster to flex cluster

Continuing from previous post,

Prerequisites for FlexCluster:- You must use Grid Naming Service (GNS) with an Oracle Flex Cluster deployment. You must configure the GNS VIP as a static IP address for Hub Nodes. On Multi-cluster configurations, you must identify the GNS client data file location for Leaf Nodes. The GNS client data files are […]

12c Database : RAC – SRVCTL enhancements – Evaluation mode

In 12c RAC, the srvctl can be run evaluation mode , where the command tells you the impact of running that command, what actions will take place by running that command etc.

For example, modifying the server pool will show the following.

$ srvctl relocate server -servers "rac1" -eval -serverpool pool2

Database db1      […]

12c Database : IPV6 and IPV4 support for Clusterware

Hi,

Before starting again, see following if you are not aware of what is IPV4 and IPV6 formats of IP Address.

The screenshot above is my desktop ipconfig command, if you see the IPV4 address in yellow box, in format of 115.242.106.9, on other hand in red box the ipv6 format is […]

12c Database : Flex Cluster Overview

I will start this post with a Grid Infrastructure installation slide, which ask you the type of cluster you want to install.

 

As you noted,  "Standard Cluster" and "Flex Cluster". We understood by now standard cluster is a traditional cluster. Now let’s explore what is Flexcluster is.

Generally, an application layer and a […]

12c Database : Resource role – no unlimited tablespace now

If you are old junkie and rely more on “grant connect, resource to myself”, then you should look back this.

From 12c onwards, resource role will not provide unlimited tablespace privilege and no longer available too. As we already know resource role is deprecated from 11g onwards and will not be available in future releases.

[…]

12c Database : Select any dictionary privilege – controlled access to views

Hello,

There were the cases of denying “select any dictionary” privilege from database security teams especially in banking section since this privilege can access the sensitive views like DEFAULT_PWD$ etc.

From 12c Onwards the “select any dictionary” system privilege no longer permits you to query the SYS schema system tables DEFAULT_PWD$, ENC$, LINK$, USER$, […]

12c Database : Deprecated features in Database Security

Going through the documentation and found the following were deprecated which we have may used in our environments.

The following tns parameters have been deprecated, When you process a query that involves a connected database link, the server acts as a client to the target database of the database link. For example, suppose you have […]