Convert MS ACCESS to APEX

Hi all

I was wondering if it is possible to convert an existing MS ACCESS application to an APEX app:

(1) is it possible to convert the tables
(2) is it possible to convert forms

Thanks in advance,

Greetz,

Matt

Hello

Here are two links that could
http://www.Oracle.com/technetwork/developer-tools/Apex/application-express/tutorial-090294.html
http://www.Oracle.com/technetwork/developer-tools/Apex/application-express/MiG-index-095631.html

Kind regards
Jari

Tags: Database

Similar Questions

  • ((Password of SQL DEVELOPER user name? -access TABLES APEX))

    How do you get tables APEX SQL DEVELOPER?

    What should I use as a name of USER and PASSWORD
    inside SQL DEVELOPER?
    ____________________________________________



    Hello

    I installed on my APEX machine.

    WINDOWS 7 PROFESSIONAL 64-BIT.


    I also installed:

    ORACLE XE

    and

    SQL DEVELOPER.


    I have applications that I created in the APEX
    with different paintings.

    ________________________________________

    Question:

    **********************************
    How can I access my APEX tables of
    within SQL DEVELOPER?

    Should what USER name and PASSWORD I use?
    **********************************


    I can do this with
    HUMAN RESOURCES

    SQL DEVELOPER USERNAME = HR
    PASSWORD = HR

    It works very well.
    ..................................................................

    But what of my own TABLES APEX
    I created inside my own workspace
    inside the APEX?

    For example:

    CONNECT TO APEX:

    http://127.0.0.1:8080 / apex /.

    If my

    APEX DAVID_WS = WORKSPACE

    SCHEMA = DAVID_SC

    APEX USERNAME = DAVIDAPEX_UN

    APEX PASSWORD = DAVIDAPEX_PW

    ..............................................................

    LOGIN TO THE ADMIN OF THE APEX:

    http://localhost: 8080/apex/apex_admin

    APEXADMIN USERNAME = DAVIDADMIN_UN

    APEXADMIN PASSWORD = DAVIDADMIN_PW

    ..............................................................


    So, given the 6 above
    NAMES and PASSWORDS above:


    SQL DEVELOPER USERNAME =?

    SQL DEVELOPER = PASSWORD?

    ..............................................................

    Thanks a lot for your help!

    David

    ________________________________________________

    .

    Published by: DAVID888 on February 3, 2011 23:53

    You tables apex are in the schema attached to the workspace of your applications.

  • When you connect, SQL Developer, you use the schema to username and password
  • When you connect using your developer account, you use the Apex workspace account details (but when change the DB using the workspace that it accesses the schema using the schema and password you had linked to the workspace)

    Hope that's clear.

  • XE under VirtualBox configuration to access the APEX of external reviews

    Hello

    I don't know if I address the right forum, but I would throw all the possibilities...
    I installed a VirtualBox with Ubuntu 8.04 with Oracle Express Edition. After installation, I can access it from the computer invited without problem to http://127.0.0.1:8080 / apex

    I used port forwarding to be invited from outside access. I have forwarded ports 80, 1521 (DB) and 8080 (APEX). After doing this I am able on access DB via SQL Developer of foreign guest, but I'm unable to access the APEX facility. I checked the reviews IP which has been 10.0.2.15, so I tried to access http://10.0.2.15:8080 / apex of the host, but no luck...

    I do not know how DBMS_XDB works and if I have to redirect ports more than port usual http (80) and at the APEX (8080)...

    Any help will be appreciated!

    Josep

    Do you have access to remote clients?

  • convert the access query to oracle sql

    I'm trying to convert this query MS Access to oracle sql:

    Sum (IIf (IsNull ([INV_MTL_MATERIAL_TRANSACTIONS1]! [PRIMARY_QUANTITY]), 0,-[INV_MTL_MATERIAL_TRANSACTIONS1]! [PRIMARY_QUANTITY])) AS PRIMARY_QTY


    I tried to convert myself but still no luck.  Invalid number of arguments.


    Sum (if (NVL (INV. MTL_MATERIAL_TRANSACTIONS1. PRIMARY_QUANTITY), 0,-INV. MTL_MATERIAL_TRANSACTIONS1. PRIMARY_QUANTITY)) AS PRIMARY_QTY


    Can someone help me convert this request? Thank you.

    The immediate if (IIF) statement said:

    If primary_quantity is null return 0 for another return negative primary_quantity.

    Since there is no difference at all between 0 and - 0 I would write it as:

    sum (nvl (primary_quantity, 0) * - 1).

    Change a minute later, never send before thinking.

    Because you are just adding up the values obtained, he must not care about NULL values at all as aggregate functions generally ignore nulls, it should just be:

    Sum (primary_quantity * - 1).

    John

  • How to have an e-mail link that accesses the APEX page without you connect again.

    Greetings,

    It is common in our applications APEX to send e-mail to a user with a link to a specific data line so that they can access the line and approve it. The user who receives the email is already connected to the application, but when they click on the link in their email, he is asked to open a session. How to do this?

    Thank you, Tony

    Published by: hidden on 5 July 2012 14:47

    What you need is a custom page Sentinel installation that will detect if there is a session already valid and which then uses.
    See {: identifier of the thread = 2283805} for a fantastic example of Patrick Wolf on the functions of sentry page. You will need to change to get a valid session, through apex_custom_auth.get_session_id.

    For some tips, check out these blog posts
    http://joelkallman.blogspot.be/2010/10/custom-authentication-scheme-for-Oracle.html
    http://Zetetic.net/blog/2010/12/10/updating-page-sentry-for-Apex-40-upgrade.html
    http://timnzblog.WordPress.com/2010/09/13/application-express-and-JanRain/

    (from the last blog :) code example

    FUNCTION PAGE_SENTRY
    RETURN BOOLEAN
    IS
        l_username VARCHAR2(512);
        l_session_id NUMBER;
    BEGIN
        IF USER != 'APEX_PUBLIC_USER' THEN
            RETURN false;
        END IF;
         l_session_id := wwv_flow_custom_auth_std.get_session_id_from_cookie;
         -- check application session cookie.
         IF wwv_flow_custom_auth_std.is_session_valid THEN
             apex_application.g_instance := l_session_id;
             l_username := wwv_flow_custom_auth_std.get_username;
             wwv_flow_custom_auth.define_user_session(
                 p_user => l_username, p_session_id => l_session_id);
             RETURN true;
         ELSE
             OWA_UTIL.REDIRECT_URL('f?p=RPXAUTH:LOGIN:'||
                 nv('APP_SESSION')||
                 '::::RETURN_APP_ID,RETURN_PAGE_ID:'||
                 v('APP_ID')||
                 ','||v('APP_PAGE_ID'));
         END IF;
         RETURN false;
    END page_sentry;
    

    Perhaps others have more recent links, but that's where you should look. I have not set myself up again, however, so I can't really be much more help on this.

  • Locked account can still access application Apex

    Hello

    I use APEX authentication to manage users of the Apex and restrict to access the application. When the employee leaves our company, I have blocked the user, but this user still can access our system and application. Does anyone know what causes this problem? We use the Application Express 3.1.1. I do more configuration somewhere?


    Thank you.

    As an administrator for the workspace the workspace that contains the application navigate to home > Administration > manage Services > Set Workspace Preferences and ensure that the Expiration of the account and locking is set to activate.

    Scott

  • Get Windows security pop for the user name and password when you try to access the APEX

    Hi all

    I hope someone can help.

    I recently installed apex on my localhost, port 8081, and I try to go to http://localhost:8081\apex\apex_admin so I can set up a new area of work, but everytime I try I get security windows popup requesting identification name and user password. I tried my user, credentials, even credentials weblogic xdb credentials.

    Can someone point me in the right direction.

    I am running windows 7 Ultimate, with Oracle 11.2.0.1.0, apex 4.2.5 and weblogic/http server.

    I'm sorry. Don't know where the Apex forum is that's why I put in general.

    Anyhoo, this is now resolved. The anonymous account has been locked. Unlocked it and BINGO... all work.

    Thanks for taking a peek.

  • access to / Apex unix Server pdf files download

    Hello
    I am struck with another big challenge here. There's a system that creates tons of PDF files on the oracle UNIX server, then these files are loaded into oracle as a data blob table. Now the Apex ive page which provides links to these pdf reports and allow users to download and save locally in their systems.
    Now, my biggest problem is that when the files are created in the directory of the UNIX server that is mapped to the oracle directory object when you open these files/download of Apex they are corrupt and cannot be read. Is there a way pdf files can be directly loaded into oracle as BLOB table without using the oracle directory object... any suggestion/solution to this problem please?
    Oracle 11g & Apex 4.1.1x

    This approach is going to be good in this scenario but look at this simple code under iam having error (no data found) with get_pdf(), but I know a file is created and can be stored in the directory, what could be the problem here in this small code?

    create/replace the Create_pdf procedure
    as
    pdf_files blob.
    Start
    pdf_writer.init;
    pdf_writer. Write ("test report '");
    pdf_writer.save_pdf;
    pdf_files: = pdf_writer.get_pdf;<=====no data="">
    Insert a blob into table
    end;

    When you use get_pdf, you must also call to save_pdf. Simply remove this line and it should work:

    procedure create_pdf
    as
      pdf_files blob;
    begin
       pdf_writer.init;
       pdf_writer.write('test Report');
       pdf_files := pdf_writer.get_pdf;
       //insert blob into table
    end;
    

    -Morten

    http://ORA-00001.blogspot.com

  • convert the access &amp; quot; SQL &amp; quot; for SQL

    Sorry, I know this isn't a problem of DW, but I hope that someone out there who's good with SQL can help me quickly.

    I'm (obviously) not well versed in SQL, but I know that some access methods conform to the real SQL. I can't understand how to recreate a query that works in SQL access, so I can use it just in my Recordset.

    The "Access SQL" is:

    TURN Count (tblData.fldAnswerArray) AS CountOffldAnswerArray
    SELECT 'count' AS Expr1
    OF tblData
    WHERE (((DateValue ([fldTimeStamp])) between January 1, 2006 # and # 30 September 2006))
    GROUP BY "count".
    TblData.fldAnswerArray PIVOT;

    DW Recordset window doesn't like it, however (enter a SELECT statement from a call to a procedure...).

    With my data that looks like this:

    fldRecordID fldUserID fldQuestionID fldAnswerArray fldTimeStamp
    2086 141 134 0 06/09/2006-13:48:43
    750 65 80 1 8/23 / 2006 08:54:03
    2038 136 74 0 05/09/2006 12:51:21

    I'm trying to meet up with a record that shows how many fldAnswerArray are 0 and 1 are based on the provided date range (which will be dynamic).

    For example:

    COUNTIES 0 1 (column heads)
    ------------------------------------------
    Total 29 13 (record resulting)

    Feasible?

    The most compatible SQL, you cannot use PIVOT.
    To get the exact result you described, follow these steps:

    SELECT 'total' AS [account], AS COUNT (fldAnswerArray) - SUM (fldAnswerArray)
    [0], SUM (fldAnswerArray) AS [1]
    OF tblData
    WHERE [fldTimeStamp] BETWEEN ' 2006-01-01' AND ' 2006 - 09 - 30 23:59:59.997'

    There is no point by selecting the word "total" in the recordset object, however.
    You can add to your application. It would also be preferable if you I
    the County and the total sum of responses and answers Yes, then did the subtraction
    client to determine the number of no responses.

  • How to convert a .fmb file to .xml file and also how to download apex?

    How to convert a .fmb file to .xml file and also how to download the .xml file converted in the oracle apex?

    Any idea?

    Any link?

    Published by: skud on February 24, 2011 21:17

    Published by: skud on February 24, 2011 21:28

    Hello

    You need to replace the scott.nature_of_trans by nature_of_trans and re he convert to xml, and then create.

    Kind regards

    Patel Kartik
    ------------------------------------------------------------------------
    http://patelkartik.blogspot.com/
    http://Apex.Oracle.com/pls/Apex/f?p=9904351712:1

  • Error: doesn't have permission to access on this server apex... service name?

    Hello

    I've successfully installed Apex before you see the database I had chosen was not the right one. So I changed the name of the service in the dads.conf file. And since then, I can't access Apex anymore, I got the error:

    Forbidden
    You don't have permission to access/pls/apex/f on this server.
    Server Oracle - HTTP - Server at jouandin03.private.local Port 7777 Oracle-Application-Server-10g/10.1.2.0.0

    I tried to make a parallel between and to find a difference between the names of these 2 services officers in the tnsnames.ora, but I have not found anything.
    The database, I'm interested in is "TECHNIQUE. PRIVATE. LOCAL ".


    Thank you!
    Fanny

    Hi Fanny,.

    APEX is installed in the database that you are trying to access?

    brgds,
    Peter

    -----
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    Work: http://www.click-click.at

  • Guyz I need to convert the database from ms access to oracle 10g

    Hello everyone... I wanan convert my access database to oracle 10g. As I create a form like OVERVIEW MONTHLY after the transfer to oracle 10 g... I wud really cud happy if a few b help me in this matter...
    I'm ready to send database... access to u people can check it out and get back to me with a useful solution!

    Hello

    Oracle SQL Developer migration

    Oracle SQL Developer integrates migration support, offering users the opportunity to migrate objects from database and data from MySQL, Microsoft Access and Microsoft SQL Server, Sybase to Oracle. This document details the installation steps to help prepare your environment for migration of database and provides a brief description of each of the 5 main steps of a migration.

    http://www.Oracle.com/technology/tech/Migration/Workbench/files/omwb_getstarted.html

    Concerning

  • Production of APEX REST 2.0.10 on Tomcat 7.0.63 service not found apex_admin

    Hi all

    I ran apxrtins.sql to install APEX over e - biz Production database running.

    Installation Guide IS followed to set up ords.war and change the name to apex.war when deployed on Tomcat.

    When I go to localhost:8090/apex/apex_admin, the system will ask State 404 or 503.  When look at the Tomcat log file, it showed

    October 28, 2015 16:19:30 oracle.dbtools.apex.Procedure resolveNameNew
    SEVERE: ORA-06564: apex_admin of the object does not exist
    ORA-06512: at "SYS." DBMS_UTILITY", line 156
    ORA-06512: at line 1

    java.sql.SQLException: ORA-06564: apex_admin of the object does not exist
    ORA-06512: at "SYS." DBMS_UTILITY", line 156
    ORA-06512: at line 1

    When it is running localhost:9090 / apex guest system

    Error: ERR-7620 could not determine the space work for the application (4500)

    ORA-01403: no data found

    I have unlock APEX users, change ADMIN password from Apex, run apex_rest_config.sql, I'm having this problem.

    This means that the production is not supported to have apex_admin and have need of the configuration via sqlplus before we can access the apex?

    Thank you, Dorothy

    Hi DorothySG,

    DorothySG wrote:

    Thanks for pointing it out!  I was struggling with that whole day.

    This is the first time I deploy APEX in Production.

    What is the best practice to install and maintain the execution environment?  No matter what blog I can refer?

    This is discussed in the first mentioned thread link and one of the answer, I mentioned blogs: Re: Re: page not apex_admin not

    Can I install the development environment in the Production and convert to runtime environment, after that I imported all programs?

    How to import several new programs when it is necessary to add them in the runtime environment?

    This is not a good approach. In this case for each deployment on Production, it must be converted in development environment, deploy the application, and then re - convert to runtime environment.

    In the link first & second thread I discussed how use APEX API APEX_INSTANCE_ADMIN for example Administration and APEX_APPLICATION_INSTALL to deploy APEX applications. You can also use Oracle SQL Developer to deploy APEX runtime environment applications.

    If there is no web interface, what should I call page function EBS?

    You're all development namely write code and test the integration of the EBS on your APEX development environment. Then, you deploy your application to Production (Runtime Environment). You can access the web interface for applications (not e.g. Administration and Application Builder) in the runtime environment.

    Kind regards

    Kiran

  • AP access and console of 1131

    Hello

    I have just Setup wireless access point, but seem unable to access via the console port. When I boot it I see the startup through the console session, but seem unable to grasp all the commands, it simply ignores them

    Am I missing something obvious here?

    your

    brand

    Hi Mark,

    Boat 1131AP with an image LWAPP as 12.3. (7) JX that allows only read-only via the Console port access. This applies also to 1131, that have been converted in to autonomous LWAPP. Take a look;

    Converted to LWAPP access points provide unalterable Port Console

    After you convert an access point mode LWAPP, the port of the console gives read-only access to the unit.

    This doc.

    http://www.Cisco.com/en/us/products/HW/wireless/ps430/prod_release_note09186a00804fc3b6.html#wp154721

    I hope this helps!

    Rob

    Remember messages useful rate...

  • Ordered the wrong access point!

    I thought that I had ordered a 1130ag but looks like I ordered a 1131ag LWWAP.

    Please could someone tell me what the difference between a 1130 and 1131. I understand I can load the IOS on the light AP software using a tftp server, but I do not know which exit to load on this subject. 12.3JX, 12.3JA, 12.3JEA, 12.3JEB! can anyone help please? either by the way, I am in the United Kingdom, do not know if this affects image to install. Thank you.

    Hi Paul,.

    This happens all the time, so it shouldn't be a problem :) I'm guessing that you have received this AP - AIR - LAP1131AG - x - K9 LWAPP. When you really wanted this AP - AIR-AP1131G-x-K9 Cisco IOS software. Look at the comparison;

    http://www.Cisco.com/en/us/products/ps6087/products_data_sheet0900aecd801b901c.html

    That being said, you should be good to go with 12.3 (11) JA1.

    To access Cisco Aironet to Cisco IOS version 12.3 Points (11) JA1

    http://www.Cisco.com/en/us/docs/wireless/access_point/iOS/release/notes/b11jar1n.html

    Cisco IOS version 12.3 (11) JA1 supports 32 MB independent platforms. 16 MB platforms and platforms supported by Cisco IOS version 12.3 (8) JA and earlier versions (350, 1100, 1130, 1200 and 1230 access points and access point/bridge 1300 series) are supported by Cisco IOS version 12.3 (8) JEA1.

    Do not install a "JX" (it is a software image support to upgrade and recovery Cisco Lightweight Access Point Protocol (LWAPP));

    These release notes describe features, improvements, and caveats for Cisco IOS release 12.3 (11) JX1.

    Note: This version must be loaded on points of access to the plant or by using the lightweight stand-alone mode upgrade tool. Your access point may become unusable if you install this software without using the upgrade tool.

    http://www.Cisco.com/en/us/docs/wireless/access_point/iOS/release/notes/b311jx1.html

    Returning to standalone Access Point

    http://www.Cisco.com/en/us/products/HW/wireless/ps430/prod_technical_reference09186a00804fc3dc.html#wp161272

    You can convert an access point of the mode light return to autonomous mode by loading a Cisco IOS version that supports stand-alone mode (Cisco IOS release 12.3 (7) JA or earlier version). If the access point is associated with a controller, you can use the controller to load the version of Cisco IOS. If the access point is not associated with a controller, you can load the version of Cisco IOS using TFTP.

    By using a TFTP server to revert to a previous version

    Follow these steps to return mode LWAPP stand-alone mode by loading a version of Cisco IOS using a TFTP server:

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

    Step 1 the IP address of the computer on which the server software runs TFTP should range from 10.0.0.2 to 10.0.0.30.

    Step 2 make sure the PC contains the file access point (for example, c1200-k9w7 - tar.122 - 15.JA.tar for a 1200 Series access point) in the TFTP server folder and the TFTP server is activated.

    Step 3 Rename the access point image file in the folder of the TFTP server c1200-k9w7 - tar.default for a series of 1200 point, c1130-k9w7 - tar.default of access for a series of 1130 access point and c1240-k9w7 - tar.default for a series of 1240 access point.

    Step 4 connect the PC to the access point using an Ethernet category 5 cable (CAT5).

    Step 5 disconnect the power to the access point.

    Step 6 push the MODE button and hold the button while you reconnect power to the access point.

    Step 7 hold the MODE button until the status of the LED turns red (approximately 20 to 30 seconds), then release.

    Step 8 wait until restarting access point, as indicated by the LEDs become green followed the status LED flashes green.

    Step 9 after the access point reboots, reconfigure using the GUI or the CLI.

    This doc.

    http://www.Cisco.com/en/us/products/HW/wireless/ps430/prod_technical_reference09186a00804fc3dc.html#wp161272

    I hope this helps!

    Rob

Maybe you are looking for

  • A lot of lag and beach balls

    I have the mid 2010 macbook pro - 4 GB ram, 2.4 gHz processor intel i5 and only using 175 GB / 320 GB disk sata hard.  This whip sees a lot of lag and spinning of the beach, given balloons to my router probably needs an upgrade, its only a few years

  • Error code: 80070002 (cannot install updates)

    How the error code 80070002 can be cleared for the installation of the windows updates?

  • Drive replacement hard Compaq CQ58-205SL

    Hi all In the last few weeks my PC started to show an error message during boot saying: "SMART hard drive check failure: imminent failure" or something similar. In any case I have already concluded that the only way I have to solve this problem is to

  • HP scan on Mac

    I have an all-in-one, purchased B110A 5 months ago. I asked compatible Mac and the salesman who sold me the B110A read the packaging to confirm that it is indeed Mac compatible. The problem with the B110A, is that it's scanning is no longer under OS

  • How to implement the class Singleton cascading C++

    I tried to use the standard C++ to implement the Singleton class. It can be compiled well, there's always a mistake to link "Description Resource path location Type cannot declare the member function ' static globalsettings * globalsettings::instance