Tagged Questions

3
votes
1answer
52 views

Oracle Application Express Dev Environment

When developing with application express, I am struggling with how to implement version control and how to have both DEV and PROD versions of an application. How do you publish changes from dev to …
0
votes
2answers
52 views

How to renumber pages in an Oracle APEX application?

Hey all, I've just finished my first "real" APEX app but it's looking a bit messy. Is there any way I can renumber the pages so that they're back in order of the application flow? Thanks in …
0
votes
2answers
82 views

Oracle string_agg(distinct columnname) does not work in pl/sql, only in sqldeveloper

I am trying to get the string_agg function, detailed here to work with the distinct keyword. Sample usage: select string_agg(distinct a.name), a.id from tbl_a a group by a.id The problem is that …
5
votes
8answers
1k views

Why use Oracle Application Express for web app?

Hi all. I believe we're moving to Oracle Apex for future development. I've read about Oracle Apex on wikipedia and it's pro and con. It seem to me the con outweigh the pro but maybe I'm wrong. I get …
0
votes
0answers
147 views

Running an SQL Script with Oracle Application Express

Greetings, I am trying to run an SQL Script uploaded using Application Express (APEX), the web based interface for Oracle DBMS. However, upon clicking the Run button, it does nothing, suspecting any …
2
votes
4answers
621 views

Alternatives to Oracle application express?

I've using Oracle Application Express (apex) which is the most fast database application builder for the web that I've seen. Oracle Apex is like Microsoft Access for desktop and Oracle databases. …
1
vote
3answers
835 views

SELECT * breaks when adding columns in Oracle Application Express (ApEx) 3.0

When I define a report region's SQL as SELECT * FROM some_table, all is fine until new columns are added to some_table -- then it breaks with a "ORAxxx No data found" error. It is easy to remediate, …
0
votes
0answers
48 views

Does anyone find SO more useful for Apex questions than the Forum? [closed]

I'm an irregular but supportive contributor to the Apex forum that Oracle hosts. But StackOverflow looks interesting for general programming questions. I don't see many here related to Apex, …
0
votes
3answers
651 views

Is it possible to output a SELECT state from a PL/SQL block?

How can I get a PL/SQL block to output the results of a SELECT statement the same way as if I had done a plain SELECT? For example how do a SELECT like: SELECT foo, bar FROM foobar; Hint : BEGIN …
1
vote
6answers
701 views

Oracle APEX access

Is Oracle Application Express suitable for Intranet client/server application? If so, what should I do to enable client access to application?