Download Free Blogger Templates
Download beautiful and professional templates for blogger, but please backup your old template before applying a new template. You can check this link How to change new template in...
View ArticleTracking Date and Time for Table Data Changes in Oracle
You want to track when changes occur for a particular table in oracle, but your current table structure hasn’t any dedicated fields for this purpose. You want to determine the date and time of historic...
View ArticleChanging a New Template in Blogger
You can change your blogger template with a new template you downloaded recently. The blogger templates comes with .xml extension.First backup or download your old template to your computer before...
View ArticleDetecting Leap Years In Oracle
Here is the example to determine if any given year is a leap year in Oracle. There are lots of way to get the leap year from any date but some times it becomes complex or typical. The SQL we show next...
View ArticleSome Date Function Examples In Oracle
Determining the First Date or Day in a Month In Oracle You need to dynamically determine the first date in a given month at runtime. Oracle’s TRUNC function can be used on dates to perform...
View ArticleHow To Get Approval From Adsense For A Disapproved Account
As you may know, Google takes issues regarding program policy compliance very seriously and if your site is not come under Google's policy program you site or account will not get approved by the...
View ArticleLoading Image Data into BLOB Columns in Oracle
You have various JPG, PNG, GIF, and BMP image files that need to be managed and backed up in thedatabase, and you need a way to do an initial load into the database.Loading binary LOBs is a bit simpler...
View ArticleCustom Domain Without www Not Redirecting In Blogger
In blogger help to set a custom domain name for blogspot there is mention to set A records in Godaddy or other third party domain name provider, but in some cases it seems to be not working.The problem...
View ArticleSelecting Records From Another Query In Oracle
You want to use the output of a complex query involving aggregates and grouping as source data foranother query.Oracle allows any query to be used as a subquery or inline view, including those...
View ArticleWriting On-Error Trigger In Oracle Forms
Suppose you want to handle an error in oracle forms and want to display custom error message for that error, but also you want to customize more for a particular error. For example there are many...
View ArticleExamples For When-Validate-Item trigger In Oracle Forms
The following example finds the commission plan in the COMMPLAN table, based on the current value of the commcode item in the EMPLOYEE block in the form, to verify that the code is valid.If the code in...
View ArticleHow To Use FETCH_RECORDS In Oracle Forms
When called from an On-Fetch trigger, initiates the default Form Builder processing for fetching recordsthat have been identified by SELECT processing.FETCH_RECORDS examples/*** Built-in:...
View ArticleDeveloping a Python App for Google App Engine
The simplest Python application for App Engine is a single directory with two files: a configuration file named app.yaml, and a file of Python code for a request handler. The directory containing the...
View ArticleHow To Use RUN_PRODUCT In Oracle Forms
Run_Product is used to run Oracle Reports (RDF/REP files) in Oracle Forms. It invokes one of the supported Oracle tools products and specifies the name of the module or module to be run. If the called...
View ArticleUsing Find_Alert and Show_Alert in Oracle Forms
Show_alert is used to display model window messages in Oracle Forms and Find_alert searches the list of valid alerts in Form Builder, when the given alert is located, the subprogram returns an alert...
View ArticleHow To PLAY_SOUND in Oracle Forms
Play_sound is used to play audio files in Oracle Forms, Play_Sound plays the sound object in the specified sound item.PLAY_SOUND examplesThe following plsql block you can write in when-button-pressed...
View ArticleHandling Tab Pages in Oracle Forms
Handle tab pages in Oracle forms at runtime with When-Tab-Page-Changed trigger at Form Level. This trigger Fires whenever there is explicit item or mouse navigation from one tab page to another in a...
View ArticlePre-Update and Pre-Insert Trigger Examples For Oracle Forms
Pre-Update Fires during the Post and Commit Transactions process, before a row is updated in Oracle Forms. It fires once for each record that is marked for update.The following example writes a row...
View ArticleBeginning Google Blogger Free eBook Download For Bloggers
Beginning Google Blogger is an easy-to-read, how-to book about Blogger, loaded with step-by-step instruction and visual aids detailing many aspects of creating and managing a Blogger blog. You will...
View ArticleStarting Blogging For HTML5 and CSS3
I started blogging with Oracle Forms and Plsql examples then also started blogging for Blogger tips and tricks and now after a lot of thinking, I am going to start blogging for HTML5 and CSS3 for web...
View Article