Import in APEX

Hi friends,
For example : i am creating one application and i export into my local disk. In that application i have an authorization and authentication schema.Unfortunately i deleted , so that i import the appication . At the time of importing the authorization and authentication schema is also imported or only application willl import. Can any one tell me or If any one have link or turorial please send me..
Thank You,
Sana.C
Message was edited by:
Sana.C

Sana,
If you have ApEx installed you can click on help and then in "Managing Application Security" section you find Authentication and Authorisation are discussed.
Rana

Similar Messages

  • Export from Apex 3.2 and import to Apex 4.0

    I apologize if this has been asked before (and I am sure it has).
    We are about to move all our Apex/Oracle apps to a server where Apex 4.0 is installed. Our current Apex version is 3.2. My question is can we export from Apex 3.2 and import in Apex 4.0 and expect everything to work (assuming it all works fine in Apex 3.2 and all Oracle objects were moved properly to the new server , both servers have Oracle 11g).

    I am having trouble finding "update application" under any of the utilities.
    Also one of my applications gives me the following error when I try to import it from Apex 3.2. to 4.0
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-02290: check constraint (APEX_040000.WWV_FLOW_WS_RPT_CHART_AGG_CK) violated <pre>begin wwv_flow_api.create_worksheet_rpt( p_id => 24053127534342788+wwv_flow_api.g_id_offset, p_flow_id=> wwv_flow.g_flow_id, p_page_id=> 60, p_worksheet_id => 24052412232342516+wwv_flow_api.g_id_offset, p_session_id => null, p_base_report_id => null+wwv_flow_api.g_id_offset,
    I have no clue how to fix that.
    George

  • Export / Import of Apex Data

    Hello,
    We are planning to move our Oracle databases from Windows Servers to Linux ones. In a test lab, we have successfully exported all data from an Oracle DB instance on Windows and imported that data on an Oracle DB instance on Linux (with the old export/import Oracle tool)
    But in fact...it was all data except Apex data. The complete Apex environment is available on our new Linux server but no trace of all our workspaces and applications. The only available workspace is Internal.
    We do not want to export / import all workspaces, applications, images and files one by one (by hand on the Apex environment).
    - Is there a particular method to follow to include the Apex data in the export / import process ?
    OR
    - Is there a trick or a utility program that can automate the export / import of Apex data ?
    Thank you for your help.
    - Patrice

    Patrice,
    There is an Apex utility (it's called ApexExport) that can be setup to run workspace, application and page exports. It's a Java based utility and sometimes can be a little maddening to get configured to run but it will do the job once you get it configured. The utility will be on the database machine in the Apex installation directory. There is pretty good documentation available from Oracle but John Scott blogged about it here http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/ as well.
    Earl

  • Import of Apex Application to another instance takes a long time

    Hi,
    I have developed an apex application which is of size -24 MB .While importing the appl to another instance it takes a long time (few hours). The imported appl is working fine so far.
    What should be the ideal time for the import of this size appl ?
    Is it the usual due to the size of the app or some thing is wrong with the app ?
    Any one can please throw some light on this, as I am unable to figure out if it the appl issue or the DB issue.
    Thanks in advance!

    The application is getting imported and running, so you do not really have a problem in hand.
    24M is big, but not all that big to run for hours.
    The time taken depends on the resources available on the server where you are trying to import. If the load on that server is high then the resources will be shared between all the processes run on it, and the import process will run longer.
    Monitor disk and CPU usage, it will provide you some clues. Try importing at offpeak time and it should run faster if there is a server resource issue.
    Regards,

  • Command Line Export/Import for ApEx

    Hi There,
    I was wondering if there is an ApEx Utility that allows the Export and Import of applications/pages/images/style sheets etc from the command line on a Linux box.
    I am using Oracle Application Express v3.0.1
    Thanks.
    Tony.

    Tony,
    Another post in the past has discussed about this already.
    Exporting/Importing a *Bunch* of Applications
    John Scott wrote a blog post about this as well at [http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/|http://jes.blogs.shellprompt.net/2006/12/12/backing-up-your-applications/]
    In short, you can use APEX utility - APEXExport to export and standard SQL to import.
    Ittichai
    Edited by: ittichai on Mar 16, 2009 9:38 PM

  • Error importing in APEX

    Hello,
    I have a problem when I am importing an application between environments.
    I mean:
    -I make an export of my application in DOS file format an Unicode UTF-8 in my dev environment (APEX 3.0.1.00.07, Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production)
    -I make an import in my test environment (APEX 3.0.1.00.07, Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production) so it doesn't work, the return error is:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 3, column 1: PLS-00306: wrong number or types of arguments in call to 'CREATE_FLOW' ORA-06550: line 3, column 1: PL/SQL: Statement ignored <pre>begin wwv_flow_api.create_flow( p_id =>102, p_display_id=>102, p_owner => 'CSI', p_name => 'Aplicación Final', p_alias => 'F105150', p_page_view_logging => 'YES', p_default_page_template=
    Can anybody help me?
    Thanks!
    Message was edited by:
    user607595
    Message was edited by:
    user607595

    We have executed the export file connected to SQL*Plus, first time logged as our database schema application and a second time using SYS user. Result is allways the same:
    ERROR at line 1:
    ORA-20001: Package variable g_security_group_id must be set.
    ORA-06512: at "FLOWS_030000.WWV_FLOW_API", line 46
    ORA-06512: at "FLOWS_030000.WWV_FLOW_API", line 238
    ORA-06512: at line 4
    Also we have edited export file and changed +¦ characters by o (originaly +¦ were ó).
    An other test had been to create another applications, very simply, just one page to login by database schema user. This one were exported, imported an executed succesfully. When we add a second page with a tabular region filled with a simple query from a table of our database schema appears again the error described before when we import the export application file.
    We attached our export files, both, our real application (ID Application 150) and the simply application (ID Application 109) just with login page and a second page with one tabular region.
    Thank you for your time and help.
    Please give me an email address to send you our application export files because it is too long to cut&paste here.
    Additional information, this is our apex environment settings:
    Development Environment, where we have created the application and where runs correctlly. Export files where created here.
    Product Build:     3.0.1.00.07     
    Schema Compatibility:     2007.05.25     
    Last DDL Time:     09/05/2007 05:13:20 PM     
    Host Schema:     APEX_PUBLIC_USER     
    Application Owner:     FLOWS_030000     
    Workspace ID:     940707861122571     
    Workspace Name:     INCENTIVOS     
    Current User:     CSI_ADMIN     
    Language Preference:     es     
    Current Time (on server):     11/28/2007 11:00:53 AM     
    NLS_CHARACTERSET:     AL32UTF8     
    DAD CHARACTERSET:     UTF-8     
    JOB_QUEUE_PROCESSES:     0     
    Database Version Information     
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production     
    PL/SQL Release 9.2.0.6.0 - Production     
    CORE 9.2.0.6.0 Production     
    TNS for 32-bit Windows: Version 9.2.0.6.0 - Production     
    NLSRTL Version 9.2.0.6.0 - Production     
    Test Environment, where we want import application and appears the reproted error
    Product Build:     3.0.1.00.07     
    Schema Compatibility:     2007.05.25     
    Last DDL Time:     09/28/2007 04:42:58 PM     
    Host Schema:     APEX_PUBLIC_USER     
    Application Owner:     FLOWS_030000     
    Workspace ID:     951006165703118     
    Workspace Name:     INCENTIVOS     
    Current User:     INC_ADMIN     
    Language Preference:     es     
    Current Time (on server):     11/28/2007 11:02:16 AM     
    NLS_CHARACTERSET:     AL32UTF8     
    DAD CHARACTERSET:     UTF-8     
    JOB_QUEUE_PROCESSES:     0     
    Database Version Information     
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production     
    PL/SQL Release 9.2.0.6.0 - Production     
    CORE 9.2.0.6.0 Production     
    TNS for 32-bit Windows: Version 9.2.0.6.0 - Production     
    NLSRTL Version 9.2.0.6.0 - Production

  • Importing a APEX application error ORA-22297: warning

    When attempting to import application fronm 4.1 to 4.2.2 i get the following error
    Error processing request.
        ORA-22297: warning: Open LOBs exist at transaction commit time ORA-20876: Stop APEX Engine    
    We have aplications that upgraded in place but when attempting to inmport new applications we get the error.
    We Just install 4.2.2 into a new environment and are vetting it for full release.
    Please advise.

    I get the abocve error when running using the GUI
    when running from command prompt i get the following
    begin
       -- Remove Application
    wwv_flow_api.remove_flow(nvl(wwv_flow_application_install.get_application_id,99000));
    end;
    ORA-20001: Package variable g_security_group_id must be set.
    ORA-06512: at "APEX_040200.WWV_FLOW_API", line 998
    ORA-06512: at "APEX_040200.WWV_FLOW_API", line 1569
    ORA-06512: at line 5
    I am assuming there are some permissions problems
    I have DBA role in Database
    We are on databasae > 11 (11.0.2 i think)
    My database DBA installed 4.2.2 but does know APEX real well he installed becasue he has SYS password which I am not privy to.
    I was able to install Pacakaged appliaction.
    Kind of Lost from Here.......
    I am assuming i have a permissions error
    I have DBA role in Database

  • Upgrade option now available after application import into APEX V4.0.x

    I notice that there is a new button called "Upgrade Application" in V4.0.x which appears after one completes an application import. (The other two are "Run Application " and Edit Application"). This button takes you to a list of fixes (such as implementing not null validations as dynamic actions) than can be applied to a pre version 4 Apex application. How do you get back to this list of options after you have exited out of the import process? I'd like to revisit these and apply them.
    thanks in advance
    Paul P

    From the application home page, click the Utilities icon, then the Upgrade Application icon.

  • Importing Data into Apex 3.0.1

    I know that this question has a simple answer, but here goes. I know how to import data into oracle using sql loader and sql insert commands but can Apex import data into a blank application form with multiple rows of data to import.
    Like:
    U_Id L_Name F_Name City State zip
    15 Taylor Joe Atown Mi 42333
    16 Jones Jim NewT Ky 43211
    and 200 or 500 or more columes
    Again I know how to import into Apex to create a new form from a spreadsheet or access, but I don't know how to move raw data from a text file into Apex.
    Can this task be done.
    Thanks,
    Tim

    Tim,
    When an application is first created the developer has to specify the schema that will be used to parse (compile) all the code against. All you need to do is to use your existing knowledge of importing data into Oracle and import the data you want into the Parsing Schema of the application. Use Application Definition to find the parsing schema for your application.
    Sima

  • APEX 2.2 application import file error

    Hi all,
    When trying to import an apex export file and clicking NEXT button, got error on page. Nothing happens! Still remains at first step.
    What is wrong?
    Im have a brand new apex 2.2. install in a Ora 10g rel2 DB.
    I created a workspace and now Im logged in to that workspace.
    First I created my apps on a standalone Application Express 2.1.0.00.39
    Now i'm trying to importing this in apex 2.2
    here is a listing:
    Product Build: 2.2.0.00.32
    Schema Compatibility: 2006.02.24
    Last DDL Time: 11/21/2006 04:41:57 PM
    Host Schema: APEX_PUBLIC_USER
    Application Owner: FLOWS_020200
    Workspace ID: 825125856768784
    Workspace Name: PTL
    Current User: ADMIN
    Language Preference: en-us
    Current Time (on server): 11/23/2006 11:48:51 AM
    NLS_CHARACTERSET: WE8ISO8859P1
    DAD CHARACTERSET: CP850
    JOB_QUEUE_PROCESSES: 0

    got error on page.
    Nothing happens!Of course, those are contradictory statements. What "happened" was that a javascript error occurred. Use a browser tool to get the details of the error.
    Maybe you did not follow all of the installation steps (web toolkit patch, edit conf files, etc.).
    DAD CHARACTERSET: CP850This looks incorrect. The DAD charset must be AL32UTF8.
    Scott

  • Error importing APEX 4.0 application into APEX 4.1

    Hello,
    I'm not sure it has anything to do with APEX versions, but when importing a APEX 4.0 application into APEX 4.1, I get the following error:
    ORA-00942: table or view does not exist
    DAD name: wluapex
    PROCEDURE : wwv_flow.accept
    URL : http://harpo.wvnet.edu:9954/pls/wluapex/wwv_flow.accept
    PARAMETERS :
    ===========
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Oracle-Application-Server-10g/10.1.2.2.0 Oracle-HTTP-Server
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=9954
    SERVER_NAME=harpo.wvnet.edu
    REQUEST_METHOD=POST
    QUERY_STRING=
    PATH_INFO=/wwv_flow.accept
    SCRIPT_NAME=/pls/wluapex
    REMOTE_HOST=
    REMOTE_ADDR=184.13.119.210
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTPS
    REMOTE_USER=APEX_PUBLIC_USER
    ORACLE_SSO_USER=
    OSSO_IDLE_TIMEOUT_EXCEEDED=
    OSSO_USER_GUID=
    HTTP_CONTENT_LENGTH=416883
    HTTP_CONTENT_TYPE=multipart/form-data; boundary=---------------------------7db702cc602f8
    HTTP_USER_AGENT=Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
    HTTP_HOST=harpo.wvnet.edu:9954
    HTTP_ACCEPT=text/html, application/xhtml+xml, */*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-US
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=ORA_WWV_REMEMBER_UN=WISERS:WLUTEST; ORA_WWV_USER_71401175607832=63F8D4BD93EE9776
    HTTP_IF_MODIFIED_SINCE=
    HTTP_REFERER=https://harpo.wvnet.edu:9954/pls/wluapex/f?p=4000:460:4154733060059762::NO:460:F4000_P56_CREATE_OPTION,P460_FILE_TYPE:IMP,FLOW_EXPORT
    HTTP_SOAPACTION=
    HTTP_ORACLE_ECID=1319804299:129.71.2.217:3530870:0:7033,0
    HTTP_ORACLE_CACHE_VERSION=
    HTTP_AUTHORIZATION=
    WEB_AUTHENT_PREFIX=
    DAD_NAME=wluapex
    DOC_ACCESS_PATH=docs
    DOCUMENT_TABLE=wpg_document
    PATH_ALIAS=
    REQUEST_CHARSET=AL32UTF8
    REQUEST_IANA_CHARSET=UTF-8
    SCRIPT_PREFIX=/pls
    HTTP_IF_MATCH=
    HTTP_CACHE_CONTROL=
    SOAP_BODY=
    HTTP_X_ORACLE_DEVICE_CLASS=
    HTTP_X_ORACLE_DEVICE_ORIENTATION=
    HTTP_X_ORACLE_DEVICE_MAXDOCSIZE=
    HTTP_X_ORACLE_DEVICE=
    HTTP_X_ORACLE_ORIG_ACCEPT=
    HTTP_X_ORACLE_ORIG_USER_AGENT=
    HTTP_X_ORACLE_USER_LOCALE=
    HTTP_X_ORACLE_USER_NAME=
    HTTP_X_ORACLE_USER_DISPLAYNAME=
    HTTP_X_ORACLE_USER_USERKIND=
    HTTP_X_ORACLE_USER_AUTHKIND=
    HTTP_X_ORACLE_USER_DEVICEID=
    HTTP_X_ORACLE_USER_LOCATION_ADDRESSLINE1=
    HTTP_X_ORACLE_USER_LOCATION_ADDRESSLINE2=
    HTTP_X_ORACLE_USER_LOCATION_ADDRESSLASTLINE=
    HTTP_X_ORACLE_USER_LOCATION_BLOCK=
    HTTP_X_ORACLE_USER_LOCATION_CITY=
    HTTP_X_ORACLE_USER_LOCATION_COMPANYNAME=
    HTTP_X_ORACLE_USER_LOCATION_COUNTY=
    HTTP_X_ORACLE_USER_LOCATION_STATE=
    HTTP_X_ORACLE_USER_LOCATION_POSTALCODE=
    HTTP_X_ORACLE_USER_LOCATION_POSTALCODEEXT=
    HTTP_X_ORACLE_USER_LOCATION_COUNTRY=
    HTTP_X_ORACLE_USER_LOCATION_TYPE=
    HTTP_X_ORACLE_USER_LOCATION_X=
    HTTP_X_ORACLE_USER_LOCATION_Y=
    HTTP_X_ORACLE_SERVICE_HOME_URL=
    HTTP_X_ORACLE_SERVICE_PARENT_URL=
    HTTP_X_ORACLE_HOME_URL=
    HTTP_X_ORACLE_MODULE_CALLBACK_URL=
    HTTP_X_ORACLE_MODULE_CALLBACK_LABEL=
    HTTP_X_ORACLE_CACHE_USER=
    HTTP_X_ORACLE_CACHE_SUBID=
    HTTP_X_ORACLE_CACHE_AUTH=
    HTTP_X_ORACLE_CACHE_DEVICE=
    HTTP_X_ORACLE_CACHE_LANG=
    HTTP_X_ORACLE_CACHE_ENCRYPT=
    HTTP_X_ORACLE_ASSERT_USER=
    Any ideas on what may be causing this error?
    Thanks,
    Bob

    We contacted Oracle Support and their answer is below:
    ===================
    Yes you can import the Application that is created in Apex 2.0 to Apex 3.2
    While performing the import please review the below documents, which may help you.
    How to Upgrade / Migrate from APEX 2.2.0.00.32 to 3.1.2 (Doc ID 578630.1)
    After Export / Import Of Workspace, There Are No Applications (Doc ID 358858.1)
    ORA-942 When Importing Applications or Workspaces in APEX (Doc ID 1333062.1)
    ===================
    I will close my thread. Thanks, Diane

  • Error trying to import application and apex objects

    Hi friends:
    I was using the Oracle Apex Demo Site to evaluated Oracle application Server.
    I was amazed with its functionality, so I decide to download and installed on my server.
    I want to continue evaluating the Apex functionallity and for that, I want to export tha application and objects I setuo on Oracle's Apex Site.
    I did with no problem.
    After installed the Apex on my server, I inport the workspace.
    But now I want to import the apex objects and the application 8mostly pages) my apex admin page give me an unrecognized errors for me.
    1. If I try to import the objects (tables, preocedures, etc. and data) it sends me the error: unreconized lines on the file, please remove the lines.
    2. If I try to import the application objects (pages, etc.) it sends me the folloeing error: the file you are trying to import is not a valid apllication express export file.
    It is kind of courious because I just exported from Oracle Apex Site.
    Any hel please.
    Abdel Miranda
    AEMS Global Group
    Panama

    The other issue I forgot to mentioned is: when I install a new database to use it just with Apex, I leave the character set as WE8MSWIN1252.
    I change my apex dads file to setup the AL32UTF8.
    I don't know if these is the problem between the exported file from Oracles Apex Site (which has a UTF-8 character set setuup) and my apex installation with Apex character set as AL32UTF8 and Oracle 9i Release 2 with WE8MSWIN1252 character set settup.
    Any help please.
    Abdel Miranda
    AEMS Global Group
    Panama

  • How to import programmatically an APEX images file using workspace images option and CSS files to APEX?

    Oracle db 11gR2
    Oracle APEX 4.2.1
    Linux RHEL 6.3
    I am importing a images file programmatically into APEX.  And also a CSS file.
    I want to add an images file to my APEX instance but I want to choose the option -- workspace images --.  How does one do that programmatically via the APEX API e.g.?
    I don't want the images tied to an application within APEX.
    Does one do the same thing for CSS files that are imported to APEX?
    thx.

    This is interesting and helpful,  I use the following code to import my APEX database application and run it via SQL*Plus and it works fine for database applications -- what do I need to change/add/modify in order to load the images and CSS files?  NOTE: I want the images to be -- Workspace images -- not tied to any application.  Also, I need to handle the situation where the images and CSS data already exist in the APEX environment as well as when they are not there (i.e. initial install).  Usually it is a case where it is an upgrade so the data already exists in the APEX app and just needs to be updated.
    declare
                      v_workspace      varchar2(35)    := 'WORKSPACE';
                      n_existing_app   number          := 123;
                      n_new_app        number          := 456;
                      v_app_alias      varchar2(35)    := 'WKALIAS';
                      v_parsing_schema varchar2(35) :='WORKSPACE_PARSE';
                      n_secgrp_id      number;
                      v_err_msg        varchar2(200);
                      n_err_num        number;
                      n_workspace_id   number;
                    begin
                      -- get workspace id
                      select workspace_id
                      into n_workspace_id
                      from apex_workspaces
                      where workspace = v_workspace;
                      -- set workspace id
                      apex_application_install.set_workspace_id (n_workspace_id);   
                      -- set security group
                      apex_util.set_security_group_id (p_security_group_id => apex_application_install.get_workspace_id);
                      -- set pasring schema
                      apex_application_install.set_schema(p_schema => v_parsing_schema);
                      -- delete existing app
                      begin
                        wwv_flow_api.remove_flow(n_existing_app);
                      exception
                      when NO_DATA_FOUND then -- do nothing when the application does not exist
                        null;
                      end; 
                      -- set new app id
                      apex_application_install.set_application_id(p_application_id => n_new_app);
                      -- generate offset
                      apex_application_install.generate_offset;
                      -- set application alias
                      apex_application_install.set_application_alias(p_application_alias => v_app_alias);
                      exception
                      when others then        
                        n_err_num := SQLCODE;
                        v_err_msg := SUBSTR(SQLERRM, 1, 200);
                        dbms_output.put_line('Error number = ' || n_err_num);     
                        dbms_output.put_line('Error message = ' || v_err_msg);
                    end;
    @newapp.sql
    commit;

  • How to import 3.2 application into APEX 4.1

    Hi,
    I would like to import an APEX 3.2 application into APEX 4.0. Is this supposed to work?
    Regards,
    Tamas

    Apex is built to make this process as smooth as possible.
    In 4.x, there is a Utilities section for your application with an Upgrade Application option that provides a summary of all the components that can be "upgraded"
    Apex tries to leave your application alone as much as possible, and in this report you'll see things like Date Picker items that can be automatically upgraded to the jQuery version. You can choose which components to automatically process.
    The most trouble you'll have is if you have included any external libraries such as jQuery and there may be syntax differences, now that Apex 4.x includes jQuery components.
    Dimitri Gielis has quite a few posts on the subject
    http://dgielis.blogspot.com.au/2010/07/upgrade-to-apex-40-known-issues.html
    Scott

  • Possible Bug In Apex 4.0.2

    Hi Everyone.
    I would like to report what I think is a bug in Apex 4.0.2.
    If you go to my workspace on apex.oracle.com:
    Workspace = EEG
    Username = [email protected]
    Password = galaxy (all lowercase)
    Run the application: 37796 - Elie_Various_Goodies [no credentials are required]
    This app was imported from my 4.0.1 workspace at my job. On the page I created two Date Picker items, P1_BEGIN_DATE and P1_END_DATE. I set them up so that whenever a user selects a begin date, a dynamic action "MANAGE_DATES" fires and automatically sets P1_END_DATE to this selected begin date value. Now when a user goes to select an end date, the displayed calendar starts at the previously selected begin date rather than the default of "Today".
    All of this worked fine on my office (4.0.1) workspace. However, after exporting this app and then importing onto apex.oracle.com, none of this functionality would work. Even worse, whenever I try to select a begin date or even an end date, the selected dates never make it into the date picker fields. Displaying the "Session" window shows these fields as empty.
    It was only after I copied the two date picker fields and also re-created my dynamic action (P1_BEGIN_DATE2, P1_END_DATE2, MANAGE_DATES) did my functionality return.
    This behavior is quite strange. I can only think this is some sort of bug attributed to the export/import process when exporting a 4.0.1 app into a 4.0.2 workspace. I am not sure if this bizarre behavior happens with non-date picker items. Nor am I sure if this beavior would be repeated if I export/import from 4.0.2 into the another 4.0.2 environment.
    Another strange thing I noticed. If I change my date picker items to be "date picker (classic)" type items, the dynamic action does not work at all. This is true in both 4.0.2 and 4.0.1. I'm not sure if this a bug or not. It could be that the classic date picker is just not "javascript" enabled so to speak. If that is true, then it would have been nice if the docs would have warned us about this.
    Has anyone else seen this behavior?
    Thank you.
    Elie

    Hi Joel.
    First let me thank you for the warning about allowing "everyone" access to my workspace.
    You're correct, of course. Anyone could destroy anything within my workspace. I guess I was too trusting especially as I have seen many posts on the Forum where others have given access to their workspace so that responders can offer help. I really should be more discreet about this. Again, thank you. Needless to say, I have changed my password.
    With respect to the possible bug, the MANAGE_DATES dynamic action is intended to be a submit page because that is the only way I can see to get BOTH the P1_END_DATE date picker item as well as the end date textual field to be assigned the selected P1_BEGIN_DATE. I tried to use a dynamic action in which javascript sets the value of the end date textual field to the selected P1_BEGIN_DATE value. This works without the need to submit the page. Unfortunately, this does not cause the P1_END_DATE date picker item to default to this value. Instead, the default remains at today's date. This is why I finally resorted to a dynamic action that submits the page whenever a new value is selected (that is, a "change" event) from the P1_BEGIN_DATE date picker item.
    All of this works in my office 4.0.1 environment. However, I was puzzled when this fails under 4.0.2 on the hosted web site at apex.oracle.com. This is why I posted a "possible" bug in 4.0.2.
    I hope this all makes sense.
    One more thing, as already mentioned in my original post, this "defaulting a date picker" functionality does NOT work at all for the "classic" date picker items in both 4.0.1 nor in 4.0.2. I realize one can implement this functionality (I' guessing) my using, say, a "onChange" javascript call to submit the page. It's just funny that the "classic" date picker items are not acted upon by the dynamic action MANAGE_DATES that submits the page.
    Thank you.
    Elie

Maybe you are looking for