Introducing
Your new presentation assistant.
Refine, enhance, and tailor your content, source relevant images, and edit visuals quicker than ever before.
Trending searches
http://www.amazon.com/Pro-Oracle-Application-Express-ebook/dp/B001U0PFCC
pop
culture
nerds?
just
don't forget
the one
percenters...
forms style architecture
database on different tier
you could loop through the array...
"n" methods to improve Apex performance
Scott Wesley
Systems Consultant & Trainer
do your conditions really need to run that SQL?
= 8 hours / month waiting
= 90 seconds / month waiting
that runs once a day?
that executes a thousand times a day?
it also pays to monitor your application
a number of factors can impact performance
this might be no good...
do I wait...
surely you don't ever take advice...
...and segues
and not this:
from Oracle?
I'm running out of...
big table
hmm...
but don't use page numbers
http://forums.oracle.com/forums/thread.jspa?threadID=486516
be aware of your pagination
ever put CSS in your SQL?
if you can 'see' the number of rows...
don't execute your validation...
... consider setting a (respectable) upper limit
think about
SQL
too
in case Oracle changes the behaviour
of these persistent variables
hinders re-use
need to change SQL to change format
hard parses
can increase number of
impacts scalability
templates are there for this purpose
as is CSS
and item formatting attributes
so what's this I hear about AJAX?
que?
consider using
usage of the v function...
(or this can't be avoided)
regardless of complexity
hasn't Tom taught you to use
but why does this happen?!
because of weirdness like this...
why?
you shouldn't really need to do this
and to stop bugs...
which is why you should be
familiar with this next function
close your eyes ;-)
PL/SQL
speaking of multiple db hits
...to stop multiple hits on the database
remember post-query network latency?
for some really clever stuff
new topic time
(again)
what about "forms style"
when-validate-item
when something happens...