Oracle12c EM express issue with FireFox browser

failtoloadEM
firfox load
emexpressloaded

Issue Description

When we are done with all Oracle12c installation and just to go for EM express,you may face the following error in FireFox browser.

Continue reading
Tags:
  10257 Hits
  0 Comments

ORA-00093: _shared_pool_reserved_min_alloc must be between 4000 and 11744051

SQLerror

This error occur in case you have miss used values of memory_target and memory_max_target.

To overcome the same follow the following steps

Continue reading
  15419 Hits
  0 Comments

How to search a new line character and remove it from your database?

Introduction

While working on the Database, I encountered an unique issue where I found a new line character ('\n' or Enter) at the end of my data. This leads to wrong output.

Continue reading
  2602 Hits
  0 Comments

A Brief Description about INSTEAD OF Triggers

So folks, I’m not going to explain the trigger syntax here as its same for all types of triggers. I’ll start off with INSTEAD OF trigger straight away.

INSTEAD OF triggers hold a special functionality as they can be used to update views which are normally not updateable and perform insert, update, delete, merge operations on them.

Continue reading
  2675 Hits
  0 Comments