Time in the APEX

I want to add two fields. 'Start Time' and 'Arrival' and then have another field that displays the real time by subtracting the start time end time. I can't find a format for the moment, there is a date which includes the time, but not of time itself. If you use a number, then 5.30 is no 5.3 5.5 hours in.

Any ideas?

Steve:

I do not see a reference to an element of type "date selector" in your query.
However, assuming that the data type for column 'aarival_time' and "departure_time" are are of type 'DATE', in order to include a column to display the difference between "start time" and "time of arrival" you must change your query to be

Select 'ID', 'ENGINEER', 'DATE_OF_CALL', 'ARRIVAL_TIME', 'START_TIME', 'FINISH_TIME', 'DEPARTURE_TIME', 'FULL',
'FAULT_CODE', 'PARTS_ON_SITE', 'PARTS_VAN', 'FAULT_LOCATION_CODE', 'METER_101', 'METER_108', 'METER_122', 'METER_123', 'METER_112', 'METER_113 ',.
DBMS_LOB.substr ('COMMENTS', 4000, 1) COMMENTS.
trunc (24 * (departure_time - arrival_time)) | "H" || round (60 * mod (departure_time - arrival_time, 24)). «minutes» time
of 'DPSG_FVR '.
where the...

CITY

Tags: Database

Similar Questions

  • Time of the APEX to load a report

    Is it the way to get the time that APEX has to load and display a report?

    Concerning
    Sebastian

    Use the debug mode, or the substitution string#TIMING # substitution string in the foot of the region.

  • is there a field type in the apex where I can display a clock? real time?

    I just want to be able to make an application log when I can view the clock somewhere in the page.

    Hello

    Use the plugin to the APEX.

    -Point Plugin - Coolclock

    Demo and documentation of use is inside the link.

    -Sunil Bhatia

  • Report of long duration in the APEX

    Hello

    I'm on version 4.1.1.00.23 of the APEX. I have a report at the APEX, which takes about 50 seconds to run at APEX. When I run the same query in sqldev it works about 6 seconds.  Why this same query takes a lot more time in APEX?

    Similar questions a few times. The usual answer is: it makes no difference. You think it runs faster to SQLDev, but this isn't really the case. SQLDev will show you the first Recordset up, while the Apex will be waiting for the entire results set.

    Another option is that you use an interactive report with the columns related to a LOV. APEX will join your main query and LOV queries in a single query. So, there is indeed a different query, passing through Apex.

  • Need help using the tabs of the apex to the universal theme.

    I tried using the enkitec boards to create tabs in page apex.

    But I'm unsucessfull and I used the apex as the version 5.

    The theme that I use is universal theme.

    https://www.enkitec.com/Apex/f?p=15300:30310:0:

    Also I'm tired the method too to create tabs below

    Creation of a region of the tab within a page in the APEX

    It's like

    In the HTML header, I'll add the code below

    <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/redmond/jquery-ui.css" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"> </script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.js"> </script> <script type="text/javascript"> $(function() {    $("#tabs").tabs();    $x("tabs").appendChild( $x("tabs-1"));    $x("tabs").appendChild( $x("tabs-2")); }); </script>

    Then I'll create 3 region.

    Region 1 > > > create a HTML region (REGION MODEL = MODEL number) and add the code below in the SOURCE of the REGION

    <div id="tabs"> <ul>    <li><a href="#tabs-1">Employee</a></li>    <li><a href="#tabs-2">Chart</a></li> </ul> </div>

    Region 2 > > > create HTML region... Add two fields to the region now, edit the region

    Add the code below in the header of the region to REGION 2

    <div id="tabs-1">

    Add the code below in the bottom of the region to REGION 2

    </div>

    Region 3 > > > create HTML region... Add two fields to the region now, edit the region

    Add the code below in the header of the REGION 3 region

    <div id="tabs-2">

    Add the code below in the bottom of the REGION 3 region

    </div>

    Example: http://Apex.Oracle.com/pls/Apex/f?p=12060:7

    I used exactly the same code... except that my region 2 contains a REPORT instead of two text field and region 3 GRAPHICS instead of text field.

    Kind regards

    Shijesh

    -------

    Please reward the answer if it was useful / correct


    I used the enkitecs method to create tabs.

    Tabs have been created, but the fields were visible inside.

    Will soon be replicating the scenario of apex.oracle.com

    Maybe someone can help.

    At the same time if there is no easy way to create tabs in apex page please let me know.

    Thank you

    Paul

    Hi pauljohny100,

    pauljohny100 wrote:

    I'd like to learn more about the region view selector

    You have a good resource on it.

    Selector display region is type of region, which shows the navigation links in the form of hyperlinks button for regions where the attributes of the region-> region selector display are set to Yes. Œuvres similar to jQuery tabs.

    Reference: ApEx 4.0 region selector | iAdvise blog (it's blog when it was introduced first in APEX 4.0)

    I have not found any Oracle Documentation on this, but it's taken APEX oracle supported the region type.

    You will find that this implemented in various packaged for example P-Track applications.

    Kind regards

    Kiran

  • Where the images of the workspace are stored at the Apex 4.2

    Hi guys,.

    I downloaded images on the apex by selecting the workspace Image downloading. Now I want to export all images so that I do not need to download them all again in case something happens to my machine and I should be able to import all the images in one click/command in the new installation of. But I don't know where the pictures of the workspace are stored. Are images stored on the local file system or in the database? If in the database then the schema that I need to export and I will be able to import all the images in the exported file? In the case of OS file system and which directory (full path) he holds?

    Thanks and greetings

    Tushar Lapani

    Hey Tushar,

    Tushar Lapani wrote:

    I downloaded images on the apex by selecting the workspace Image downloading. Now I want to export all images so that I do not need to download them all again in case something happens to my machine and I should be able to import all the images in one click/command in the new installation of. But I don't know where the pictures of the workspace are stored. Are images stored on the local file system or in the database? If in the database then the schema that I need to export and I will be able to import all the images in the exported file? In the case of OS file system and which directory (full path) he holds?

    Images that you download via Shared component-> files-> Images

    get downloaded in the WWV_FLOW_FILES.

    You can query on WWV_FLOW_FILES to see your downloaded files.

    select
        id, flow_id, name,
        filename, title, mime_type,
        doc_size, dad_charset, created_by,
        created_on, updated_by, updated_on,
        last_updated, content_type, language,
        description, file_type, file_charset
     from
        wwv_flow_files;
    

    Include all your images and files in your application using the supporting function of the object, so whenever wen you export your application at this time, your images and your include files also get exported with the application.

    1. go to your Application -> support objects component shared icon before

    Installation -> Install Scripts ->, click Create button -> to Create Scripts for install files (under tasks) under

    According to this, you will get a list of all the CSS, image and static files to downloaded in your application, select the checkbox of the files you want to include in the export file.

    2. application -> support-> tab objects export

    Include definitions of object support in export - Yes

    Also see this Doc online: export an Application and related files and Application Deployment

    Hope this helps you,

    Kind regards

    Jitendra

  • PL-JRXML2PDF with several report does not work inside the apex

    Hello

    I try to use PL -JRXML2PDF to create a PDF file inside the apex, so I follow the steps;

    1. create the jdbc to my database connection

    2 - create my report designer ireport 5.6.0 (with 4 subreports)

    2 - Copy the XML to the report_definition table.

    but when I try to print the report that I have this error:

    Capture (1).PNG

    and my xml:

    ======================================================

    <? XML version = "1.0" encoding = "UTF-8"? >

    " < jasperReport xmlns =" http://JasperReports.sourceforge.NET/JasperReports "" xmlns: xsi = " " http://www.w3.org/2001/XMLSchema-instance "xsi: schemaLocation =" http://JasperReports.sourceforge.NET/JasperReports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd"name ="DMD CHANGE"language = 'groovy' pageWidth ="792"pageHeight ="612"orientation = columnWidth 'Landscape' ="752"leftMargin ="20"rightMargin ="20"topMargin ="20"bottomMargin ="20"uuid ="9e761d91-affc-4952-a301-1419c2299438"> "

    < name = "ireport.zoom property" value = "1.0" / > "

    < name = "ireport.x property" value = "0" / > "

    < name = "ireport.y property" value = "0" / > "

    < name of the parameter = "SUBREPORT_DIR" class = "java.lang.String" isForPrompting = "false" > "

    < defaultValueExpression > <! [CDATA ["C:\\Users\\xtighfo\\Desktop\\"]] > < / defaultValueExpression >

    < / parameter >

    < language queryString As String = "SQL" >

    <! [CDATA [SELECT so date_dac, sp, se, descr_statut,]]

    ENT, descr_chg, descr_sp, no_frm, description

    OF v_dac_frm

    [[WHERE SO = 1003 AND ID_STATUT = 2]] >

    < / queryString >

    < field name = 'SO' class="java.math.BigDecimal"/ >

    < name of field = class="java.sql.Timestamp"/ "DATE_DAC" >

    < field name = "SP" class="java.lang.String"/ >

    < field name = "SE" class="java.lang.String"/ >

    < name of field = class="java.lang.String"/ "DESCR_STATUT" >

    < name of field = class="java.lang.String"/ "NO_FRM" >

    < field name = "ENT" class="java.lang.String"/ >

    < name of field = class="java.lang.String"/ "DESCR_CHG" >

    < name of field = class="java.lang.String"/ "DESCR_SP" >

    < field name = "DESCRIPTION" class="java.lang.String"/ >

    < back >

    < band splitType = "Stretch" / >

    < / background >

    < title >

    < band / >

    < /title >

    < Entetepage >

    < band height = '24' splitType = "Stretch" >

    < evaluationTime image = "Page" >

    < reportElement x = "-1" y = "-20" width = "151" height = "40" uuid = "07bca3ff-be5d-43a1-b6bf-c2899ef36915" / >

    < Expressioncharacter > <! [CDATA ["' #WORKSPACE_IMAGES #Logo_mtrl.png" "]] > < / Expressioncharacter >

    < / image >

    < / bands >

    < / pageHeader >

    < detail >

    < band height = "352" splitType = "Stretch" >

    < textField >

    < reportElement x = '99' y = "31" width = "100" height = "20" uuid = "814087fc-2fea-4bb8-a1de-95e470f493fe" / >

    < textFieldExpression > <! [CDATA [$F {SO}]] > < / textFieldExpression >

    < / textField >

    < staticText >

    < reportElement x = "-1" y = "31" width = "100" height = "20" uuid = "f0db3e3a-6f29-415a-a3d7-f13a9d94c68c" / >

    < textElement >

    < font size = "10" isBold = "true" / >

    < / textElement >

    < text > <! [CDATA [quote:]] > < / text >

    < / staticText >

    < textField >

    < reportElement x = "648" y = "31" width = "100" height = "20" uuid = "232fd18a-b291-4a19-9c31-64ae61492648" / >

    < textFieldExpression > <! [CDATA [$F {DATE_DAC}]] > < / textFieldExpression >

    < / textField >

    < staticText >

    < reportElement x = "548" y = "31" width = "100" height = "20" uuid = "ee828579-8433-4bdc-a9db-27ade9437e81" / >

    < textElement >

    < font size = "10" isBold = "true" / >

    < / textElement >

    < text > <! [CDATA [Date:]] > < / text >

    < / staticText >

    < textField >

    < reportElement x = '99' y = "51" width = "40" height = "20" uuid = "f63d2ea1-f4a7-4498-970d-e38a017cf6d9" / >

    < textFieldExpression > <! [CDATA [$F {SP}]] > < / textFieldExpression >

    < / textField >

    < staticText >

    < reportElement x = "-1" y = "51" width = "100" height = "20" uuid = "d59cd6bb-4c3d-4c71-b436-18f24eb071cf" / >

    < textElement >

    < font size = "10" isBold = "true" / >

    < / textElement >

    < text > <! [CDATA [subproject:]] > < / text >

    < / staticText >

    < textField >

    < reportElement x = "430" y = "52" width = "100" height = "20" uuid = "d55df242-f4e8-4890-a5e3-7a8a3acf25c2" / >

    < textFieldExpression > <! [CDATA [$F {DESCR_STATUT}]] > < / textFieldExpression >

    < / textField >

    < staticText >

    < reportElement x = "384" = "51" width = "46" height = "20" uuid = "9decd368-e24d-4003-b154-b134a7da8ecf" / >

    < textElement textAlignment = "Right" >

    < font size = "10" isBold = "true" / >

    < / textElement >

    < text > <! [CDATA [status:]] > < / text >

    < / staticText >

    < textField >

    < reportElement x = "648" y = "51" width = "100" height = "20" uuid = "adb7f5fa-b60a-4b48-bd60-cad865781042" / >

    < textFieldExpression > <! [CDATA [$F {NO_FRM}]] > < / textFieldExpression >

    < / textField >

    < staticText >

    < reportElement x = "548" y = "51" width = "100" height = "20" uuid = "cb2539d5-7ae9-4ea7-883b-6b4345e9a89f" / >

    < textElement >

    < font size = "10" isBold = "true" / >

    < / textElement >

    < text > <! [CDATA [No. request:]] > < / text >

    < / staticText >

    < textField >

    < reportElement x = '99' y = "87" width = "256" height = "20" uuid = "9c9d791b-bc35-4311-ba3c-4c17551cccfe" / >

    <>box

    < pen lineWidth = "1.0" / >

    < topPen lineWidth = "1.0" / >

    < leftPen lineWidth = "1.0" / >

    < bottomPen lineWidth = "1.0" / >

    < rightPen lineWidth = "1.0" / >

    < / box >

    < textElement >

    < spacingBefore paragraph = "1" / >

    < / textElement >

    < textFieldExpression > <! [CDATA [$F {NTS}]] > < / textFieldExpression >

    < / textField >

    < staticText >

    < reportElement mode = "Opaque" x = "-1" y = "87" width = "100" height = "20" backcolor = "#FAF7F7" uuid = "880100a9-c2b0-4b0b-8a51-dc02b1b709fd" / >

    <>box

    < pen lineWidth = "1.0" / >

    < topPen lineWidth = "1.0" / >

    < leftPen lineWidth = "1.0" / >

    < bottomPen lineWidth = "1.0" / >

    < rightPen lineWidth = "1.0" / >

    < / box >

    < textElement >

    < font size = "10" isBold = "true" / >

    < / textElement >

    < text > <! [CDATA [contractor:]] > < / text >

    < / staticText >

    < textField >

    < reportElement x = "506" = "87" width = "242" height = "20" uuid = "2a18685e-3eab-4398-9c90-69225f765358" / >

    <>box

    < pen lineWidth = "1.0" / >

    < topPen lineWidth = "1.0" / >

    < leftPen lineWidth = "1.0" / >

    < bottomPen lineWidth = "1.0" / >

    < rightPen lineWidth = "1.0" / >

    < / box >

    < textFieldExpression > <! [CDATA [$F {DESCR_CHG}]] > < / textFieldExpression >

    < / textField >

    < staticText >

    < reportElement mode = "Opaque" x = "355" y = "87" width = "151" height = "20" backcolor = "#FAF7F7" uuid = "61dd181a-9c31-47b4-931b-da25967c8caa" / >

    <>box

    < pen lineWidth = "1.0" / >

    < topPen lineWidth = "1.0" / >

    < leftPen lineWidth = "1.0" / >

    < bottomPen lineWidth = "1.0" / >

    < rightPen lineWidth = "1.0" / >

    < / box >

    < textElement >

    < font size = "10" isBold = "true" / >

    < / textElement >

    < text > <! [CDATA [change of Nature of:]] > < / text >

    < / staticText >

    < isStretchWithOverflow textField = "true" >

    < reportElement x = "156" y = "51" width = "163" height = "20" uuid = "a868dee8-f4a4-489a-9ab2-40cdea464e6a" / >

    < textFieldExpression > <! [CDATA [$F {SE}]] > < / textFieldExpression >

    < / textField >

    < textField >

    < reportElement x = "-1" y = "127" width = "749" height = "20" uuid = "8eb0212e-885c-405f-86ce-92b83ba2ad28" / >

    <>box

    < pen lineWidth = "1.0" / >

    < topPen lineWidth = "1.0" / >

    < leftPen lineWidth = "1.0" / >

    < bottomPen lineWidth = "1.0" / >

    < rightPen lineWidth = "1.0" / >

    < / box >

    < textFieldExpression > <! [CDATA [$F {DESCR_SP}]] > < / textFieldExpression >

    < / textField >

    < staticText >

    < reportElement mode = "Opaque" x = "-1" y = "107" width = "749" height = "20" backcolor = "#FAF7F7" uuid = "54598f76-0931-4325-a70a-0038e5d3bda1" / >

    <>box

    < pen lineWidth = "1.0" / >

    < topPen lineWidth = "1.0" / >

    < leftPen lineWidth = "1.0" / >

    < bottomPen lineWidth = "1.0" / >

    < rightPen lineWidth = "1.0" / >

    < / box >

    < textElement >

    < font size = "10" isBold = "true" isUnderline = "false" isStrikeThrough = "false" / >

    < / textElement >

    < text > <! [CDATA [contract:]] > < / text >

    < / staticText >

    < isStretchWithOverflow textField = "true" >

    < reportElement x = "-1" y = "167" width = "749" height = "23" uuid = "5b7f29c9-0d01-4d44-90fa-e1ac26e3964c" / >

    <>box

    < pen lineWidth = "1.0" / >

    < topPen lineWidth = "1.0" / >

    < leftPen lineWidth = "1.0" / >

    < bottomPen lineWidth = "1.0" / >

    < rightPen lineWidth = "1.0" / >

    < / box >

    < textFieldExpression > <! [CDATA [$F {DESCRIPTION}]] > < / textFieldExpression >

    < / textField >

    < staticText >

    < reportElement mode = "Opaque" x = "-1" y = "147" width = "749" height = "20" backcolor = "#FAF7F7" uuid = "af600e87-6b77-4d25-bc97-9f717729b7e8" / >

    <>box

    < pen lineWidth = "1.0" / >

    < topPen lineWidth = "1.0" / >

    < leftPen lineWidth = "1.0" / >

    < bottomPen lineWidth = "1.0" / >

    < rightPen lineWidth = "1.0" / >

    < / box >

    < textElement >

    < font size = "10" isBold = "true" / >

    < / textElement >

    < text > <! [CDATA [Nature and necessity of the work (if it is necessary, add plans, sketches or photographs):]] > < / text >

    < / staticText >

    < subreport >

    < reportElement positionType = "Float" x = "0" y = "194" width = "100" height = "37" uuid = "2d2d25ec-a272-4f28-948c-c9c62fbb90cb" / >

    < connectionExpression > <! [CDATA [$P {REPORT_CONNECTION}]] > < / connectionExpression >

    < subreportExpression > <! [CDATA [$P {SUBREPORT_DIR} + 'DMD CHANGEMENT_subreport1.jasper']] > < / subreportExpression >

    < / the subreport >

    < subreport >

    < reportElement positionType = stretchType "Float" = "RelativeToTallestObject" x = "2" y = "232" width = "100" height = "38" uuid = "a5a5e764-f57e-4370-b6c8-30e8d35ede7e" / >

    < connectionExpression > <! [CDATA [$P {REPORT_CONNECTION}]] > < / connectionExpression >

    < subreportExpression > <! [CDATA [$P {SUBREPORT_DIR} + 'DMD CHANGEMENT_subreport2.jasper']] > < / subreportExpression >

    < / the subreport >

    < subreport >

    < reportElement positionType = 'Float' x '2' = y = "272" width = "100" height = "37" uuid = "17893552-6183-46c6-9458-9740cf8b4797" / >

    < connectionExpression > <! [CDATA [$P {REPORT_CONNECTION}]] > < / connectionExpression >

    < subreportExpression > <! [CDATA [$P {SUBREPORT_DIR} + 'DMD CHANGEMENT_subreport3.jasper']] > < / subreportExpression >

    < / the subreport >

    < subreport >

    < reportElement positionType "Float" = "1" x = y = "311" width = "101" height = "40" uuid = "881e18e8-ac31-455b-bc39-df109790319f" / >

    < connectionExpression > <! [CDATA [$P {REPORT_CONNECTION}]] > < / connectionExpression >

    < subreportExpression > <! [CDATA [$P {SUBREPORT_DIR} + 'DMD CHANGEMENT_subreport4.jasper']] > < / subreportExpression >

    < / the subreport >

    < staticText >

    < reportElement XY = "2" = "0" width = "746" height = "20" uuid = "83604423-a377-4bac-a1da-1c07919b2dba" / >

    < textElement textAlignment = "Center" >

    < font size = isBold "14" = "true" / >

    < / textElement >

    < text > <! [CDATA [authorization change request]] > < / text >

    < / staticText >

    < / bands >

    < / details >

    < / jasperReport >

    ==========================================================================

    It will be very useful for me to make the PDF file.

    AND IF I have a similar example in the oracle workspace, it will be useful.

    Thank you

    Thank you, Christoph.

    But it does help me no more, because this is the first time I use ireport.

    Another Question:

    Should I create definitions for all subreports (4) in the reports_definitions table?

    and put the name that I create. in

    Thank you

  • Version of the APEX 5 Interface/Look

    Hi friends,

    I checked the apex 5 early adapter. The interface is quite different because I work on previous versions. It is very difficult to work on version 5 due to the interface. Can I change the interface as version 4.1 or 4.2? Help, please

    Kind regards

    Dear Sir.

    Thanks for your reply. As I mentioned earlier the Page/interface Designer is quite different that cause difficulties for users of the older version. I think 4.2 interface should not be eliminated so that the developer can easily work side by side could work on the new version of the eye After some time, they will be familiar with the new.

    How can I change the view of the component if it is available in version 5?

    Kind regards

  • Creating a collection of a query at the Apex 4.2 is not complete the data in the collection.

    I have a process that creates a collection with data from several tables. The query returns multiple lines in the tab "Sql commands". The same query is used to create the collection 'Head before' and when I create a region with the source of the region as

    Select * from apex_collections where collection_name = "load_dashboard";

    At the time of the rendering of the page, shows me "no data found".

    What could be the problem? Are there requirements before creating the collection?

    Thanks in advance,

    Sriram

    Name of the collection must be uppercase. That's your problem.

    Denes Kubicek

    -------------------------------------------------------------------

    http://deneskubicek.blogspot.com/

    http://www.Apress.com/9781430235125

    https://Apex.Oracle.com/pls/Apex/f?p=31517:1

    http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494

    -------------------------------------------------------------------

  • HTTP 404 not found - the/apex/f requested URL was not found on this server

    All of a sudden, I get the following errors on one page in my application - "the apex/f URL requested is not found on this server".

    I tried to export and import the page with no luck.  The import/export process works successfully; However, I get the same error on the new exported page.

    I can edit the page and the rest of the application is operational - I can not simply run the page without receiving the "Not found" error

    I use the Oracle 11.2.0.3 database.  I use thepl/sql gateway to connect to the APEX.

    I looked at many articles from forum, but nothing seems to be due to my problem.

    It seems that the key generated on the URL is damaged:

    http://localhost:8585/apex/f? p = 101:3:1337553032969279:NO:

    If I remove the 1337553032969279:NO: URL, the login page is running successfully, but a time Oracle tries to access the page it adds the BACKSPACE on the URL and I get the message "not found".

    The keys for the other pages of the DBMS work very well. Only, I have a problem with this page.

    Hello

    You get this error when you run the APEX page?

    Can you import your application to apex.oracle.com or reproduce the HTTP 404 not found error?

    If you share the developer connection information in the workspace, I can try to take a look at what could be the problem.

    Kind regards

    Jari

  • 4.2.3 - make apps install available regardless of the apex?

    I'm stuck 4.2.2 for a few weeks and I would like to see and/or use 2 new applications packaged in the same time (even if they are not supported on 4.2.2!) - can the sql export for them be made available?

    Are there updates to other packaged applications in 4.2.3 (like P-Track)?

    Download of APEX installation files contains the fxxx.sql of the packaged applications. I think you can install (import) if it is compatible with your version of the APEX.

    \Downloads\apex_4.2.3_en.zip\apex\core\packaged_apps

    The application of P-track, for example, is f7220.sql.

  • Setting up the environment of the APEX

    Hello

    I have a series of questions to establish access to the APEX. The ability to use OSH has been discounted. We want to use a separate apache and struggling to configure mod_plsql. The license for mod_plsql indicates that it should not be used in this way. There is a valid alternative?

    Kind regards

    It seems that in a first time listener of the Apex has been dismissed by licensing issues. I did research on this subject, but I'm a bit confused. If Apex earphone using WebLogic, is that I have to WebLogic server license? As I read, Apex license includes WebLogic, where we don't need license Weblogic and it's free, it's okay?

    The apex is free. It works on XE, which is also free.
    ApexListener is free.
    WebLogic (WLS) is one of the containers in which you can deploy ApexListener Oracle supported JEE. WLS is a licensed product.
    The other supported Oracle JEE containers are Glassfish (licensed) and OC4J. ApexListener can also be run in stand-alone mode, although this is not recommended for Production environments.

    ApexListerner also runs on other containers not - supported Oracle JEE as community Glassfish (Open Source) server, Tomcat, etc. By failure to load this means that you cannot trigger a SR on Oracle for these, you will need to depend on this forum and the consultants if you enter certain issues.

    See you soon,.

  • Check where a function was used in the Apex 4.1.1

    Hello

    I wrote a defective function several months ago and have corrected. But not sure how many palaces that he is used to it because he is a big enough application and made some time back. Is there a mechanism within the APEX to check where a particular function is called (in proceesses, calculation, etc.)?

    Using Application Express 4.1.1.00.23

    See you soon,.

    Xarg,

    You should be able to use the application for this search. Simply go to the request of the manufacturer, change your request and put your name of the function in the search box in the upper right.

    -D.

  • Dynamic columns to fit the APEX 4.2 screens

    Hello

    I developed an interactive report in APEX 4.1 that displays data as a table with three columns (see query below). I want to dynamically set the number of columns depending on the size of the screen. For example, a smart phone should probably only display a single column and a 20 "+ monitor could hold five or six columns."
    create table photo
    (id number,
    last_modified date);
    
    select   trunc(last_modified, 'hh') hour_modified,
             -- Groups rownumbers into 3-columns-per-row         
             max(decode(mod(rn, 3), 1, last_modified, null)) modified1, 
             max(decode(mod(rn, 3), 2, last_modified, null)) modified2, 
             max(decode(mod(rn, 3), 0, last_modified, null)) modified3,
             max(decode(mod(rn, 3), 1, id, null)) id1, 
             max(decode(mod(rn, 3), 2, id, null)) id2, 
             max(decode(mod(rn, 3), 0, id, null)) id3
    from     (select   p.id,
                       p.last_modified,
                       row_number() over (partition by trunc(p.last_modified, 'hh') order by p.last_modified) rn
              from     photo p)
    group by trunc(last_modified, 'hh'),
             -- Groups rownumbers into 3-columns-per-row
             ceil(rn/3)
    order by hour_modified,
             modified1;
    As you can see, I'm currently hardcode the number of columns using the decoding functions and mod. thanks for the help!

    Yes

    I don't think you can use an instance of interactive report in this situation.

    In addition to needing a different report for each #columns you want to host.
    A lot of the interactive report features must be switch of.
    For example the column selection. Do not want users of the column Photo1. Because then the photo 1, 4, 7 are not shown.

    The column break actualy breeze your go see [url http://apex.oracle.com/pls/apex/f?p=VANBAREN_FORUM_TRY_OUT:FLUENTIR & c = VANBAREN] this example
    The report should be ordered on the family name and Department

    I've implemented for examples that shows grouped by Department employees where the number of employees next to each other depends on the room that is available.
    [url http://apex.oracle.com/pls/apex/f?p=VANBAREN_FORUM_TRY_OUT:FLUENTGENERIC & c = VANBAREN] The first uses a generic and breaking definend by the report model.
    [url http://apex.oracle.com/pls/apex/f?p=VANBAREN_FORUM_TRY_OUT:FLUENTNAMED & c = VANBAREN] The second one uses a named column model and uses the condition of models for breaking.

    This approach allows you to control not only on your go. You can display more information. It becomes possible screen time that the picture was taken under the photo by simply adding the column to the statement select source.
    And you have more control over the design, because decide you the used attributes and CSS classes.

    Nicolette

    Published by: Nicolette on 15-dec-2012 22:06
    Change the url of the demo application. After the alias of application not being not only more.

  • How to set up make-style for the text box in the apex.

    Hi all

    I created a text box in the apex and now I'm changing the font for that text box style and I applied here like this is this correct one or any suggestions on this.
    --
    HTML Form Element Attributes: style="font-family:Arial;font-style:Regular;
    The apparoach is the right one or not.
    {code}
    
    
    Thanks,
    Anoo..                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

    David wrote:

    I created a text box in the apex and now I'm changing the font for that text box style and I applied here like this is this correct one or any suggestions on this.

    --
    HTML Form Element Attributes: style="font-family:Arial;font-style:Regular;{code}
    The apparoach is the right one or not.
    

    N ° attribute is missing a quote from endpoint, and "Regular" is not a valid value for the http://reference.sitepoint.com/css/font-style">make style property.» Valid values are normal | italic | oblique as shown.

    Also, it is recommended to specify a default value of generic downturn at the end of the specifications of font family :
    {code}
    style = "do-family: Arial, Helvetica, without serif;" make-style: normal; »
    {code}
    (There's really no need to ask such questions icies and waste of time to wait for answers: to bookmark a good reference CSS like Sitepoint link above or the http://www.w3.org/TR/CSS21/#minitoc"> W3C CSS specification and refer to them as needed.")

Maybe you are looking for

  • Reactivate the modules

    I clicked on start Firefox with Add-ons disabled to see which ones make the slow. But now how to get their permit. When I look at the Add-ons Manager, none of them say turn on all say turn off unless I clicked activate

  • First transfer of equation solver HP 50 G to HP

    Hello My next question is related to my commonly used work of the equations I have stored on my HP 50 G. I use these to solve for an unknown variable - and they use a lot. Anyway is to transfer these on the HP Premium? If so, how? How do you keep the

  • LaserJet pro 200 driver installation error

    We have a Server Windows 2012 that I can't seem to get the driver printer laserjet pro 200 M276nw on.  He goes through the process of driver download and in the end gives me one error of installation - no further details.  Also, trying to download th

  • Equium A60 - ATI Mobility Raedeon 7000 IGP Graphics Driver

    My laptop has been crashing like crazy these days. It was deleted and reinstalled using the recovery disk, however the problems is still as bad as ever. The error message would advise to check updates - but I can't find on the site - they have one fo

  • Windows Movie Maker-how do to import an image in the animation in the slide show

    Windows Movie Maker - issue animation. (J'ai créé un diaporama à l'aide de Windows Movie Maker et ont utilisé l'installation d'animation désignée comme «Journal», dont associé commente état ' Spins et deles de zooms en overlay) ". I'm interested to k