|
Hello all,
One of my customers is looking into migrating his systems when APEX 4 and the APEX Listener will be released.
To make his decision, he is investigating some of the possibilities of this setup and has asked me to help.
His setup will be APEX...
Started by Michel van Zoest on
, 12 posts
by 9 people.
Answer Snippets (Read the full thread at oracle):
When I get some time I mean to try and get an AD Apex Listener/Tomcat, but I thought I saw it mentioned earlier that is was a goal of the apex listener team to get something is : a have a group "apex_users....
I'm in the same boat Michel.
|
|
Checking interest if anyone else was in the market for an Apex or an Apex Jr. I emailed Reef geek and we get various discounts for numbers of systems ordered. Post up here if interested and I'll contact him to get a final prices. Tom
Started by coralreefer on
, 40 posts
by 17 people.
Answer Snippets (Read the full thread at dfwmas):
Avast K1 Kalk reactor Well the discount is for multiple apex thanksgiving-
2+ units 5%
4+ units 10%
6+ units 12%
Didn't matter between apex or apex jr- any combination of an Apex with display....
6105 tunze streams and Nano Wavebox.
|
|
70# apex or Apex 7 limbs with your choice of 27.5 or 30" A 7 cam, and a bronze with silver serving 28 strand cable with 24 strand string set made of Xs2 material $150
Started by elitegirl500 on
, 5 posts
by 2 people.
Answer Snippets (Read the full thread at archerytalk):
PM sent ttt6 Ttt offers.
|
Ask your Facebook Friends
|
I've installed Oracle XE with APEX, but forgot to write down the URL to access it. How may I determine the URL?
Started by dacracot on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To the Apex Administration Services:
http://127.0.0.1:8080/apex/apex_admin.
|
|
I have 2 28L and 1 27.5L apex 7 cams and 1 32L apex cam for sale $45 shipped
Started by AK_HIPPY ARCHER on
, 5 posts
by 1 people.
Answer Snippets (Read the full thread at archerytalk):
One 28 inch cam gone , still have the 27.5 , 28 and the apex cam still have a 27.5 and a 28 left 28 gone , just a 27.5 left All apex 7 cams gone , only one left is 32L apex cam.
|
|
Posted 07 November 2011 - 10:32 PM
Likely due to laziness, I don’t have much patience lately for writing or even reading reviews so I’ll keep this short. It may be of limited use to others as it’s primarily a two amp comparison.
My interest was how the...
Started by blessingx on
, 20 posts
by 10 people.
Answer Snippets (Read the full thread at head-case):
I think I heard the Arete with the switching PS .
Limited experience with the Apex Twins.
|
|
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 advance, Matt
Started by Sonny Boy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Though :)
In Apex 3.2 you can put your pages into Groups, which can be useful for sorting the pages.
|
|
Hoping this is possible and someone can assist but I need a means of obtaining the local IP Address (Windows box listed in ipconfig command info) from within Oracle ApEx.
Is this possible as I have tried both owa_util.get_cgi_env('REMOTE_ADDR') as well...
Started by tonsils on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To obtain the Oracle Client IP address you have to use the one you suggested::
select sys_context('userenv','ip_address') from dual;
To obtain the Oracle Server IP address you can use:
select utl_inaddr.get_host_address(sys_context('userenv','server_host... .
|
|
I am looking for a 26.5" left hand APEX cam and #50 APEX (black) limbs. Send me an email if you have them for sale.
barblair@earthlink.net
Started by awapiti on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at archerytalk):
|
|
I'm using Oracle APEX and I have a report region in a page that displays columns from a SQL query. I want to add edit buttons to the first column of this report so that the user can click on it and edit/review one of the results. How do I add this edit...
Started by Corrine on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
2) Go to the Report Attributes tab
3) Move the new column EDIT_LINK to the top of the list of columns (if you want it to be first)
4) Click... .
Add a column to the SELECT statement of the report like this:
SELECT '' edit_link, -- This is the new column .. .
|