jQGrid Integration Kit for PL/SQL and Apex version 1.2 available

It’s been over two years since I released the initial version of the jQGrid Integration Kit for PL/SQL and Apex.Since then, I’ve added some additional features and fixed a few bugs:Version 1.1Procedure include_static_files_once will make sure required …

APEX character validation whichs shows all not allowed characters

| May 18, 2012 03:24 +0000

This time I will present a solution for a character validation on the APEX item level.Normally you create a simple validation based on a REGULAR EXPRESSIONS which checks for a set of characters which are allowed inside your item. If there are characte…

New Oracle By Examples Now Available

For sometime Kris Rice and I have talked about wanting to do a "Soup-to-Nuts" series of labs. With many thanks to Marcie Young from Curriculum Development, such a series now exists on the Oracle Learning Library (OLL) : http://apex.oracle.co…

Oracle 11g XE listener does not start when there is another database running

If for any reason you have a two databases running on the same server and one of them is Oracle 11g Express Edition then you will get surprised that listener of XE is not started automatically during boot if there is another listener already running. D…

APEX & mobile seminar

On May 12 iAdvise hosted the “APEX and mobile seminar”.
With a turnout of more than 50 customers and interested developers, it indicates that mobile development is a real hype and the demand for mobile applications is rising.
This was the starting …

Shift Left example with Oracle SQL

| May 15, 2012 02:32 +0000

I’m currently working on a integration of the jQuery Real Person (Captcha) plugin into APEX.On the server side I had to execute a shift left. Which normally works like this:5381<< 5With Oracle SQL you can do like this: select 5381*power(2,5) from…

Different ways updating a table with sub select (join table)

| May 15, 2012 01:51 +0000

/* 1. Standard sub query */ UPDATE tbl_employees x   SET department = (       SELECT y.name         FROM tbl_department y        WHERE y.dept_id = x.dept_id);/* 2. Sub query with exist clause */UPDATE tbl_employees x   SET depa…

Installing NGINX on RHEL 5/6 (Centos and Oracle Linux too)

I’m an huge NGINX fan. Nginx pronounced “Engine-X” is an open source Web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. Nginx is awesome… re…

You might be wondering…

| May 14, 2012 06:44 +0000

You might be wondering what is going on behind the scenes.
We’ve previously talked a little about our joint venture and what we are planning to do,and now you are probably wondering when it all begins?

Truth is, all of us are working really hard to …

Full of CRUD

| May 10, 2012 10:31 +0000

Joel Kallman has an interesting and amusing reaction to a recent Gartner paper authored by Mark Driver posted here.  After reading Joel’s reply and Mark’s paper, it got me thinking a bit about what was both in and not in the Gartner review and conclus…

Cloud Plugin Plugin Extension

| May 10, 2012 09:30 +0000

I really like the Label Cloud Plugin by Carsten Czarski but a customer complained that there are not so much visual differences by words when the occurences are very similar.For example you have 20 words inside your cloud:10 words with a value of 104 …

APEX – it’s only good for CRUD applications?

| May 10, 2012 08:19 +0000

The views expressed on this blog are my own and do not necessarily reflect the views of Oracle.Rather than ignore a potentially damaging report about Oracle Application Express and hope no one notices it, I wish to expose it to the light of day.I read …

APEX UI Lessons – Part II

| May 10, 2012 04:43 +0000

As soon as I posted this entry yesterday, I thought of a few additional “rules” that probably should have been included.  Pitor’s comment also spurred on an additional rule.  So without further adieu, here they are:StandardsLearn ‘em and stick to ‘em…

APEX simple cookie example

| May 10, 2012 00:33 +0000

This is an example for the use of a simple cookie which gets created after submit when click on a button. Afterwards a region inside my page shouldn’t be shown anymore. The cookie itself is valid for 30 days and will save the value “1″.Page process:be…

APEX UI Lessons

| May 9, 2012 07:18 +0000

There’s something to be said for corporate standards for browsers. Sure, it’s almost always some flavor of IE, but at least you’re only charged with making sure that your application runs and looks good on one browser on a single OS. However, when de…

APEX report column with %-sign

| May 9, 2012 02:05 +0000

If you want to beautify your number column inside an APEX report with a percent-sign then most of you would do like this:  select column_name || ‘%’ as column_namefrom my_tableThis creates the correct output but the sort will not work anymore as expe…

Excel Upload für den Endanwender: Ganz einfach mit APEX 4.1

In unserem aktuellen Tipp stellen wir Ihnen das mit APEX 4.1 neu eingeführte
Feature "Data Upload" für den Endanwender vor. Während der APEX-Entwickler
kommaseparierte Dateien schon seit
HTML…

APEX Competition Reminder

| May 8, 2012 07:41 +0000

Less then one week is left and only 4 plugins has made there way to the competition:http://www.apex-plugin.com/oracle-apex-plugins/odtug-competition.htmlThat is your chance to take the opportunity and win the challenge.Good luck. Tobias