Application of the Apex to load objects

Hello

I have several applications in a workspace. I intend to move a higher environment applications. I want to make sure that all dependent objects in db is also deployed properly in the highest environment.

Is it possible to extract that information?

I use Apex 4.2

Thank you

Shaz

Go to application_builder--> UTILITIES--> dependencies of object database--> button click on calculate dependencies

A report will be generated. You can also view application pages use the particular object

BR,

Patrick

Tags: Database

Similar Questions

  • creating mobile application in the apex 4.1

    All,

    I am creating a mobile application in the apex 4.1 but I can't like the new theme of jquery like 4.2.x then what is the best approach without installing additional libraries / files on the server? I tried cloudy = 24 but its is not in great shape on mobile devices?

    any suggestion is appreciated.

    Hey Gor,

    No there is no easier way to do this. You must import jQuery mobile JS and CSS to make it work.

    Step by step guide is provided here: its pretty simple hassle.

    http://www.Oracle-and-apex.com/create-a-mobile-theme-for-Oracle-apex/

    Thank you

    Sunil Bhatia

  • PL/SQL, used in application of the APEX of unit tests

    question by my client:

    I develop an Oracle Application Express application and work on unit tests for stored procedures in PL/SQL and the packages that are stored in the underlying database and used by the application of the APEX. These unit tests must run in the context of SQL Developer Unit Test.
    The problem is that the PL/SQL code stored in the database using functions such as NV('APPLICATION_ITEM') to access items in the application of the apex. They do return all values when I try to execute the PL/SQL within the unit test framework, that is to say in the backend. While it is good that the NV is not error, NULL haven't really work well in my scenario either (for example when the result of this function is inserted into a column NOT NULL in a table). I can think of a few workarounds, such as the creation of my own function NV within the schema to test return values desirable, but nothing seems a really satisfactory solution. I wonder if there is no recommendation to Oracle for this scenario - how can I run code that uses the APEX via backend-specific features. I found nothing in the documentation of the APEX for this but I would like to know if there is a recommendation how to better deal with this case.

    I use SQL Developer version 4.0.0.13.80

    Hello

    Indeed, you must set your PL/SQL function calls. This would be the cleanest solution.

    There is an alternative. Please see the following article on the creation of an APEX in PL/SQL session: Martin Giffy D'Souza on Oracle APEX: how to create a Session of the APEX in PL/SQL

    This approach allows to set the values of APEX application item before you run your unit tests. I don't know if it's possible in SQL Developer Unit Test, but it might get you further down the road.

    Good luck

    Nick

  • Pass variable header OAM at the Apex and read it in application of the Apex

    We have integrated access Manager Oracle 11 GR 1 material with Oracle Apex 4.1. OAM-Apex integration works very well. Now we want a variable header additional to pass to the application of the Apex of the OAM. This new header variable will be the user's sAMAccountName in Active Directory. OAM is integrated with AD and AD successfully users access the applications of the Apex.

    The header three variables that are set up in OAM right now are:
    Name of the variable header value
    1 OAM_REMOTE_USER $user.userid
    2 OAM_REMOTE_USER_EMAIL $user.attr.mail
    3 OAM_REMOTE_USER_GROUPS $user.groups

    We need a variable to page header as mentioned below:
    The header variable name: OAM_SAMACCOUNTNAME
    Value: $user.attr.samaccountname

    The new header variable has been added in the file dads.conf of the OHS server as shown below:
    = dads.conf =.
    ...
    PlsqlCGIEnvironmentList HTTP_OAM_REMOTE_USER
    PlsqlCGIEnvironmentList HTTP_OAM_REMOTE_USER_GROUPS
    PlsqlCGIEnvironmentList HTTP_OAM_REMOTE_USER_EMAIL
    PlsqlCGIEnvironmentList HTTP_OAM_SAMACCOUNTNAME
    ...
    ===============================

    But we are not able to read the value of this attribute in the application of the Apex.

    The application of the Apex, there is a text box that displays the value of this header variable. This text box is attached to the following stored procedure call to retrieve the header variable:
    ===================
    Start
    : P1_HEADER_VALUE: = owa_util.get_cgi_env ("HTTP_OAM_SAMACCOUNTNAME");
    end;
    ===================

    The text box displays the correct value only if HTTP_OAM_REMOTE_USER is passed to the get_cgi_env method, but shows nothing when HTTP_OAM_SAMACCOUNTNAME is passed to the same method.

    Please let me know if Miss me some configurations to pass the variable to anna64 HTTP_OAM_SAMACCOUNTNAME OAM to the Summit.

    Thanks for your help.

    Hi 900202,

    You can run

    begin
        sys.owa_util.print_cgi_env;
    end;
    

    in the SQL commands to see all headers. Maybe OAM_SAMACCOUNTNAME went without an HTTP_ prefix or its value is null, because there is a configuration problem in OAM.

    Kind regards
    Christian

  • Change password for the application from the apex

    Hi friends,

    I created an application of database in the apex, for this application in the login page, that I need to set as

    Forget the password link or change the password link, assume that if the end user clicks that link means, there ask for the

    New password: and confirm password

    shortly after he entered the password if the user connects to the application of the means, he needs to go inside the application. .........


    Normally to reset the password for the end user for the application, we will do it on the side of the administration of apex

    It is that we will give RESET PASSWORD OPTION to change the password for the end user...

    My question in this sense, that the end user must change his password by itself in the front end application...

    It is possible to like that in the application of the apex...

    How friends,

    Kind regards
    Mini...

    The problem is that you have specified a different page than the page of connection (due to which your login page used the builtin page). During the passage of the authentication, you must specify that 101 is indeed your login page (disabled by default)

    Here's a screenshot of it.

    So, in your workspace, choose current change, choose the authentication name and when you get to this screen tick the checkbox and submit. You should be prompted for your login page (which corresponds to the theme). This should solve the problem.

  • How user name passed to each page of the application of the APEX

    Hello world

    I want to understand, how the user name is passed to every page of the application of the apex. On each page we see the user name, the logout button. Reason I asked, I want to understand the concept and I would pass the role assciated with username. So what is the best way to switch roles as associated with the username.

    Thank you

    Karam,

    If you want to be included in the simplest model is to create an element of the application in the shared components, for example:

    MY_VARIABLE

    in the model, you can use & MY_VARIABLE. just like & APP_USER.

    You can set the session in pl/sql variable, for example by:

    apex_util.set_session_state ('MY_VARIABLE', 'MY_VALUE');

    You can access MY_VARIABLE in pl/sql read only using the V function:

    v ('MY_VARIABLE')

    Exactly when and where APP_USER is, I don't know, but I hope this helps.

    Kind regards

    Blackstone

    Published by: blackstone on July 22, 2009 16:13

  • Getting the name of the application in the APEX in a query

    Hi guys, any way to get the name of the application through queries.

    I looked at the API and can only get the ID using v ('APP_ID')

    http://www.utoug.org/i/doc/concept_sub_strings.htm

    Thank you.

    Published by: IA on December 22, 2011 14:33

    I wrote:
    Hi guys, any way to get the name of the application through queries.

    select application_name
    from apex_applications
    where application_id = :app_id
    

    Documented, public access to the metadata of the application is available through the views of the APEX. You can get a glimpse of these by using the query

    select * from apex_dictionary
    

    in Home > workshop SQL > SQL commands.

    A more structured view of the opinion of APEX is available at Home > utilities > Application Express views (switch to the tree to get the best idea of how they are organized).

  • Windows Server 2003 external to the application of the Apex and listener Apex?

    Hi all

    I have oracle RAC INSTALLED on solaris with three knots. I have several users with the CCR. I want to install APEX so that each user can access APEX if they need. Based on the Google search I did is not clear for me. My goal is to stay away as much as possible of the production systems. Could you please tell me which method can be good to implement this? I think following methods but I don't know if they are correct.
    1 - Position the external Apex of Windows Server 2003
    2 - Place the Apex listener in Windows Server 2003
    3 - allow the user connect to the Windows Server to access Apex

    Thank you

    Hello

    APEX needs to be installed in a database. If you do not want to expose your RAC and use a separate instance of the database, users will not be able to access the data available in the CARS (unless you create database links, but you usually don't want that).
    You can install APEX Listener on your Windows 2003 to access the APEX facility in your RAC database. You must choose a J2EE container to host your listener of the APEX. See APEX listener installation guide for supported containers or search the forum or google to find out what other containers may be suitable for you (for example Apache Tomcat is not officially taken charge but able to accommodate the listener).
    You need to configure the firewall and/or rules of routing for all users may access the port used by the container.

    -Udo

  • Application of the apex...

    Hi all..

    Sorry to ask this stupid question...

    I have installed oracle APEX on my laptop and created a simple application...
    Is it possible to run this APEX application without having internet connected to my laptop? (as independent)

    Some of my users will go to differnet places to illustrate applications. How can they demonstrate an APEX applications in a place where it doesn't have internet?

    Thank you

    Install Oracle 10 g XE on laptop, your application uses upgrade to the version of APEX (3.2, 4.0, the SUMMIT XE version is 2.2, VERY old..), install support objects, application on laptop and it demo to HAPPY customers!

    Thank you

    Tony Miller
    Webster, TX

  • Error export/import of the application to the Apex 4.1 on ORACLE 11 g 2 XE

    We have an ApEx application, what is migrated several ApEx 3 times through 3.2 to 4.1.
    There is no problem import/export demand, when we use ORACE 11 GR 2 (SE or EE).

    A few days go that put us the application on a database of the XE 11 GR 2. There was no significant or problems by running.

    Now, we have changed something and wanted to export the aplication of the database of XE and back to a different database.
    Importing (no questions about the origin of the XE) application or any other edition, we get an error:

    p_region_id = > 83466451 p_form_element_id = > null,

    *+
    ERROR on line 7:
    ORA-06550: line 7, column 26:
    PLS-00103: encountered the symbol "P_FORM_ELEMENT_ID" when awaits an of the
    Next:
    +), * & = - + <>/ at mod is rest not rem +.
    + < an exponent (*) > <>or! = or ~ = > = < = <>and or as like2 +.
    like4 likec between | submultiset of type multiset Member
    Symbol ',' was replaced by 'P_FORM_ELEMENT_ID' to.

    Looking at the source, I found:

    declare
    s varchar2 (32767): = null;
    Start
    s: = null;
    () wwv_flow_api.create_report_columns
    P_ID = > 83576346930344697 wwv_flow_api.g_id_offset, +.
    p_region_id = > 83466451 # p_form_element_id = > null,
    p_column_alias = > 'APP_USER2 ',.
    p_column_display_sequence = > 2,
    p_column_heading = > 'Benutzer ',.
    +...+

    It is absent from the code in the place where I put the #.

    Does anyone has an idea, what's not to export?

    We use a GR 11, 2 on OpenSUSE 12.1 Apex 4.1.0 ORACLE XE. The export file is about 2 MB.

    Thanks for your help
    Tilman

    If you are still able to access the original (where you got the export)

    try to export on the command-line as well... http://ruepprich.wordpress.com/2011/07/15/Exporting-an-apex-application-via-Command-Line/

    Kind regards
    Richard
    -----
    blog: http://blog.warp11.nl
    Twitter: @rhjmartens
    If you answer this question, please mark the thread as closed and give points where won...

  • TRIGGER does not not in Application of the Apex. The amount of the fine in the DATABASE.

    Hi all

    I created a table with a trigger on it to fill the non-null fields. whenever I insert a new record I need not fill in the non-null, they are met by the trigger (before the trigger for insertion.)
    This trigger works very well when I insert a line of SQL Developer.

    I added a new page to form an apex application to insert data in the same table. but here, when trying to insert the data, I get an error saying "* XXXX field must have a value." I guess that I created for the table of the trigger does not work here.

    Here is the code of the trigger.


    OR REPLACE TRIGGER "abc_BIR" before you CREATE
    INSERT ON 'abc' FOR EACH row BEGIN if: NEW. "' abc_ID ' IS NULL THEN
    SELECT 'abc_SEQ'.nextval
    IN: NEW. "" abc_ID ".
    DOUBLE;
    END IF;
    +: NEW. DW_UPDATE_DT: = SYSDATE; +
    +: NEW. DW_UPDATE_USER: = NVL (htmldb_custom_auth.get_user, USER); +
    +: NEW. DW_CREATE_DT: = SYSDATE; +
    +: NEW. DW_CREATE_USER: = NVL (htmldb_custom_auth.get_user, USER); +
    +: NEW. SOURCE__ID: =: NEW.abc; +.
    END;
    +/+
    ALTER TRIGGER 'abc_BIR' ENABLE;

    Please help me.

    Hello

    I try to explain about form validations, which are created automatically
    When you build a form based on the table.
    In your description of the table for the columns that you have forced as NOT NULL
    a non-null item type validation is automatically created on the form page in the
    Section page treatment-> Validations of your page.
    I'm telling you allows you to delete the postings from the section of Validations on your page
    and not the definition of table constraints.
    Of course:

    These fields will not appear to the end user of the application.

    Field XXXX must have a certain value is the error type of validation provided by your application and
    It has nothing to do with the execution of the trigger.

    I hope that helps!
    Kind regards
    Kiran

  • Download the file in the application of the apex

    Hi All-

    I'm trying to upload a file to an application (version 3.2) apex. I've created a navigation button where we can download files from my laptop. I don't know how to create a CSV file with a particular set of columns in the file so that the user can simply click on the filling of the file data and transfer it into a table.

    I'm new to apex please help me on this.

    Kind regards
    Nani

    See this blog: http://dbswh.webhop.net/apex/f?p=BLOG:READ:0:ARTICLE:11000346061523

    Thank you

    Tony Miller
    Webster, TX

    There are two types of pedestrians - the living and the dead.

    If you answer this question, please mark the thread as closed and give points where won...

  • Time of the APEX to load a report

    Is it the way to get the time that APEX has to load and display a report?

    Concerning
    Sebastian

    Use the debug mode, or the substitution string#TIMING # substitution string in the foot of the region.

  • Is there a limit on the number of pages in the application of the APEX?

    Hi - I wonder if it is either:

    (1) a maximum number of pages allowed in an APEX application
    (2) a maximum page number that can be assigned to a page.

    I don't think I'll come anywhere near either if these limits
    There are, but just thought I would check. (I'm looking at a few hundred
    pages and a greater number of scheduled about 1000 page.)

    Thank you
    Carol

    As far as I know there is a limit in the page number - 18 digits. Maximum page number you would be 999999999999999999999999999999999.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

  • PDF, Application of the APEX printing

    I want to use the PDF Methoeds in my APEX application but I have questions, get the APACHE FOP installed. What I need to download the software for a standalone oc4j or can I use the one already built into Oracle?


    Install and configure Apache FOP
    On the web page at:
    http://www.Oracle.com/technology/products/database/application_express/HTML/configure_printing.html#05

    It indicates a checked version of work. What I need to download and install this version and then follow the instructions or is it possible to use the oc4j integrated in the database software?

    I believe that this is the first but would like confirmation on that.

    Follow the instructions here
    http://carlback.blogspot.com/2007/03/Apex-cocoon-PDF-and-more.html

