Thursday, August 7, 2014

Inhalt des APEX UserGroup Düsseldorf Treffens am 02.09.2014

Das kommende Treffen der APEX UserGroup Düsseldorf / DOAG Regionaltreffen-NRW beinhaltet folgende Vorträge:
  • Doxxy: Reporting in APEX made easy - Karen van Hellemont (iAdvise, Twitter)
  • Oracle Application Express und Workflows - Sven Böttcher (apps associates, XING)
  • Eine steuert alle, alle gucken auf Eine - zentrale Berechtigungssteuerung im APEX Workspace - Thomas Schild (Noweda eG, XING)
Hier die Informationen zum Standort und Zeitpunkt
Datum & Uhrzeit:   Di, 02.09.2014, 17-20Uhr
Ort:                          MT AG, Balcke-Dürr-Allee 9, 40882 Ratingen
Anmeldung:            DOAG Regionaltreffen Anmeldelink (kostenfrei) 
Ansprechpartner:    Oliver Lemm (Twitter, XING, XING-Gruppe)

Tuesday, August 5, 2014

Query the APEX Metadata - #1 - Identify Public Pages

As i introduced the my APEX QA Plugin, i was asked if i could help other people to get some special information out of the metadata of APEX. Especially in APEX, where every configuration is saved in the database, it's really easy to get some information of your application only by using one sql query. Because of that i will release every month one query to identify some interesting stuff.
Of course if there are any interesting properties which you would like to query, pleas let me know.

A first simple example is, to identfiy all the pages which can be reached without authentication:
select p.application_id
         ,p.page_id
         ,p.page_name
         ,p.last_updated_by
         ,p.last_updated_on
         ,p.created_by
         ,p.created_on
from apex_application_pages p
where p.page_requires_authentication = 'No'
The query returns all pages, of all applications in your workspace. If you run the query on a database schema all applications, conected to this schema will be referenced.
Needles to say, that there are always many columns in the APEX Views, but getting the name and some information like, who and when was the page was created and updated might be most useful.

MT AG mit 10 Vorträgen auf der DOAG 2014



Dieses Jahr sind wir von der MT AG mit insgesamt 10 Vorträgen auf der DOAG, wobei 7 im Bereich APEX liegen. Verpasst also nicht unsere Vorträge, hier alle Details:

Dienstag, 18.11.2014
Mittwoch, 19.11.2014 Donnerstag, 20.11.2014 Zusätzlich gibt es dazu noch die Open Mic Night , welche am Mittwoch nach den Vorträgen von 18-19Uhr stattfindet. Hier gehts darum sich in der APEX Community auszutauschen und wer Lust hat seine eigene Anwendung kurz als Livedemo zu zeigen.

P.S.: Für alle Referenten, bis zum 30.09.2014 müssen die Vortragsmanuskripte eingereicht werden und bis zum 12.11.2014 müssen die Vorträge hochgeladen werden.