Pass a request APEX of a database to another database

Hello

Should the method and what steps I follow to physically move an application Oracle APEX of one database to another?

I mean, just by using DataPump export/import of the schema that contains the application data is not enough.

It is also expport posible the entire application as a SQL file from one database to another.

However, other components such as images, logos that are usually defined are shared in APEX components are not exported and lack iin the new database.

Some know how to import applications from APEX, including logos, images to a different database?

Thank you in advance for sharing your experience.

Kind regards

Hi Patrick,

Should the method and what steps I follow to physically move an application Oracle APEX of one database to another?

Using items of support in the way to go.

I mean, just by using DataPump export/import of the schema that contains the application data is not enough.

When you export your application from one database to another, the Data Pump exports just as the objects in the database, as you said quite rightly however under the app go support objects and add the relevant information (DML, Images, objects package scripts and more).

These links could be useful.

It is also expport posible the entire application as a SQL file from one database to another.

However, other components such as images, logos that are usually defined are shared in APEX components are not exported and lack iin the new database.

Yes indeed it is possible, just go through the docs and see if that helps.

Kind regards

Benjamin.

Tags: Database

Similar Questions

  • APEX on a database by using a different database security

    I'm new to APEX so please forgive me if my question is elementary or if it crosses also ignoring.  My organization uses APEX for the first time and you are looking to fill a specific role.  I don't know if we want APEX can be done.

    Here's what we want to do:

    We want to create an app of the APEX on A database.

    My APEX application will be used to modify database tables b.

    Users have usernames, passwords and access set up on the basis of data B.

    When users access the application of APEX, we want the application to use the database security B.  In other words, it connects using the IDs and passwords for database B.

    So:

    I go to the application of the APEX

    He invites me to the user ID, I enter one I use when I log on database B.

    He asks me a password, I get the one I use with database ID B.

    I click OK.

    Forms are loaded with the data accessible by my ID on the B database.

    Changes on the forms and my user ID is marked as one making changes to database b lines.

    In other words, I just want to use the database A to build and enhance the application.  Anyone can run the application, but they must connect using their database B ID and password to make changes.

    (1) is it possible?

    (2) how to configure in the application of the APEX?

    Thanks for your help on this.

    8dc1e333-95ad-4714-9820-16d3e4296c4d wrote:

    In other words, I just want to use the database A to build and enhance the application.

    APEX does not work like that.

    APEX is nothing more than a bunch of PL/SQL code that runs on the database, it is installed on and run the code as "pattern analysis".

    Comment on "works on the basis of data"

    If you want APEX to read data from a different database, you use a DATABASE LINK

    for example to SELECT a report

    Select * from scott.emp@db2

    I doubt that one of the assistants APEX you'll love.

    comment "works like «pattern analysis"»

    If your application has an analysis of 'BOB' scheme... all SQL and PL/SQL code will run as BOB.

    The "DB"account "security" is more a misnomer.  APEX only checks that the entered name and password match that of the database that it is installed on.

    Once verified, APEX performs a 'switch user' for the 'scheme of analysis. "  (Authentication of proxy in Oracle)

    That's how web applications work... they use a shared schema.

    WORK AROUND

    Connect to the APEX by ADR, no EPG.  Will prevent it people to access the database directly.

    The next thing that you need is a SCHEME of ANALYSIS dedicated to the execution of SQL and PL/SQL.

    As any other database USER, it shouldn't be the same schema as the schema that contains all of your data. (Analysis schema! = data schema)

    Personally, I like to my 'space work [schema]' separated also.

    You will most likely need to use a database of private virtual control data access.

    Required Code changes

    If none of your code using the username 'USER' column, you need to change to COALESCE (V ('APP_USER'), USER)

    (I prefer to COALESCE on NVL because I anticipate different infrastructure that works similar to APEX)

    MK

  • Could not complete your request because of a database error - Indesign CC

    Hello

    Suddenly, I can't open my Photoshop file. It says could not complete your request because of a database error. I looked in the error log where it says:

    2014:09:21 09:55:52:...... \sources\ULinkManager.cpp: 512: REQUEST failed

    What can I do?

    I tried "opening as"...

    And I've sent to all those who can open it.

    Anita

    Sounds like a bad file (or the bad post was added).

  • Migration of the apex of one schema to another in the same database

    Hello

    I'm new to Apex and installed Apex 4.2 on a database and creates a dashboard based on some tables.
    Now I have to create a diagram in the same database and have to replicate all tables and should have the same dashboard.

    Now my question is-

    1 can I install Apex on the other schema and then having to export and import dashboards and reports to the installed Apex?
    2 is it possible that the installed Apex even can be used also for the other schema and can have two separate (Dev and Prod) environment?

    Help, please... Please provide any document or link for the same.

    Thanks in advance.

    Kind regards
    Sébastien Pallav

    A database can have a single schema of apex (APEX_040200).
    It is not a good idea for DEV and PROD in the same PB (so using the same data to the APEX). He makes hard development (because he may - or is - break PROD at one point).

    But - if you must - you can create two schemas: like A and B.
    Export your APP1 then import it under a different id (in the same workspace - but you can also set up two work spaces).
    Using the apex management console, change the schema by using your new imported application is to B. In this way, your app will run "as user B".

  • How to pass the request to < a href = "f? p = & APP_ID.:7: & SESSION. : & DEBUG. : < /a >

    Dear friend,

    I want to move using the request
    '{a href="f?p=&APP_ID.:7:&SESSION.::&DEBUG.::::">Create New Invoice</a}'
    I want to spend #COSTING_CODE # request using the link above and I want to spend the POINTS value with respect to the request when I click on create a new invoice link.


    P7_COSTING_CODE #COSTING_CODE #.


    P7_FILE_CODE #FILE_CODE


    P7_VERSION_NO #VERSION_NO #.


    How can I pass request above link and value point page No 7?


    How can I do this?

    Thank you

    Published by: Sophie Sep 6, 2011 02:29

    Published by: Sophie Sep 6, 2011 02:29

    Published by: Sophie Sep 6, 2011 03:49

    Hello

    Try

    '<a href="f?p=&APP_ID.:7:&SESSION.:COSTING_CODE:&DEBUG.:7:P7_COSTING_CODE,P7_FILE_CODE:'||COSTING_CODE||','||FILE_CODE||'">Create New Invoice</a>'
    

    Kind regards
    Jari

  • Options of the Web server for the Installation of the APEX on Oracle Database 10g

    Hello. We are installing an APEX on a test server that runs the Oracle 10 g 10.2.0.4.0 database. As I understand it there are two Web Server Options:

    (1) oracle HTTP Server (Apache)
    (2) oracle Application Express listener

    Do both of these jobs for Oracle Database 10 g 10.2.0.4.0? I thought I remember reading somewhere that only the Oracle Application Express listener only works with version 11 database or higher.

    Do both of these jobs for Oracle Database 10 g 10.2.0.4.0?

    Yes.

    I thought I remember reading somewhere that only the Oracle Application Express listener only works with version 11 database or higher.

    No, only the restriction (except 10 g XE) applies to the third option of web server that you have not mentioned: Embedded PL/SQL Gateway (EPG), such as discussed in your previous thread: + {: identifier of the thread = 2201975} +.

    Requirements for the listener of the APEX

    {forum: id = 858} forum

  • the part of the apex as a database parameter

    Hello

    I searched the forum, the forum, but could not find anything.

    I have a procedure that will make an update based on a value of apex element.
    Create or replace pr_update_table(p_bsl_id number)
    as
    begin
    
    --code
    
    update lgl_beslagleggingen
    set    bsl_bedrag_legger = l_bedrag_usd
    where  bsl_id = p_bsl_id;
    
    end pr_update_table;
    I want to call this procedure after insert on a table
    create or replace trigger lgl_beslagleggingen_det_ai
    after insert on lgl_beslagleggingen_det
    begin
    pr_update_lgl_beslagleggingen(:p14_bsl_id) -- how do i refer to my apex item here as parameter?
    end;
    The procedure should be updated to: p14_bsl_id.

    How can I make reference to an element of the apex as a parameter my database?

    Thank you.
    Diana

    Try v ('P1_X')

    Kind regards
    Shijesh

  • "post requesties of installing oracle database 11g on windows".

    can any tell me what are the post installation requesties of installing oracle 11g on windows database?

    Thanks and greetings
    Vikash
    "All Izz well".

    See the documentation
    http://download.Oracle.com/docs/CD/E11882_01/install.112/e10843/postcfg.htm#i1006313

    See you soon
    Concerning
    Renjith Malet

  • How to create the filter by date of request for access using database connectivity tool

    Hello

    I had started my project by reading the access data, using a UDL connection,

    but now I want to create a filter for access by using a query that would select two dates and get all the corresponding data, how to query using SQL Parmetrized?

    Best regards

    Note: I do not know the SQL language

    Hi salim_mjs,

    You must use the date format that I have used. It is independent of the format in your database. It should be "month/day/year".

    Mike

  • How to pass notification request in. where condition in a task list

    Dear friends

    I need the page extension in the notifications page.
    iI developed the query, for the moment, I hard coded requisition_header_id. This work of extension properly, now I want to spend requisition_header_id dynamically i.e. which users click on this id must go to my request of VO. Any person can give idea please.
    This is my request

    Select the site of ood.ORGANIZATION_NAME
    hla. Location of DESCRIPTION
    prha.segment1 Req_number
    to_char (PRH. CREATION_DATE, 'Dd-mon-yy') Req_date
    WP. FULL_NAME
    -, hla. LOC_INFORMATION14 contact_person
    hla. TELEPHONE_NUMBER_1 contact_number
    -, hla. LOCATION_ID
    -, hla. INVENTORY_ORGANIZATION_ID
    SUM (prla. Unit_price * prla. Total_Estimated_value of QUANTITY)
    -, hla. LIGNE_ADRESSE_1 | HLA. LIGNE_ADRESSE_2 | » '|| HLA. Location zip_code
    of po_requisition_headers_all PRH
    po_requisition_lines_all prla,
    org_organization_definitions ood
    hr_locations_all hla
    per_all_people_f WP
    where prla. REQUISITION_HEADER_ID =: 2... I tried this way... here I give condition... this: 2 is given by others SEEDED in the same page.
    -PRH. REQUISITION_HEADER_ID = 34002... earlier I've hardcoded in this way
    -segment1 = '38'
    - and prha.ORG_ID = ood.ORGANIZATION_ID
    and PRH. REQUISITION_HEADER_ID = prla. REQUISITION_HEADER_ID
    and prla. DELIVER_TO_LOCATION_ID = hla. LOCATION_ID
    and hla. INVENTORY_ORGANIZATION_ID = ood.ORGANIZATION_ID
    and PRH. PREPARER_ID = WP. PERSON_ID
    and sysdate between ppf.effective_start_date and ppf.effective_end_date
    Ood.ORGANIZATION_NAME group
    hla. LIGNE_ADRESSE_1 | HLA. LIGNE_ADRESSE_2 | » '|| HLA. ZIP_CODE
    prha.segment1
    PRH. CREATION_DATE
    hla. LOC_INFORMATION14
    hla. TELEPHONE_NUMBER_1
    hla. LOCATION_ID
    hla. INVENTORY_ORGANIZATION_ID
    -, SUM (prla. Unit_price * prla. QUANTITY)
    hla. DESCRIPTION
    WP. FULL_NAME


    I want to know for any clarification, please help.
    Thank you
    Aravinda

    Published by: Aravinda on April 16, 2013 03:01

    Now that you have downloaded the workflow, open it in the workflow designer and find the notification that is displayed on the screen, under the condition. Once you have identified the notification in the workflow, all you have to do is minor changes to the notification. There's a chance he could be created using Page OA region. If this isn't the case, then take assistance of a workflow developer to make changes to the HTML notification.

  • How to pass part of APEX values in a web link

    Starting from a button in a form at the APEX 4.1 I'm redirecting to a mod_plsql generated HTML page. The package that generates receives a parameter called DocID

    The button definition I selected the option to redirect to URL and the URL is:
       http:///server:port/blackpls/FAQTool.GenerateBody?DocID=&P1_DOCUMENTID
    where P1_DOCUMENTID is a page element. When I look at the URL I get something like this:
     http:///server:port/blackpls/FAQTool.GenerateBody?DocID=&P1_DOCUMENTID
    If I add a point at the end of the URL in the APEX, I get
     http:///server:port/blackpls/FAQTool.GenerateBody?DocID=
    Don't see no value in the end


    How can second question, I open it in a new html window? As target = new

    Thank you

    Edited by: FabioBui, Sep 22, 2011 12:14

    The URL related to redirect is rendered when the page is loaded, when the element is probably still a Virgin.
    I would like to change it to run javascript like:

    JavaScript:Window.Open('http:///Server:port/blackpls/FAQTool.GenerateBody?docid='+$v('P1_DOCUMENTID'), '_blank');

  • Apex 4 - dynamic database link

    Gurus,

    Need help with a task relatively simple for others, but unfortunately not for me :-(

    I have an interactive report using a database link. I have 3 dblinks to the three environments (ENV_1, ENV_2, ENV_3). I want the user to select the environment, which will then trigger the query refresh.

    So far, my approach is using a list of static values (drop-down list) with 3 values.

    The SQL query in the interactive report is something like that
    SELECT A, B FROM EMPLOYEE@ENV_1

    Help, please.

    Thank you
    Rice

    POOR performance by using the links in the database

    You can change the dropdown to "Select the list with Submit" to refresh the page when a link selected changes. Otherwise just add a button to send (more intuative user experience).

    -ONE

  • Send e-mail to my request apex gmail account, how?

    Hi all

    I want to send email to my gmail account to application apex how I can do this, is anyone a example or a good link, I search on this forum but have not found then post a new Thread.

    Thank you



    Kind regards
    Kumar

    Hello

    I do not know the specification of Gmail, but many need SMTP authentication (SMTP) e-mail servers if Gmail need (I assume - YES) you must use the custom process, APEX_MAIL does not support SMTP authentication. In google, you can find examples with UTL_SMTP oracle package.

  • Create a form of Apex based on database views

    How can I create a vision-based Apex form? The list of values do not include the name of the view, it lists only the tables. When I add the name of the view in the name of the Table I get the message "source tables forms and forms in form of table should have a primary key"

    Hello

    You can make a hint:
    (1) rename your view.
    (2) create an array with the name of the view, primary key, and the same columns as in the notice.
    (3) create a shape of APEX
    (4) remove the table
    (5) to rename original name display

    Best regards, Kostya Proskudin

  • How to pass the external APEX URL parameter values

    Hi all

    Hope you can help me with the following:

    During my first APEX application, I created a button that should have a parameter value of the current page to an external URL

    I created a button.

    The URL redirection target option is set to URL

    [I put the URL target for the http://[URLNAME button]? [constant parameters] & p_variable =: P13_VALUE1

    The APEX variable does not replace what I understand. Can someone tell me how it CAN be replaced?

    Thank you very much

    Marco

    Hi Marko,

    You must use & P13_VALUE1. of the element to get by following the link.

    Kind regards
    Andrea

Maybe you are looking for