Maybe you are looking for

  • Display extended when using Boot Camp

    Hello I need MS Access for some time and will (need to but don't want to) install Boot Camp on my Mac Book Air from mid-2012. Because it's only a 13 "screen on my Air, I'm hoping to connect it to the screen on my iMac 27" end of 2013 with a Thunderbo

  • Make items within a cluster (in) visible by a Subvi (from LVOOP?)

    Hello I would like to know how it is possible to make elements inside an invisible cluster, using a Subvi from LVOOP. The description is in the main program, the internal operation is explained in the Subvi. Her to give a larger program a better over

  • feedback loop on the impact force

    Hello I use labview 8.5 and a card Ni USB-6221 to control the power output of an actuator and monitor the output signal of a load cell.  The actuator allows strength 50 Hz which is measured by the sensor. The signal from the load cell is basically a

  • MSN Hotmail has been hacked

    I opened an email this morning from someone I know and I think he had a virus.  When I checked my delete file, there were all these emails I send to remove.  I changed my word password, but, when I got out and subsequently signed in, the password did

  • Connect a line of dashboard to another guest of dashboard

    Hi Experts,Please help me, I need your expert advise on how to do it.So here's my situation:I have 2 Guest: "Région" and "District".Once I selected a region, (say for instance area A), then the DistrictGuest should show only Districts in region AAs i