Category: Tips and Tricks

What is Bootstrap ??

I know you might not interested in these details but if you are using some technology then you should know details about it. What is Bootstrap Bootstrap is an open-source Javascript framework developed by the team at Twitter. It is a combination of HTML, CSS, and Javascript code designed to help build user interface components. Bootstrap was also programmed to…

Siebel Open UI: How to integrate Bootstrap in Siebel ??

Well its really amazing to know that we can use all latest stuffs in market to modernize our traditional Siebel UI…thanks a ton to Open UI.. 🙂 🙂 Being a Siebel developer, I can never expect of you guys listen this keyword :: Bootstrap. But if you have a UI friend else you are working on Open UI, must listen…

Using Google Chrome to debug and edit jQuery directly in browser

This post belongs to Siebel Open UI tools, means a step ahead for all Open UI developers to get their things done despite of hell of limitations.. Scenario:  Its a possible case that yours local set up of Siebel 8.1.1.11 got corrupted while you have to fix some issue on server… OR Some objects like virtual Business Components not working…

How to find a Patchset or Quickfix on My Oracle Support

It might be a very simple topic but it seems to be a useful information for new bees. My requirement was to download Patchset 5 to apply on Siebel 8.1.1.11, I was asking everybody how & where to find this. Then I came to know that we can find our answers inside Oracle Support only. And I came through this document…

PL/SQL Automated Reporting Tool using UNIX Scripting

Requirement: We need to generate SQL Reports with color code formatting. Pre-requisites: 1)      Unix Box 2)      SQL Developer 3)      Basic knowledge of both Shell Scripting and SQL Normally, we need to generate many SQL reports on daily basis and need to monitor them closely. So, if we can add some color code to differentiate error and successful rows. It will…