APEX 2.1 saving Applications

Now that I have gotten in, I do not know how to save the application work that I did. I lost a report! How do you save your application and not lose all your work? Then how do you load it for the next time to work on some more?
Also, how do you create an executable file, or at least a file that can be viewed by others in an Oracle environment?
I am very new at this and can use all the help I can get.
Many thanks,
-Robert

Robert,
You save your work in the database, if you are using APEX. To show others, they will need to be able to access the machine the database is stored on.. I would REALLY suggest you read up on the product and go through the two day tutorial : http://download.oracle.com/docs/cd/E17556_01/doc/appdev.40/e15516/toc.htm
Thank you,
Tony Miller
Webster, TX
I cried because I did not have an office with a door until I met a man who had no cubicle.
-Dilbert

Similar Messages

  • How to get to folder in /Library/Saved Application State/com.adobe.flashplayer.installmanager.savedState

    I have a file saved in a folder which according to a find ?/ -name "" search is located here /Library/Saved Application State/com.adobe.flashplayer.installmanager.saved
    But I can't browse through this folder structure in Finder (I have run command to allow me to see hidden folders if that is required).
    Please can someone help me to find out how to get to this file. It's an excel spreadsheet.
    Thank you

    When I try to save another excel file that I have also opened from a password protected zip file, the automatic folder selected is "wzQL.8t0UHS". When I try to save a file with exactly the same name as the file that is missing into the folder "wzQL.8t0UHS" it tells me that the file already exists and asks if I want to replace it.
    My assumption was therefore that it was some kind of cache where the file is intact.
    When I've done a search on the name of the file I am looking for in Finder, I do not find the file.

  • Creating a file saving application

    Can someone tell how to create a file saving application. i.e. an applicaiton that takes a file from one destination and saves it at another. I know I will have to use an instance of FileOutputStream to create the new file, but do I need to use FileInputStream to read the bytes of the file first, before writing it?
    I would be grateful if anyone could help, as i am fair begginer at Java. Cheers.

    Actually streams are more appropriate here. Only use Reader and Writer if you are sure that your file is a text file. Beyond that, it is inefficient to keep calling readLine. Read in a big chunk with a buffer instead.
    You would have to do this:
    BufferedReader in = new BufferedReader(new
    FileReader("input.txt"));
    PrintWriter out = new PrintWriter(new
    FileWriter("out.txt"));
    while(true)
    String line = in.readLine();
    if(line == null)
    break;
    out.println(line);
    in.close();
    out.close();For more programming help, visit
    http://www.NeedProgrammingHelp.com or email me
    at [email protected]

  • How do you export an Apex Workspace along with applications?

    Hi All,
    I just wanted to get clarification here.
    I have an Apex Workspace with 10 applications and I wanted to move these to a separate server/database....So...what are the steps?
    1). Do I need to run Data pump on source and target database to import the tables , etc?? and also run the DDL commands on the utilities?
    2). Or do I just need to run the ApexExport utility to export Workspace and applications?
    please any consideration is appreciated
    thanks

    I'd say that depends on what you actually want to transfer.
    For transferring the Workspace and the Application Definitions it is sufficient to export those (using either the application builder or the ApexExport) and import on the other system.
    If you also want to transfer data you might want to look into Datapump.
    Peter

  • Reinstall apex without loosing the applications that you created

    Is there a way to reinstall apex without loosing the applications that I created?
    I have some apex packages that cannot be compiled
    Jules

    Jules,
    As the site administrator, export the workspaces to files. Then login to each workspace as an admin and export each of the applications to files. (You should already have these backups anyway). If you have static files, images, css, user interface defaults, or themes that you've uploaded into any workspace you'll need to export those as well.
    After you re-install, reverse the process, starting with installing the workspaces, then install the applications and other components into each worskspace.
    But why do you have to do this? What won't compile?
    Scott

  • Can APEX Fit for Big Application ?

    Myself working in software development organization.
    From last one month I am working on Oracle Application Express.
    One of Our Banking Clients wants a Core Banking Solution. We have decided
    to develop an application in Oracle as backend and for web development
    (Front End) we are thinking about APEX.
    Our banking client has 10 branches located remotely.
    Each branch having 50000 customers and there is approx 1000 transaction
    daily.
    Concurrent 10 users are working.
    For core banking Solution the customer
    database size will be 50000 * 10 = 5 00 000
    Total daily transaction 1000 * 10 = 10 000
    Concurrent user 10 * 10 = 100
    Can we use APEX as a web development tool? Please specify any organization
    have developed software in Apex with such type of database.
    Prashant Bhingare

    To add two other bigger public applications:
    -) AskTom (http://asktom.oracle.com) - in one posing they say the have 25,000 and 35,000 page views a day on average from 2,000 to 3,000 different
    IP addresses (and that was back in 2004, I haven't found a newer posting about there web-site statistics)
    -) Dance-Tunes.com (http://www.dance-tunes.com/)
    -) See http://wiki.shellprompt.net/bin/view/Apex/GalleryCategory for more applications
    Patrick
    Check out my APEX-blog: http://inside-apex.blogspot.com

  • Applescript to delete caches and folders in Saved Application State

    I don't know if this can be done, but I'd like to write and Applescript to perform these functions:
    1) to delete caches from all 3 cache folders and the ~/Library/Saved Application State folder
    2) to run at  logout, shutdown or startup (any of those is fine)
    3) to run  with admin credentials already provided
    Can this be done?
    Thanks.

    You're not going to find anything useful in that folder. To clear an application's saved state, launch it while holding down the shift key. I very strongly advise you not to use the shell unless you're sure you know what you're doing.

  • APEX.CONDITION.UNHANDLED_ERROR in Application after Update to 4.2

    following error in an Application (working perfect in Apex 4.0.2) after Update to 4.2.0
    after entering url:
    Error     Error processing condition.
    ORA-00907: missing right parenthesis
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: APEX.CONDITION.UNHANDLED_ERROR
    ora_sqlcode: -907
    ora_sqlerrm: ORA-00907: missing right parenthesis
    error_backtrace:
    ORA-06512: at "SYS.DBMS_SYS_SQL", line 1325
    ORA-06512: at "SYS.WWV_DBMS_SQL", line 1185
    ORA-06512: at "SYS.WWV_DBMS_SQL", line 1256
    ORA-06512: at "SYS.WWV_DBMS_SQL", line 1294
    ORA-06512: at "APEX_040200.WWV_FLOW_DYNAMIC_EXEC", line 880
    ORA-06512: at "APEX_040200.WWV_FLOW_CONDITIONS", line 331
    Any Ideas?
    regards
    Ralf

    the was an missed ' in an authorization schema (SQL Query) - prior Versions of Apex ignored that error ...

  • APEX 3.2 Associating application with SSO login page.

    Hi
    My requirement is to replace my login page of APEX3.2 application with an SSO login page. Also, the application uses some tables with some history columns like: "Last Updated by", "Created by", "Last Update Time", etc... While create/edit of any table, I want these columns to be automatically populated according to the credentials used in SSO login page to that application. Please help.
    The link given on this forum (http://www.oracle.com/technology/products/database/application_express/howtos/sso_partner_app.html) for the purpose seems to be obsolete i.e. for previous versions of APEX.
    Thanks
    Bhavesh

    Bhavesh,
    That how-to explains all the steps you need to set up SSO with Application Express.
    As far as the audit columns, just create triggers on your tables. Referenced v('APP_USER') to get the authenticated username.
    Scott

  • APEX Listener versus classic Application Server

    Currently we use the APEX Listener with the stand-alone configuration to access the URL af an APEX application.
    This might not be a suitable situation for a production environment.
    In a short, here are the (possible) requirements:
    - Sessions must be able to access at the same time the same APEX application and page.
    Let's say 500 users should be able to access it with no trouble.
    - If there are some pages accessed very frequently, they should be cached (how?) without having to request them all the time from the database.
    - If more than 500 users are accessing the application, to avoid latency, there should be a "mechanism" to make them "waiting" until the allowed amount of concurrent sessions is below 500, and without impacting (or with low impact) of other working sessions.
    I have little knowledge of middle ware environment, but this seems to me specifications for an application server and or a web server.
    Hera are my questions:
    1) Is it possible to implement such above mechanism with the APEX Listener?
    2) If not possible, what should I consider?
    Thanks by advance for sharing your experience.
    Kind Regards.

    user8058501 wrote:
    Currently we use the APEX Listener with the stand-alone configuration to access the URL af an APEX application.
    This might not be a suitable situation for a production environment.
    Standalone mode is not supported for production environments, see here for why:
    https://cdivilly.wordpress.com/2013/03/11/oracle-application-express-listener-standalone-mode/
    In a short, here are the (possible) requirements:
    - Sessions must be able to access at the same time the same APEX application and page.
    Let's say 500 users should be able to access it with no trouble.
    - If there are some pages accessed very frequently, they should be cached (how?) without having to request them all the time from the database.
    - If more than 500 users are accessing the application, to avoid latency, there should be a "mechanism" to make them "waiting" until the allowed amount of concurrent sessions is below 500, and without impacting (or with low impact) of other working sessions.
    I have little knowledge of middle ware environment, but this seems to me specifications for an application server and or a web server.
    Hera are my questions:
    1) Is it possible to implement such above mechanism with the APEX Listener?
    2) If not possible, what should I consider?
    Essentially you are asking how do I tune the number of database connections and also how do I tune the number of HTTP request handling threads.
    The former is controlled via the Listener configuration files, specifying the size of the connection pool etc, if you look at the configuration file or use the SQL Developer Listener admin tool the settings are pretty self explanatory, the latter is controlled by the application server, see below for WebLogic documentation on this:
    http://docs.oracle.com/cd/E24329_01/web.1211/e24390/wls_tuning.htm#i1142745
    Thanks by advance for sharing your experience.
    Kind Regards.

  • Charts in Apex 3.2 demo application do not display in Firefox browser

    Hi,
    just installed Apex 3.2 and launched the demo application using Firefox 3.5.7
    The charts are not displayed. Switching to MS Internet Explorer everything works fine.
    Is Firefox not supported or any idea what's missing to display the charts ? Adobe flashplayer 10 plugin and Adobe SVG 3.0 are installed on
    my WIN XP client.
    Regards, Werner

    It kept bugging me .. so I worked on it a bit.
    The charts actually show, then get hidden by the noplugin funciton.
    The problem is in Firefox ( the (ns || mo || !win) branch) the plugin check does not work.
    When I use either this, the check for SVG feature:
    function supportsSvg() {
    return document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Shape", "1.0")
    and
    hasSVGSupport = supportsSvg();
    or a check by mime types , like this:
    var hasSVGSupport = false;
    if (navigator.mimeTypes != null && navigator.mimeTypes.length > 0) {
    if (navigator.mimeTypes["image/svg-xml"] != null)
    hasSVGSupport = true;
    I get the correct result and the charts display (remain displayed).
    I simply modified plugins.js and use my modified version instead.
    if (ns || mo || !win) {
    if (hasSVGSupport) {
    null;
    } else {
    noPlugin('svgRegion');
    Hope this helps,
    K

  • APEX 4.2 Search Application does not work

    Why is Search Application in APEX application builder disabled for me? I can type in the search field but the icon to run the search does nothing. This worked fine in 4.0. Tried IE and Firefox.

    I don't see an icon to press unless you mean the magnifying glass that proceeds the field. I just type in the search field then press the Enter key and then the search is submitted.

  • How to back up saved application data when moving to new iPhone?

    So I've done a fairly extensive search on google trying to figure out how to backup not just my apps, but the saved data within them as well. Most of the stuff I'm finding requires jailbreaking or many steps. I'm coming here to post to see if there is an 'easy' way to do this by now..
    I mean you back up your old iPhone through iTunes but from what I'm hearing that does not save the application data? I don't understand how this was not put in, especially considering how the iPhone is made to look like such a great portable gaming device, in which many save your progress along the way..
    For example, I have peggle on my iPhone 3G and have been playing it a little bit here and there for a little more than a year and have 100% completed on most levels. I don't want to lose all that, you know?
    So anyways, is there any simple way to do this yet? If not, what's the simplest way to go about doing this?
    Thanks!

    Thank you for responding... I wonder then why so many posts are regarding this online...
    So all I need to do is back up my 3G iPhone in iTunes, and then just restore from backup with the iPhone 4 and all my saved data and stuff will remain? Cool!

  • Checking if user is logged in to Apex from an alien application

    Hi,
    I have the following scenario:
    In an Apex 3.0 application, there is a link that opens a new window and, using javascript, redirects the user to a servlet (currently running in Tomcat but we may move it to an Oracle AS in the future) in the same server. The URL for the servlet contains some parameters in it, but the user never sees the URL so that should not be an issue. The URL looks like this:
    http://server/theservlet/do?username=luis&session=1827376465&action=home
    However, obviously this is not 100% secure and it is possible to get to that URL, for instance aborting the redirection and looking at the page source. Malicious users could then tamper with the URL and do malicious things.
    One of the parameters I am passing to the servlet is the Apex session ID. One thing that I thought was, in the servlet code, to check who that session belongs to and see if it is the same person trying to access the servlet. I know that I can connect to the DB and check in the Apex views if that session exists and if it is assigned to that user. However, someone with access to the DB could look at the same view and use an existing session to access the servlet as someone else.
    Ideally, I should also check the cookie in the user's machine to be completely sure, but I am not sure how to do it...
    If anyone can help, or have a better idea on how to implement this "poor man's single sign on", that would be much appreciated!
    Thanks,
    Luis

    ...this is not 100% secure and it is possible to get to that URL...Ways to get that URL:
    1. Right-click on new page, select view page info
    2. Firebug Addon for FireFox
    3. Web Developer Addon for Firefox
    4. Live Headers Addon for Firefox
    5. Wireshark
    6. Any web proxy tool
    My estimate is that it's about 1% secure.
    I'm not sure just reading the cookie is enough either, since those can be spoofed. Are these systems on the same domain (ie, *.oracle.com)? If not, one domain can't access another domain's cookies. If they are on the same domain, the first thing that comes to mind is to set some value in the cookie that is a very strongly encrypted version of the username and the date. You can then use the same algorithm and key in the servlet to decrypt it and verify that it's a valid session for today.
    A better long-term strategy would be to look into an Identity Management system. I'm not pushing Oracle's or anything (full disclosure, I work for Oracle), but IDM is the heart of any good security strategy.
    Tyler

  • Apex 3.1.2 application export

    Hi
    I have 3 environments, one with apex 3.0 and two with apex 3.1.2. All of them are on 11g DB.
    When I export an application (about 35pages) from apex 3.0 I get file size approx 1,8MB, but when I export same application from 3.1.2 I am getting the file size about 200KB. I made a test and imported the application back into apex 3.1.2 with different application id and found out that i get only pages with page id from 0 to 10.
    I do it like this:
    Home>Application Builder>Application 103>Export / Import>Export
    file format: DOS
    owner override: (empty)
    build status.. :run and build app.
    debugging: yes
    exp. supp.obj. : yes
    exp. comments: yes
    as of: (empty)
    file character set: utf-8
    What I and doing wrong or missing with exporting?
    Taavi
    Edited by: Taavi on Feb 19, 2009 4:11 PM
    On closer look I noticed that most of the downloaded file was cut off for some reason. Any ideas where to look for cutter?
    I managed to export the application with SQL Developer (app.exp>export DDL>save file)

    Make sure the DAD characterset is AL32UTF8.
    Scott

Maybe you are looking for