Application in apex.oracle workspace

hi,
I got workspace on apex.oracle for making demo application.
having
Workspace :SANJAY_WS
User ID :[email protected]
Password :huveku
Application -Id id 20376
I made an application (id 20376) and exported it then translated it to italian.
It is being uploaded now when i am trying to do
"APPLY XLIFF TRANSLATION" it is giving following error.
ORA-04063: package body "XDB.DBMS_XMLPARSER" has errors ORA-06508: PL/SQL: could not find program unit being called.
Error updating translatable text using XLIFF file.
Please look at it in the apex.oracle workspace.
Please kindly help me in this.
thanks
sanjay.

Hi,
Try same username and passwd that you use when login to apex.oracle.com workspace
Br,Jari

Similar Messages

  • Error in uploading file on Apex.oracle workspace

    hi,
    I got workspace on apex.oracle for making demo application.
    i have made an application and exported it then translated it to italian.
    Now after uploading it when i am trying to do
    "APPLY XLIFF TRANSLATION" it is giving following error.
    ORA-04063: package body "XDB.DBMS_XMLPARSER" has errors ORA-06508: PL/SQL: could not find program unit being called.
    Error updating translatable text using XLIFF file.
    Please kindly help me in this.
    thanks
    sanjay.

    I have finally got it working.
    I copied the version of webutil.pll file from the developer suite onto the server.
    This has got it working and the file(s) I am uploading are going through correctly.
    I still have one query though. The progress bar which displays the upload progress seems to be in the top left corner of the screen, any parameters we can set so as to get it in the middle of the screen?
    Thanks,
    Rishikesh

  • Commercial Application developed with Oracle APEX

    Except the commercial application list on the official Oracle APEX web-site, anyone can give more information regarding commercial application developed using Oracle APEX?
    One I can find: XPinventory (http://xp4each.wordpress.com).

    I'm curious - is there a problem with the 15 commercial applications listed at http://www.oracle.com/technology/products/database/application_express/html/apex_com_commercial_apps.html? What are you specifically looking for?
    Joel

  • Set Apex default language application : called by Oracle Portal

    Hi,
    I'm trying to find a way to call our Apex application from portal with the right language preference.
    We have the user language preference in a table. I tried to put that value into :FSP_PREFERENCE_LANGUAGE on new session : after authentication, but it's not working, the language is always the same one no matter whoever is connected.
    Any idea why ?
    Thanks

    Hello,
    >> My concern is that I can't set this preference to be the default one, from portal to apex.
    The following describe a technique that should help you:
    Re: Set FSP_LANGUAGE_PREFERENCE in URL
    Regards,
    Arie.
    ♦ Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    ♦ Forthcoming book about APEX: Oracle Application Express 3.2 – The Essentials and More

  • How to integrate Oracle Maps in Oracle Application Express (ApEx 3.2)?

    I have an Oracle Application Express (ApEx 3.2) application into which I want to embedded Oracle Maps.
    Can any one help me out. I need the steps for integrating Oracle Maps in Oracle Application Express (ApEx 3.2)
    Thanks.

    use ODBC and ADO. Visual Studio packager has an ability to include ODBC settings, i think, if you define Option Explicit (if i am not wrong, long time no code writing in VB6)

  • Do you use Oracle Application Express (APEX) with EBS?

    I am conducting a short survey to determine how you integrate Oracle Application Express with eBusiness Suite. Please take a few minutes to fill out the survey:
    http://apex.oracle.com/pls/otn/f?p=54654:1:0
    {We will not share information with anyone except with your explicit permission}
    We believe that there are a large number of eBusiness Suite customers that are using Application Express in various ways so we are trying to quantify that and get some further information.
    This is all part of a broader effort we are currently undertaking working closely with various people from the eBusiness Suite Development Team.
    This survey is very important to us so please take the time to complete the survey if you use Application Express with eBusiness Suite - It is only 1 page long.
    Thanks,
    David

    Thanks for your reply.
    I did some more investigation to check what could cause this to happene, whereby the report toatal is not displayed at all for few selected paramters.
    What i could analyse was that the records returned were more than 50 (Standard Setting) , which however could not fit into the page, along with that the pagination scheme was not selected. I had to make 2 changes to the Layout of the report
    Pagination Scheme : Row Ranges X to Y(with Next and Previous Links)
    Number of Rows : 500
    This worked for me as the displayed could not be seen on the next page with Previous and next links on the report output.
    Thanks,
    Dips

  • Can Oracle Application Express (APEX) be integrated with ADF applications?

    Hi All,
    Oracle Application Express (APEX) works on various supported databases. Can this tool be integrated with ADF for report publishing, in adf some of my result is coming from Business Components , so can these things be related to each other?
    Please provide a suitable forum to ask this question if this question doesn't fir in ambit of this forum.
    Thanks in advance.

    There are a couple of things you can do - a lot depends on what your application needs. Since you ask this in the JDeveloper forum, I'm going to address getting to ApEx from ADF, not to ADF from ApEx - but some of the same possibilities apply.
    Easiest thing to do is to jump into the ApEx application with a af:goLink or af:goCommand referencing the needed page's URL. By setting the target, you can control whether it opens in a new window or the same window. I'm not currently using ApEx, but I have a few reports written as PL/SQL Server Pages that I call exactly this way.
    You can also open the ApEx pages in an af:inlineFrame - and it will look like it is inside your ADF application - but use inline frames with a little caution - they don't work perfectly in all browsers, notably Mobile Safari.
    ApEx can't look inside your ADF BC objects, but of course, if your two applications are using the same database, you can communicate between them within the database. One possibility to look at is Advanced Queuing.
    Some ApEx functionality can be executed by executing the underlying PL/SQL procedures - do a search in this forum for how to call PL/SQL from an ADF BC Application Module.

  • Oracle Application Express (APEX)

    Does anybody know about ORacle APEX. I want some help.

    Does anybody know about ORacle APEX. I want some help.What is your query ? There is one dedicated forum for Application Express
    Oracle Application Express (APEX)

  • Separate CSS files for Differenct Applications in the Same Workspace

    I am working in APEX 4.0, using Theme 4 (Topaz), primarily with the region template "Top Bar." The application I am working on has gotten so large that I decided to break it into two applications. So I copied the original application and then deleted the pages that I did not want in the second application. I then modified the authentication for a single login. One of the nice things about the Top Bar template is that you can color the background. I had a blue background in the first application and wanted to use a differenct color in the other. So I created a second CSS file and uploaded it to the Cascading Style Sheets area of the Shared Components file for the second application. Turns out that both it and the style sheet for the first application now show up in the CSS file area. The CSS file for the second application has no effect. Here is the CSS code:
    .rc-content-main
          background-color: #E5E5AA;
         }I also tried giving the region on each page in the second application a static id and then identifying them in the CSS file by the id. That didn't work either, at least not yet. Sometimes it takes the server a while to refresh.
    Question: For two applications in the same workspace, can there be separate CSS files? If so, how do I set them up so that each responds only to one of the applications?
    Edited by: Doug on Nov 14, 2012 4:54 AM
    Edited by: Doug on Nov 14, 2012 7:16 AM

    Hello,
    If you upload your file to Shared Components >> Cascading Style Sheetst then:
    edit your page template in the header section and just before +*</head>*+ tag  add :
    <link rel="stylesheet" src="#WORKSPACE_IMAGES#MY_FILE.css" type="text/css" />And that will be applied for all pages that have the same Page Template.
    You can edit a page and put this in the header section to be applied only for a that page:
    <style>
    <link rel="stylesheet" src="#WORKSPACE_IMAGES#MY_FILE.css" type="text/css" />
    <style>If the file is on your web server then replace #WORKSPACE_IMAGES# with #IMAGE_PREFIX#
    This should be helpful to you:
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/concept_sub.htm
    Best Regards,
    Fateh
    If you believe that my answer is correct or helpful to you, then please mark it as helpful or correct...

  • 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

  • Deploy an application - Use a different workspace and different schema

    Hi,
    I have completed my application in my testing server, database, schema, and workspace. And now I would like to deploy my application to the live server with different database, schema and workspace.
    I have gone through the Application Express User’s Guide and I have managed to export and import my old app to my new application. However, I failed to import my table from old database schema to my new schema. So, I can’t able to open my new application due to error in executing authorization scheme code.
    May I know how do I import my old schema to my new schema and both schema are different name.
    Thanks.
    Penny

    Create a database link in your production environment and use the following script to update the content of the tables from your development:
    DECLARE
       v_tab_columns   VARCHAR2 (32000);
       v_db_link       VARCHAR2 (30)    := '@dev';
    BEGIN
       /*FOR a IN (SELECT table_name
                   FROM user_tables)
       LOOP
          EXECUTE IMMEDIATE 'TRUNCATE TABLE ' || a.table_name || '';
       END LOOP;*/
       FOR c IN (SELECT table_name
                   FROM user_tables)
       LOOP
          FOR d IN (SELECT   column_name
                        FROM user_tab_columns
                       WHERE table_name = c.table_name
                    ORDER BY column_id)
          LOOP
             v_tab_columns := v_tab_columns || ', ' || d.column_name;
          END LOOP;
          v_tab_columns := LTRIM (v_tab_columns, ',');
          BEGIN
             EXECUTE IMMEDIATE    'INSERT INTO '
                               || c.table_name
                               || ' SELECT '
                               || v_tab_columns
                               || ' FROM '
                               || c.table_name
                               || v_db_link;
             v_tab_columns := NULL;
             DBMS_OUTPUT.put_line ('Updated table ' || c.table_name);
          EXCEPTION
             WHEN OTHERS
             THEN
                v_tab_columns := NULL;
                DBMS_OUTPUT.put_line ('Failed updating table ' || c.table_name);
          END;
       END LOOP;
    END;Replace @dev with your database link.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Swapping Application ID within the workspace

    Hi,
    I have created an APEX application say BookApp which got created with ID 901.
    After completing the application, I have published my App URL to outside world so that users can use it.. like https://apex.oracle.com/pls/htmldb/f?p=901
    Now as this is production version, I copied this original application into another App with ID 902 in my workspace itself. I made some changes to this second App (902 one) and once I tested it successfully, I want to publish this second App which has enchanced features.
    But I don't want to change the URL which I had published earlier to outside world...
    My Question is..
    How can I published the APP which has ID as 902, to the URL of 901?
    Please let me know if my question is unclear.
    Thanks,
    Harish

    I re-import to 901 as I already had one app running in 901 in production.. and I can't take risk of momentraliy deleting it, as by the time I re-import it, a new app could get created in that.
    Thanks Scott... I was not aware of Application alias. That's exactly what I was looking for.
    Thanks again

  • Moving Application from Apex 2.2 to Apex 3.1

    Hi ,
    I installed Apex 3.1 Successfully, its a FARESH Installation,
    Now I have to import the Apex 2.2 Application into this New Apex 3.1,
    Do I need to get the Schemas available in Apex 2.2 & get it Import into Apex 3.1 Database using Exp/Imp Utility
    or Any specific mathod available to to move the Applications from
    Apex 2.2 to Apex 3.1
    Best Regards
    cnu

    Srinivas,
    Export the schemas from one database and import them into the other using standard Oracle database facilities like exp/imp or Datapump.
    Export your applications from the current Application Express database using the Application Express export pags. This will create files. Take those files and import/install them into your workspaces in the new database using the import/Install wizard. Export the workspaces first from the old database and import/install them into the new using the apex_admin application at each site.
    Scott

  • How to Import 3.0 application in APEX 3.2?

    How to Import 3.0 application in APEX 3.2? These two are on two different machines. It is not upgrade.
    Pls help.

    Hello,
    APEX supports backward compatibility. It means that 3.2 version can run any application that was developed in earlier versions.
    In your case, just export the full application from 3.0 and import it in the 3.2
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Forthcoming book about APEX: Oracle Application Express 3.2 – The Essentials and More

  • Help With "Package An Application" Using APEX  3.0.1 with XE

    I'm using apex 3.0.1 and XE Database and I'm trying to create a package application but without succes, I can find the way to do it and I know that it's possible. What I'm trying to do is create a file like the package application that we can download from Oracle page but for an application I create.
    Looking here in the forums I found this link:
    http://www.oracle.com/technology/oramag/oracle/06-jul/o46browser.html
    And I was trying to follow it step by step until I found the Step 4: Package Up the Application, number 7.
    1. In the breadcrumb links in the upper left-hand corner of the screen, click the Application nnn link (where nnn corresponds to the ID of the employee lookup application in your Oracle Application Express instance).
    2. Click the Edit Attributes icon, and then click Supporting Objects.
    3. Click Edit.
    4. In the Welcome section, enter readme text for the application in the Message field, such as "This application lets users browse employee information. Users accessing the application with a USERID stored in the table can upload a photo if one does not already exist."
    5. Click the right arrow to go to the Prerequisites tab.
    6. To ensure that folks who already have a table named OM_EMPLOYEES in their schemas don't run into a conflict with this script, enter OM_EMPLOYEES in the first Object Names field and click Add.
    [b]7. Click the Scripts tab.
    8. Click Create.
    9. Click the Copy from SQL Script Repository icon.
    10. Enter Create Table, Sequence, and Trigger in the Name field, and click Next.
    11. Select om_employees.sql, and click Create Script.
    12. Repeat steps 9 through 11 for the om_download_pict.sql and seed_data .sql scripts. Feel free to name these scripts as you see fit.
    13. Click the Deinstall tab, and click Create.
    14. Click the Create from File icon.
    15. Click Browse, select the drop_om_objects.sql script (included with this column's download file), click Open, and click Create Script.
    16. Click the right arrow.
    17. Select Yes for Include Supporting Object Definitions in Export.
    18. Click Apply Changes.
    I can't find the scrips tab and I completely lost. I start to believe that this steps don't apply for Apex 3.0.1.
    If anyone of you could help me with this, please do it, I really need it.
    Johann.

    Johann,
    That doc was probably written against 2.2 because in 3.0, we reworked the supporting objects page a bit. If you are on Supporting Objects, in the Installation region, click on Installation Scripts. For more information, check the Advanced Tutorials document off our OTN site for a Tutorial called Reviewing a Packaged App (something like that - I can't access the doc at the moment).
    -- Sharon

Maybe you are looking for

  • Can't Add Videos to Library

    Greetings: I've followed the instructions and I can no longer get video into my iTunes Library. I reformatted them into mp4, tried navigating to them from Add to Library in the File menu, tried dragging and dropping, but nothing happens. I'm using th

  • My Windows friends cannot save my iPhoto attachments in Mail: what's wrong?

    I use iPhoto to mail pictures to my family; some of whom (still) have Windows computers (the poor buggers). Unfortunately they can only save individual pictures one by one, not "Save all attachments" as Mac's Mail app allows. While in Mac's Mail appl

  • Intermittent Airport Extreme

    I am on 10.4.11. Since the day I bought my computer and Airport Extreme, it's been intermittent. I have no choice right now but to use it. My Ethernet port is broken. Yet every 10 minutes to a half hour, my connection drops for a period of about 5 se

  • Fault Tolerance in Berkeley DB

    Please, can you help me with the following situation? I want to load a big data source (about 20 million of records) in Berkeley DB. I programmed in C++ all the data loader (using the Berkeley DB API) and I began to run it. However, I estimate that i

  • Unable to set audiobook MP3s to books now?

    I have imported a number of audiobooks as MP3s (some from Mp3 files, some from au files) so I could add them to my iPod/iPhone/etc. and listen to them wherever. They imported as music, but it used to let me change them to audiobooks/books (Options/Me