APEX: Timestamp interval apex calendar

Hi,
I have a question about the Daily Calendar time interval.
Is there a way to change the interval to say, 15 minutes from the default 1 Hour?
Regards,
Kenneth

These may not be what you are looking for, but since what you want is a custom calendar-control, these might be close:
http://www.apex-plugin.com/oracle-apex-plugins/item-plugin/skillbuilders-schedule_27.html
http://www.apex-plugin.com/oracle-apex-plugins/item-plugin/timeentry_31.html
These are plug-ins for APEX 4.0. If you need something different, maybe you could contact the writers of these and see if a simple tweak could produce the behavior you are looking for.

Similar Messages

  • APEX Listener with APEX 3.0 on 11gR2

    Yes, I am crazy.
    We have many many APEX applications in APEX 3.0 running on a 10.2.0.4 database that needs desperately to be upgraded. As a test, I've set up a clean 11gR2 database and copied the production APEX database into it via datapump. I set up APEX Listener, as I don't have any OAS sitting around and the EPG doesn't seem to be supported for APEX 3.0... the Listener doesn't say one way or the other.
    When trying to log in, I get the login page, but it tries to reference files such as apex_get_3_1.js while I only have files such as htmldb_get.js in my images directory in production. I noticed it is looking for what appears to be 3.1 files instead of 3.0 files... which concerns me.
    The APEX listener appears to be more than just a Java PL/SQL gateway.
    Is there a minimum version of APEX the APEX Listener supports?
    Interested in pointers!
    Rob

    Hi Rob,
    Yes, I am crazy.Why would that be? ;)
    We have many many APEX applications in APEX 3.0 running on a 10.2.0.4 database that needs desperately to be upgraded. As a test, I've set up a clean 11gR2 database and copied the production APEX database into it via datapump. I set up APEX Listener, as I don't have any OAS sitting around and the EPG doesn't seem to be supported for APEX 3.0... the Listener doesn't say one way or the other.APEX 3.0 is supprted by EPG. See the [url http://docs.oracle.com/cd/B32472_01/doc/install.300/b32468/post_inst.htm#CHDBEJDA]APEX 3.0 Installation Guide for details.
    APEX Listener is capable of hosting APEX 3.0 as well, though APEX 3.0 wasn't supported anymore when APEX Listener was initially released. The current APEX release at that time was 4.0, so this would be the first version to be known as really stable, whereas you won't get any support for older releases anymore. From personal experience I know that there are now issues with APEX 3.1 and APEX Listener, so it'll probably also work with 3.0.
    Concerning your database release, the minimum for APEX Listener is 10.2.0.3, so you're definetly safe on that part, though I'd recommend to upgrade as regular support for 10.2 databases ended.
    When trying to log in, I get the login page, but it tries to reference files such as apex_get_3_1.js while I only have files such as htmldb_get.js in my images directory in production. I noticed it is looking for what appears to be 3.1 files instead of 3.0 files... which concerns me.This indicates that your APEX would actually be a 3.1 and you should update you images directory.
    The APEX listener appears to be more than just a Java PL/SQL gateway.It is, but this has nothing to do with your 3.1 JS files, if this is why you stated this.
    Is there a minimum version of APEX the APEX Listener supports?As mentioned above, 4.0 would be a safe approach, but 3.1 will definetly work, 3.0 probably will as well. I'd recommend you find out which APEX version is actually installed on your database before you consider any upgrade operations. Run the following query as privileged user:
    SELECT comp_name, version, status
      FROM dba_registry
    WHERE comp_id = 'APEX';-Udo

  • Apex Listener and Apex .3.2.1

    Does Apex Listener work with Apex 3.2.1? May be I missed it, I can't find any info in the document.

    Short question, short answer: It does.
    The documentation for the APEX Listener doesn't refer to any special APEX version. The fact that the APEX documents only name the APEX Listener from APEX 4.0 onwards is due to the APEX Listener not being available before that release.
    We have it running with APEX instances from 3.1 onwards, but I assume you could use it even for older versions.
    -Udo

  • Select  timestamp interval on leap year

    Hello,
    i tried to select a timestamp interval on leap year with following action
    select to_timestamp_tz('20000301 +0100','yyyymmdd tzhtzm')+INTERVAL '-3' YEAR from dual;
    The result is an error: ORA-01839: date not valid for month specified
    the year 2000 is a leap year.
    There is the same result with 36 months.
    Oracle Version 10.1.0.4
    What is wrong on it. Is there a workaround?
    Thanks and Greetings
    Silke Viet

    since you are moving 3 years into the past, the year 1997 is not a leap year, that seems to cause it to throw that error:
    SQL> select to_timestamp_tz('20000301 +0000','yyyymmdd tzhtzm') + INTERVAL '-3' YEAR from dual;
    TO_TIMESTAMP_TZ('20000301+0000','YYYYMMDDTZHTZM')+INTERVAL'-3'YEAR
    01-mar-1997 00:00:00.000000 +0000
    1 row selected.
    SQL> select to_timestamp_tz('20000301 -0100','yyyymmdd tzhtzm') + INTERVAL '-3' YEAR from dual;
    TO_TIMESTAMP_TZ('20000301-0100','YYYYMMDDTZHTZM')+INTERVAL'-3'YEAR
    01-mar-1997 00:00:00.000000 -0100
    1 row selected.
    SQL> select to_timestamp_tz('20000301 +0100','yyyymmdd tzhtzm') + INTERVAL '-3' YEAR from dual;
    select to_timestamp_tz('20000301 +0100','yyyymmdd tzhtzm') + INTERVAL '-3' YEAR from dual
    ERROR at line 1:
    ORA-01839: date not valid for month specified
    SQL>

  • Can I use my APEX application without APEX?

    Can I use my APEX application without APEX?
    Kostya

    Hi Kostya,
    Any chance you can elaborate a bit more on what you are trying to do? By definition, you cannot run an APEX application, outside of APEX, but it is only HTML and Javascript at the end of the day, with some clever logic behind it. No reason why you couldn't create your own HTML pages that perform similar tasks.
    Hope this helps,
    Cj

  • APEX vs. APEX studio

    My apologies, I am new to APEX.
    (1) Is there a difference in functionality between APEX studio and APEX? If so, any summary of differences is appreciated.
    (2) If different, will examples on OTN APEX Studio run in APEX 3.0 envrionment?
    Thanks,
    Barry

    Hi Barry,
    the OTN APEX Studio is an APEX application with the purpose to provide useful tips and tricks for APEX.
    Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • Apex 4: Upgrading Apex within Oracle XE

    Hi,
    This post is directed to Apex team .
    Is it possible that instructions to upgrade Apex to XE found from below link is updated to include step to upgrade OWA_UTIL ?
    http://www.oracle.com/technetwork/developer-tools/apex/upgrade-apex-for-xe-154969.html
    Regards,
    Jari

    Hi,
    i am using APEX 4 on apex.oraclecorp.com and was hoping to install XE and APEX 4 on my laptop for easier development purposes.
    I installed XE and the APEX 2.1 that comes with it login nicely and i can use it.
    I then tried to upgrade the APEX to APEX 4.
    Used the following steps for the upgrade
    1. sqlplus system/password as sysdba
    2. @apexins SYSAUX SYSAUX TEMP /i/
    3. @apxldimg.sql D:\util\oraclexe
    4. @apxxepwd.sql password
    I went back to the XE login page, it has the upgraded look and i tried to login but nothing happens!
    I tried changing the password again using @apxchpwd
    I then tried to login via http://localhost:8080/apex/apex_admin and the XE login page
    Did i do something wrong?
    Pls Advise and thanks in advance for any help.
    NOTE : found the error, i didnt use the correct image directory.
    Regards
    Kian Chye
    Edited by: Seow Kian Chye on Nov 1, 2010 6:14 PM

  • Diplay TImestamp in Daily calendar in APEX

    Hi,
    I want to display appointments within the time row in an apex calendar (daily and weekly view). With the Date picker I can choose a time which is stored correctly in the timestamp of my table. But I did not find a way to use the saved time to display the specific item in the time row it is concidered for. The Items are always displayed at 0:00. Time is completely ignored.
    I was searching hours to find out the issue but did not find a solution yet. I'm sure it's quite simple but I don't see the answer.
    Can anybody help?
    Thank you in advance.

    What are you using as your date column for the calendar region?
    Your data is fine and your select is not truncating the time. I am not really sure what is causing the problem, The only thing I can think of now is either the calendar template has been modified or there is a random problem with the region.
    Try to make a basic calendar on this table on a different page. You may have to just recreate the region or you can go through the motions and import the app to apex.oracle.com and i can look at it.
    Cheers,
    Tyson Jouglet

  • Apex to MS Outlook Calendar

    Hi all,
    Does anyone have reference to a white paper or document that will tell me how to take a scheduling application such as the one included as a sample app ( Events) and tie it to MS Outlook so that I can make my events appear as an item on the Outlook calendar as opposed to displaying it on an APEX calendar?
    We already have a number of Apex apps that we are implementing that tie out to SSO and use the Oracle login authentication to allow users to run these APEX apps off of their responsibility (as a menu option) in Oracle.
    I can use the same logic to tie a scheduling calendar for training classes available in Apex to an Oracle menu and responsibility that will allow end users to register for training but I would prefer to tie it to Outlook if I can.

    Hi Danny,
    You may find it useful to refer the following threads from the Application Express forum, discussing this topic:
    Outlook's Calendar
    OUTLOOK .CVS
    I hope this helps.
    Regards,
    Hilary

  • APEX 3.1 "Apex Session Timeout"

    Hi all,
    I have been trying to find out how I can set a session to timeout in APEX 3.1 i.e. 30 minutes. I have reviewed Shared Components etc and haven't been able to find anything to control this timeout value. I am aware of the procedure SET_SESSION_MAX_IDLE_SECONDS but i am unable to find it in any of the wwv_* packages. Is it available in 3.1? If not, how can i set this value? Also, can the timeout value be set per application rather than globally?
    Thanks!

    Thanks for that (again). So it looks like I have 3 options:
    1)     Incorporate a JS timeout script
    2)     Build an APEX session package (api_apex_session.pck) that would handle this
    3)     Install APEX 3.2 where all this is supported
    What about the web server or cookie management...is there anything that could be used there?

  • Report Printing: APEX 4.01 - APEX Listener - WebLogic 10.3.3

    We have some report printing issues...
    Our configuration is APEX 4.01 using the APEX Listener with WebLogic 10.3.3.
    The first issue is that under "Print Attributes" the following is listed in red under "Printing":
    "Report printing is currently not available, there is no print server configured."
    The second one is that we need to print pdf format and I have not found a solution for doing this with the APEX Listener and WebLogic. I saw that the FOP solution for the APEX Listener didn't make it into the current release... Is there any way to do pdf type reports with the current APEX listener technology?
    The third issue is that in the demo app when running a report there is a "Error loading file:" type error with "FLOW_FLASH_CHART" and apex_util.flash as part of the url.
    Any help would be appreciated...
    Thanks!
    - Scott

    I deployed in WebLogic the fop.war that came with APEX 4.0.1 and it got rid of the error message, but when I tried to download a report as pdf, I got an error saying it was corrupted or invalid. I downloaded the file it produced and opened it in a text editor. It was a small html type file with the following URL:
    ORA-20001: The printing engine could not be reached because either the URL specified is incorrect or a proxy URL needs to be specified.
    When I go to the URL that I think it should be going to based on what I put into Instance settings> Report Printing, I get:
    Compilation of JSP File '/apex_fop.jsp' failed:
    apex_fop.jsp:5:18: The import oracle.xml cannot be resolved
    <%@ page import='oracle.xml.parser.v2.XMLDocument'%>
    ^------------------------------^
    apex_fop.jsp:6:18: The import oracle.xml cannot be resolved
    <%@ page import='oracle.xml.parser.v2.XSLProcessor'%>
    ^-------------------------------^
    apex_fop.jsp:7:18: The import oracle.xml cannot be resolved
    <%@ page import='oracle.xml.parser.v2.XSLStylesheet'%>
    ^--------------------------------^
    apex_fop.jsp:8:18: The import oracle.xml cannot be resolved
    <%@ page import='oracle.xml.parser.v2.DOMParser'%>
    ^----------------------------^
    apex_fop.jsp:12:1: XMLDocument cannot be resolved to a type
    XMLDocument v_doc;
    ^--------^
    apex_fop.jsp:13:1: XSLStylesheet cannot be resolved to a type
    XSLStylesheet v_xsl = null;
    ^----------^
    apex_fop.jsp:15:1: DOMParser cannot be resolved to a type
    DOMParser parser = new DOMParser();
    ^------^
    apex_fop.jsp:15:28: DOMParser cannot be resolved to a type
    DOMParser parser = new DOMParser();
    ^------^
    apex_fop.jsp:16:1: XSLProcessor cannot be resolved to a type
    XSLProcessor processor = new XSLProcessor();
    ^---------^
    apex_fop.jsp:16:30: XSLProcessor cannot be resolved to a type
    XSLProcessor processor = new XSLProcessor();
    ^---------^
    apex_fop.jsp:21:13: XSLStylesheet cannot be resolved to a type
    v_xsl = new XSLStylesheet(new java.io.StringReader(request.getParamet

  • Image is not displayed in APEX Form with APEX utility Function

    Dear APEX experts,
    As i am new to the oracle apex development. I have just created the basic employee information form in which i upload the photograph of the employee. The photograph gets uploaded but it does not display properly. I have already referred the sample database application to display the image. Moreover, i have followed the same steps as it is used to display the product image in that application. Still i am unable to get result. I am getting following output:
    <img src="apex_util.get_blob_file?a=35682&s=101496289174102&p=15&d=10639237623242912156&i=10639236703270912154&p_pk1=21&p_pk2=&p_ck=FCA12832591A1C706D76FDD589E551A2" />
    Please help me seniors to solve this issue. How to display the image using this utility.

    mehpandya wrote:
    I have observed following HTML code after inspecting the two application.
    1.Sample Database application:
    In this application , the product image is uploaded and displayed correctly and following code is rendered in the HTML source.
    <span id="P6_IMAGE" class="display_only" ><img src="apex_util.get_blob_file?a=64703&s=134073736366663&p=6&d=25732916709090782422&i=25433760606377189086&p_pk1=1&p_pk2=&p_ck=7E23190CC0BFE98BBE4CCE2ADFBBEF26" /></span>
    2.Sample HRMS Application - Which i have created for learning.
    In this application , the employee photo is uploaded but it is not displayed correctly. Following is code is rendered in the HTML.
    "<span id="P15_EMPIMG" class="display_only" >&lt;img src="apex_util.get_blob_file?a=35682&amp;s=100541516379272&amp;p=15&amp;d=10639237623242912156&amp;i=10639236703270912154&amp;p_pk1=21&amp;p_pk2=&amp;p_ck=31A8328E0F5754D7CBD0FC0C6313B38A" /&gt;</span>"
    Hence , in my application the code is not rendered perfectly and syntax is not completed.
    following characters are rendered like this.: &lt , &quot , &gt , &amp.
    So, is this the reason of not displaying the image???Yes.
    To get a Display Item to render as HTML, in the item definition Security section set Escape special characters to No.
    For a report column, ensure the Display Text As report column attribute is Standard Report Column rather than the default Display as Text (escape special characters).
    Use a Display Image item and declarative BLOB support instead of this clunky manual method.
    Please read the FAQ and forum sticky threads (if you haven't done so already.
    You'll get a faster, more effective response to your questions by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s)
    The APEX documentation is here.

  • APEX Advisor in APEX 4.0.2 with OHS didn't work

    We have a APEX 4.0.2.00.07 Installation on a Oracle 11gR1 with OHS.
    If i call the APEX Advisor i get following error:
    ORA-20999: ORA-01426: numeric overflow ORA-06512: at "APEX_040000.WWV_FLOW_ADVISOR", line 481 ORA-06512: at "APEX_040000.WWV_FLOW_ADVISOR", line 1784 ORA-06512: at "APEX_040000.WWV_FLOW_ADVISOR", line 3416 ORA-06512: at line 74 ORA-06512: at "APEX_040000.WWV_FLOW_ADVISOR", line 3806 ORA-06512: at line 28
    As far as i searched i only found some information about the old Advisor Plugin and problems with APEX Listener.
    Is there anybody who can tell me whats the problem?

    Problem is still present.
    Is there any know issue in version 4.0.2.00.07 which is similar to our problem? Otherwise we open a metalink call.

  • Upgrade to Apex 4.2 - apex.widget.tabular' is null or not an object

    After upgrading to Apex 4.2 the following error occurrs when loading a page that contains a Group Select List [Plug-in]:
    *'apex.widget.tabular' is null or not an object*
    The error message appears to be related to a Group Select List [Plug-in] item with the following assigned List of Values attributes(options):
    Display Null Value: Yes
    Null Display Value: -
    Null Return Value: NULL
    Note: The application requires a NULL option to be displayed in the list of values (display = '-', value = null). This works fine in Apex 4.1...
    Removing the above values does eliminate the error message. However entering any value into the Null Display Value and Null Return Value item attributes causes the error message to reappear.
    Is this a known Group Select List [Plug-in] issue/bug? Any ideas on how to work around this issue would be greatly appreciated.
    Thx

    Hi,
    http://apex.oracle.com/plugins contains an updated version of the Group Selectlist plug-in (v1.1) which should fix your problem. Just import it into your application and you should be done.
    Regards
    Patrick

  • User Management by APEX Form? APEX 2.1

    Hello,
    is it possible to create a Form which can create APEX-Users for an Application?
    Thanks
    Peter
    Message was edited by:
    Klofisch

    @sspadafo
    You are right, I want to create a seperate Form for creating and administrating Users for an Application. The Sense is simple is just want to make the application so easy to use as possible.
    Actually i tried this
    http://download-uk.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32471/api.htm#BABCJCFI
    I copied the requierd Rows and tried to compile the Procedure, but with "APEX_UTIL.CREATE_USER " as Name and got the following Error-Message: Error: ORA-01435: Benutzer ist nicht vorhanden (user does not exist)
    create or replace
    PROCEDURE CREATE_USER
    ( p_user_name IN VARCHAR2
    , p_first_name IN VARCHAR2 DEFAULT NULL
    , p_user_id IN NUMBER DEFAULT NULL
    , p_last_name IN VARCHAR2 DEFAULT NULL
    , p_description IN VARCHAR2
    , p_web_password IN VARCHAR2
    ) AS
    BEGIN
      NULL;
    END CREATE_USER;Compilations succeeded, but the Form i created on this Procedure doenst do anything.

Maybe you are looking for