Here I share the moments that enriched my knowledge, improved my learning process or experiences and make me relish different aspects of life...
My pages
Who am I ..
Larry Ellison's 2019 keynote - Daring
Watching Keynote session is always inspiring. Be it Steve Jobs, Sundar Pichai or our own Larry Ellison. Larry has a reputation for being a showman, and his presentations are often filled with bold claims and direct shots at competitors. That was certainly the case with the memorable Larry Ellison keynote highlight from 2019.
The presentation was a landmark moment for Oracle, packed with big ideas that got lost in jargon for many viewers. But what did it all really mean for businesses and the future of the cloud? Lets break it all down.
Oracle's Big Claim: The World's First Autonomous Database
The centerpiece of Ellison's talk was the Oracle Autonomous Database. He called it the world's first and only of its kind. So, what exactly does "autonomous" mean in this context?
Think of it like the shift from regular cars to self-driving cars. Ellison argued that for decades, databases needed constant human supervision. People had to manage, secure, and repair them, which left a lot of room for human error.
The autonomous database aims to change all that. It's built to be self-driving, self-securing, and self-repairing. This concept attempts to automate the routine database administration tasks that occupy so much time for IT departments.
Self-Driving Features
The "self-driving" part handles database management for you. This includes provisioning, securing, monitoring, backing up, and troubleshooting. The system uses advanced machine learning algorithms to learn and adapt to your specific workloads.
This means it automatically tunes itself for the best possible performance without human intervention. The database can create its own indexes, manage resources, and optimize query plans on the fly. This frees up database administrators to focus on more strategic work.
They can spend their time on things like data modeling, application design, and helping programmers with data analytics. According to Oracle's own studies, this automation can significantly cut down on administration time. This lets valuable tech talent work on projects that directly generate revenue instead of just keeping the lights on.
A Focus on Self-Securing
Maybe the most compelling part of the pitch was the "self-securing" capability. The database automatically encrypts all its data, both at rest and in transit. But the real game-changer is its ability to patch itself while it is running.
You might remember the massive Equifax data breach in 2017. That disaster, which exposed the personal information of millions, happened because the company failed to apply a critical security patch in time. Ellison uses this example to show why manual patching is a dangerous and outdated model for data security.
The Oracle Autonomous Database uses automated patching against new threats without any downtime. This removes the risk of a human forgetting or delaying a critical update, which is a major source of vulnerabilities. As the US Cybersecurity and Infrastructure Security Agency often reports, unpatched systems are a leading cause of security breaches.
The Promise of Self-Repairing
Finally, "self-repairing" means the database can automatically detect and fix problems. It offers protection from all types of failures. This includes system failures and even local data center outages.
This automation is designed to deliver very high availability. Oracle's service level agreement, or SLA, promises 99.995% uptime. That translates to less than two and a half minutes of total downtime a year, planned or unplanned.
This resilience is achieved through technologies like Oracle Real Application Clusters (RAC), which allows a single database to run across a cluster of servers. If one server fails, the system instantly fails over to a healthy one with no interruption. For any business that depends on its data, minimizing downtime is crucial, as it can damage a company's reputation and lead to serious financial losses.
A Deep Dive into Oracle's Gen 2 Cloud Infrastructure
Behind the autonomous database is another big idea Ellison presented: the Oracle Gen 2 Cloud Infrastructure. He positioned it as fundamentally different from first-generation clouds like Amazon Web Services. But what makes its cloud infrastructure "Gen 2"?
The primary difference lies in the architecture. It was designed from the ground up with a major focus on security. Ellison explained that Gen 1 clouds were built on an architecture where user code and cloud control code share the same computer, separated only by a software hypervisor.
He argues this creates a major security vulnerability. If an attacker gets into one customer's part of the cloud, they could potentially move through the network to attack other customers or even the cloud provider's core systems. This type of threat is known as lateral movement within a network.
Isolating for Security
Oracle's Gen 2 Cloud takes a different approach. It uses a design that puts an impassable barrier between your code and the cloud provider's code. This is called off-box network virtualization.
In simple terms, the computers that run your applications are completely separate from the computers that run Oracle's cloud management software. This physical separation is designed to stop attackers in their tracks. They cannot move from a customer's compromised application into Oracle's own cloud infrastructure.
This structure also protects customers from each other. An attack on one company's server cannot spread to another's. It's like having your own isolated computer within the cloud, creating a much more secure environment for your data and applications.
Bare Metal and Performance
Another point Ellison highlighted was the availability of bare metal servers. A bare metal server is a physical computer dedicated entirely to a single customer. You get full control over the hardware without any virtualization software layer.
This gives you a few key advantages. You don't have a "noisy neighbor," which is another customer's application that is using too many resources and slowing you down. This also eliminates the "hypervisor tax," which is the performance overhead that comes with running virtualization software.
You also get better and more consistent performance for demanding jobs. Workloads that require intense computing power, like high-performance computing, large-scale databases, or AI model training, run much better on bare metal. This setup, combined with the secure architecture, formed the foundation of Oracle's performance and security claims against competitors.
Analyzing the Oracle vs. AWS Showdown in https://www.youtube.com/watch?v=vO_KZZRSFvU
The keynote wasn't just about explaining Oracle's technology. It was also a direct and aggressive AWS comparison against the cloud market leader. Ellison presented a series of benchmarks and arguments to make his case.
He was not shy about naming AWS and claiming Oracle's superiority in several key areas. The main battlegrounds were performance, cost, and security. It was a classic challenger speech aimed at getting people to question the status quo.
Performance and Cost Claims
A significant part of the talk focused on showing performance charts. Ellison claimed that the Oracle Autonomous Database running on its Gen 2 Cloud was drastically faster and cheaper than similar services on AWS. The benchmarks covered common database tasks.
He highlighted comparisons for online transaction processing workloads. These are the quick, everyday transactions that power things like e-commerce and banking. The slides he showed claimed Oracle's database could handle these tasks at a fraction of the cost of Amazon's Aurora, Redshift, and Athena services, impacting overall cloud costs for customers.
Here is a simplified look at the type of claims he made:
| Database Service | Claimed Oracle Advantage | Key Ellison Point |
|---|---|---|
| AWS Aurora | Much lower cost for the same performance. | "Their database costs more and is not autonomous." |
| AWS Redshift | Significantly faster for data warehousing. | "We run analytic queries much, much faster." |
| AWS Athena | Dramatically cheaper for running queries. | "The bills on AWS get very high, very fast." |
It's important to note that benchmarks released by any tech company should be viewed with healthy skepticism. Companies often design tests that highlight the strengths of their own products. But the claims were certainly designed to get the attention of any CFO or CTO watching.
The Security Argument Revisited
Ellison's security argument was simple and powerful. He said that Gen 1 clouds were vulnerable by design. He stated that the most important data in the world runs on Oracle databases and must be protected.
He leveraged the shared responsibility model used by most cloud providers. This model defines which security tasks are handled by the cloud provider and which are handled by the customer. According to Amazon's own documentation on the model, the customer is responsible for security "in" the cloud, like patching their operating systems.
Oracle's argument is that its autonomous technology handles much of the customer's security burden automatically. By automating patching for both the database and the operating system, Oracle reduces the chance of human error. Ellison capped this argument with a bold statement: no one has ever broken in and stolen data from an Oracle Autonomous Database.
Autonomous Linux: What's the Big Deal?
Toward the end, Ellison announced Autonomous Linux. This extended the "autonomous" concept from the database all the way down to the operating system. It was a logical next step in his security narrative.
Just like the database, Oracle Autonomous Linux patches and tunes itself while it's running. There is no downtime and no human labor required to keep it secure. An insecure operating system can easily undermine even the most secure database, so protecting the full stack is critical.
This capability is made possible by a technology called Oracle Ksplice. Ksplice lets administrators apply critical security updates to the Linux kernel without needing to reboot the system. For companies that need their systems running 24/7, this is a massive advantage.
The Broader Context: Why Does This 2019 Keynote Still Matter?
Watching a keynote from several years ago might seem like a history lesson. But the themes from this talk are more relevant now than ever before. It laid out a strategy that Oracle has been executing on ever since.
The relentless focus on automation and security has become a central talking point in the entire cloud industry. As cyberattacks become more sophisticated, the idea of a system that can defend itself is incredibly appealing. Data privacy regulations have also made data security a top priority for boards of directors everywhere.
This keynote also marked a turning point in Oracle's competitive tone. The company moved from defending its legacy business to aggressively attacking the cloud leaders. It was a declaration that Oracle planned to compete on its own terms, focusing on enterprise workloads where it has always been strong.
Since 2019, the cloud market has continued to evolve. While Oracle hasn't overtaken the top players, it has seen steady growth. Recent reports from firms like Synergy Research Group show that Oracle is holding its own and growing its cloud market share, particularly in the enterprise space. The vision Ellison laid out is a key part of that story.
Conclusion
Larry Ellison's 2019 keynote was a masterclass in technology marketing. It was bold, competitive, and centered on a few easy-to-understand ideas: self-driving automation, ironclad security, and better performance at a lower cost. He presented a clear vision of a smarter, more secure cloud built for the most important business applications.
The claims made in his presentation were designed to make every CIO and IT manager reconsider their cloud strategy. He effectively used direct comparisons and strong statements to command attention in a crowded market. It was a defining moment for Oracle's push into the cloud.
Whether you agree with all his points or not, the keynote perfectly framed the battle for the future of enterprise computing. The core principles of security, automation, and performance he discussed continue to shape how businesses evaluate and adopt cloud technology today.
Nothing is too late ...
Why he sold his house to educate youth in rural India ?
Sikh religion...
क्यों हुई ये छोटी सी ज़मीन सबसे महंगी जरूर जानिये - रोंगटे खड़े कर देनें वाली ऐतिहासिक घटना।
यहां पर श्री गुरुगोबिंद सिंह जी के छोटे साहिबजादों का अंतिम संस्कार किया गया था।
सेठ दीवान टोंडर मल ने यह जगह 78000 सोने की मोहरे (सिक्के)
जमीन पर फैला कर मुस्लिम बादशाह से ज़मीन खरीदी थी।
सोने की कीमत के मुताबिक इस 4 स्कवेयर मीटर जमीन
की कीमत 2500000000 (दो अरब पचास करोड़) बनती है।
दुनिया की सबसे मंहंगी जगह खरीदने का रिकॉर्ड आज सिख धर्म के इतिहास में दर्ज करवाया गया है। आजतक दुनिया के
इतिहास में इतनी मंहंगी जगह कही नही खरीदी गयी।
दुनिया के इतिहास में ऐसा युद्ध ना कभी किसी ने पढ़ा होगा ना ही सोचा होगा, जिसमे 10 लाख
की फ़ौज का सामना महज 42 लोगों के साथ हुआ था
और जीत किसकी होती है..??
उन 42 सूरमो की !
यह युद्ध 'चमकौर युद्ध' (Battle of Chamkaur) के नाम से भी जाना जाता है जो कि मुग़ल योद्धा वज़ीर खान
की अगवाई में 10 लाख की फ़ौज का सामना सिर्फ 42 सिखों के सामने 6 दिसम्बर 1704 को हुआ जो की गुरु
गोबिंद सिंह जी की अगवाई में तैयार हुए थे ! नतीजा यह निकलता है की उन 42 शूरवीर की जीत होती है
जो की मुग़ल हुकूमत की नीव जो की बाबर ने रखी थी , उसे जड़ से उखाड़ दिया और भारत को आज़ाद भारत का दर्ज़ा दिया।
औरंगज़ेब ने भी उस वक़्त गुरु गोबिंद सिंह जी के आगे घुटने टेके और मुग़ल राज का अंत हुआ हिन्दुस्तान से ।
तभी औरंगजेब ने एक प्रश्न किया गुरुगोबिंद सिंह जी के सामने। कि यह कैसी फ़ौज तैयार की आपने जिसने 10 लाख की फ़ौज को उखाड़ फेंका।
गुरु गोबिंद सिंह जी ने जवाब दिया
"चिड़ियों से मैं बाज लडाऊं , गीदड़ों को मैं शेर बनाऊ।"
"सवा लाख से एक लडाऊं तभी गोबिंद सिंह नाम कहाउँ !!"
गुरु गोबिंद सिंह जी ने जो कहा वो किया, जिन्हे आज हर कोई
शीश झुकता है , यह है हमारे भारत की अनमोल विरासत जिसे हमने कभी पढ़ा ही नहीं !
***कुछ आगे ***चमकौर साहिब की जमीन आगे चलकर एक सिख परिवार ने खरीदी उनको इसके इतिहास का कुछ पता नहीं था ।
इस परिवार में आगे चलकर जब उनको पता चला के यहाँ गुरु गोबिंद सिंह जी के दो बेटे शहीद हुए है तो उन्हों ने यह जमीन गुरु जी के बेटो की यादगार ( गुरुद्वारा साहिब) के लिए देने का मन बनाया ....
जब अरदास करने के समय उस सिख से पूछा गया के अरदास में उनके लिए गुरु साहिब से क्या बेनती करनी है ....तो उस सिख ने कहा के गुरु जी से बेनती करनी है के मेरे घर कोई औलाद ना हो ताकि मेरे वंश में कोई भी यह कहने वाला ना हो के यह जमीन मेरे बाप दादा ने दी है।
वाहेगुरु....और यही अरदास हुई और बिलकुल ऐसा ही हुआ उन सिख के घर कोई औलाद नहीं हुई......अब हम अपने बारे में सोचे 50....100 रु. दे कर क्या माँगते है ।
वाहे गुरु....
वाहेगुरु जी का खालसा,
वाहेगुरु जी की फतेह जी
Sunaa hai .... by Ahmad Faraz...
sunaa hai log use aankh bhar ke dekhte hain
so us ke shah’r mein kuchh din Thahar ke dekhte hain
sunaa hai rabt(closeness) hai us ko Kharaab haalon se
so apne aap ko barbaad kar ke dekhte hain
sunaa hai bole to baaton se phuul jhhaRte hain
ye baat hai to chalo baat kar ke dekhte hain
sunaa hai us ke badan ke taraash aise hain
ke phuul apanii qabaayeN(tunic) katar ke dekhte hain
Outsourcing to India - Beware of pitfalls
Post failure statements from Ole Aleksander Mortensen, TOMRA :
We were not comfortable with continuing the process with the Indians. We had lost confidence.
We have made further progress in five months with a small team here at home than we did during the two years of the Indian company,
Post failure, Tomra has following advice for others :
- Understand requirements for formality in the agreements in the current low-cost countries
- Use a lot of time on the agreement with the company you outsource to.
- Use extreme with time specification of the agreement.
- Important to have enough 'onsite' resources so that the communication flows between the company and the supplier. Have earmarked employees who work closely with the company you have outsourced to.
- Anchor solution internally, so that everyone who will work with the process understand why the outsourcer and that they support this.
Living a lost dream - Pottery
Few days back on FB, I got know about the workshop where a polish artist Izabela Baranska invited the enthusiasts to come and join the pottery workshop and somehow I could not stop myself but registered for it.
How to find jobs in Norway ?
- www.nav.no
- www.eures.no
- www.careerjet.no
- www.deltidsjobb.no
- www.finn.no/jobb/
- www.iktjobb.no
- www.ingeniørstillinger.no
- www.inkludi.no
- www.jobbdirekte.no
- www.jobbnorge.no
- www.jobbsafari.no
- www.jobbsøk.no
- www.jobb24.no
- www.journalisten.no
- www.karriereguiden.no
- www.karrierelink.no
- www.karrierestart.no
- www.lederjobb.no
- www.legejobber.no
- www.medrec.no
- www.monster.no
- www.norwaypost.no/jobs-in-norway.html (English)
- www.rubrikk.no/ledig-stilling-jobb/
- www.statsjobb.no
- www.stepstone.no
- www.stillinger.no
- www.traineeguiden.no
- www.tu.no/jobb/
- www.universitetstillinger.no/ledige-stillinger
- www.zett.no/vis/rubrikk/jobb.html
* www.adecco.no
* www.aktiv-personell.no
* www.backup-personell.no
* www.elanit.no
* www.personalhuset.no
* www.Pipeline.no
* www.proffice.no
* www.kellyservices.no
* www.manpower.no
* www.temp-team.no
* www.xtrapersonell.no
Types of NRI accounts in India
NRIs, PIOs, OCBs are eligible to open NRE Accounts. These are rupee denominated accounts. Accounts can be in the form of savings, current, recurring or fixed deposit accounts. Accounts can be opened by remittance of funds in free foreign exchange. Foreign exchange brought in legally, repatriable incomes
of the account holder, etc. can be credited to the account. Joint operation with other NRIs/PIOs is permitted. Power of attorney can be granted to residents for operation of accounts. The deposits can be used for all legitimate purposes. The balance in the account is freely reportable. Interest lying to the credit of NRE accounts is exempt from tax in the hands of the NRI. Funds held in NRE accounts may be freely transferred to FCNR accounts of the same account holder. Likewise, funds held in FCNR accounts may be transferred to NRE accounts of the same account holders.
2. Ordinary Non-Resident Rupee Accounts (NRO Accounts)
These are Rupee denominated non-reportable accounts and can be in the form of savings, current recurring or fixed deposits. These accounts can be opened jointly with residents in India. When an Indian National/PIO resident in India leaves for taking up employment, etc. outside the country, his bank account in India gets designated as NRO account. The deposits can be used to make all legitimate payments in rupees. Interest income, from NRO accounts is taxable. Interest income, net of taxes is reportable.
3. Non-resident (Non-reportable) Rupee Deposit Accounts (NRNR Accounts)
NRIs/PIOs/OCBs, other non-resident Individuals/entities are permitted to open these accounts. Accounts can be opened by transfer of freely convertible foreign currency funds from abroad, or from NRE/FCNR accounts. Deposits can be held jointly with a resident. Deposits can be for a period from 6 months to 3 years, and can be renewed further. Accounts may also be opened by transfer of funds from the existing NRE/FCNR accounts of the non-resident accounts holders.
The principal is non-reportable; interest can be repatriated. There is no income tax on the interest.
4. Non-Resident (Special) Rupee Accounts with banks in India
NRIs/PIOs presently have the facility of maintaining bank accounts and undertaking financial transactions in India subject to certain exchange control regulations.In order to simplify the procedures and to provide greater freedom to NRIs/PIOs for putting through financial transactions in India, NRIs and PIOs are now permitted to open bank accounts in India, which will be at par with rupee accounts, maintained by residents. They can now open Non-Resident (Special)
Rupee Accounts with banks in India which will have the same facilities and restrictions as are applicable to rupee accounts maintained in India by residents relating to repatriation of funds held in these accounts and/or income/interest earned on them. The scheme, which has become effective from April 15, 1999 provides that the procedure for opening such accounts is the same as that of domestic accounts of resident individuals. The existing facilities for NRIs/PIOs to maintain and operate Non-resident (Ordinary) i.e., NRO account, Non-Resident, i.e., FCNR account also continues. The repatriation facilities available under these accounts will continue as before.
5. Foreign Currency (Non –Resident) Accounts (Banks) (FCNR (B) Accounts)
NRIs/PIOs/OCBs are permitted to open such accounts in US Dollars, Sterling Pounds, Deutsche Marks,Japanese Yen and Euro. The account may be opened only in the form of term deposit for any of the three maturity periods viz; (a) one year and above but less than two years (ii) two years and above but leas than three years and (iii) three years only. Interest income is tax free in the hands of NRI until he maintains a non-resident status or a resident but not ordinarily resident status under the Indian tax laws. FCNR (B) accounts can also be utilised for local disbursements including payment for exports from India, repatriation of funds abroad and for making investments in India, as per foreign investment guidelines.
Whatsapp and friendship
- Technically , It is light-weight and very fast for media files like pictures, videos etc.
- It is great way to connect with group of friends from the same domain. I am so fortunate that that I met lot of my class-12 friends via this group and it helped us in realizing that down under, we are still same kind of people as we were in 1992. As it happens in real-life, some of these friends were not my best friends then but this group converted them to best friends because best Friends are the ones who keep in touch with you when they go away from college no matter how busy they are...It also stamped again that heart never grows old...Our heart is as fresh and bubbly as it was and we are equally or even better sensible when it comes to 'non-sense' :). The fact is that we have grown over these years and developed a level of maturity and earned the titles like Dad,Sir,Damadji,Jijai... and don't get time to be ourselves again. The group has offered the opportunity still we all are not same so some of us are always sharing and active on this group and some of us are show up as and when need arise but what is important here is the 'feeling of togetherness' . No matter how busy are we , we read and listen to each-other and smile ( if not via emoticons ) and are always there for each-other.
- Yesterday a friend from this group sent the following song and I who always think that our bollywood songs capture emotions very well was positively surprised...
Fate chooses your relations, you choose your friends - Jacques Delille
Pay it forward ....
Comparative property price around Oslo
I don't like you because 'WHAT' ?
Human behavior seems to be complicated, specially when it comes to liking and disliking others.We get along with some people and at times we don’t get along with some people because of one or the other reason.Fundamentally it is found that our behavior comprised of one or more DISC properties. Never analyzed DISC in so depth so cant comment much on it but still I wanted to categorize some very common situations between 2 people to understand it better:
eg.
A- Me
B- Other person(important to me)
C- third person
I experienced that A does not like B because :
Case 1- A has violated something universally accepted principle or philosophy. eg. A is abusive or swindler.
So I should not like a person who is 'universally' on wrong side... in this way, Am I helping him or society ?
Case 2- B is doing the things which A thinks 'B should/must NOT be doing'.
So in other word I want the world to behave the way 'I want'... am I narcissist ?
Case 3- C doesn't like B so over the time A starts disliking B.
So in other words,I am so weak that I can't have my own belief system... am I meek ?
Case 4- If B doesn't like A then it does not matter if A likes B or not.
So in other words,I am insignificant for other person and just have 1-directional relationship... am I wasting my time?
I guess before liking and disliking a person, we should always get an answer to following question :
"do I value the differences other person has and do I seek to understand it well ?" and if the answer to both is 'Yes' then most probably , we are on right side.




