APEX 5.0.0 - restoration topic subscription

Hello

We have a request for Master (MA) and a (TA) demand model, both use the theme 26 - Productivity Applications.

All models in the OT are subscribers of the MY.

We would like to go to 42 - universal theme.

So, we created two applications 42 new theme and switched topics from 26 to 42.

TA and MA, we can see 52 models.

In the next step, we use the "Restore the theme subscription" feature and subscribed topic 42 in TA 42 theme in MY.

So far so good, the 42 in your theme is subscribed to the 42 theme my.

However, except 3 models models (on 52) is absent from TA.

We try to check and to refresh the theme 42 in TA or replace and models in your subscribe from MY,.

but we are not able to get the full list of 52 models in TA and have subscribed to MY.

Y at - there no way how to do, pls?

Kind regards.

Marc,

This approach works with a small limitation one that you need to use a different number of the copied theme because numbers under 100 are reserved for Oracle.

I thank you very much for your help and have a nice day.

Tags: Database

Similar Questions

  • publication and the jms Topic subscription

    Hello

    Can someone tell me how to publish and subscribe jms messages in topic using the notion of sustainable text. I use jdeveloper to weblogic 10.3 and 11.1.1.4.0.

    Thanks in advance.

    You create a JMS adapter in the exposed Pan Services. Once you select the topic to subscribe, if you provide a subscription ID sustainable static then the listener adapter will be configured as a sustainable topic Subscriber.
    The publication doesn't have the notion of durable subscription (from which the name).

  • Apex messaging queue will not send e-mail

    Hello

    I am running windows 7, 11.g and Apex 4.2.5

    I have an application that calls a package that sends the password resets to an apex application.  The code in this package looks like this:

    APEX_MAIL. SEND)

    p_to = > p_email,

    P_FROM = > l_from,.

    p_body = > l_body,

    p_subj = > l_subj

    );

    APEX_MAIL. PUSH_QUEUE;

    It is no longer sending eMail as before.  I don't know what has changed to make this happen.  The same problem exists if I sign in as a developer Apex and click Reset password.

    I browsed a bit small and tried the following:

    I have removed from the ACL of DBA_NETWORK_ACLS list and run the following:

    BEGIN

    DBMS_NETWORK_ACL_ADMIN. CREATE_ACL (LCD = > 'utl_mail.xml',)

    Description = > "utl_mail ACL."

    main = > 'SCHEMA_USER ',.

    IS_GRANT = > true,

    privilege = > 'connection ',.

    start_date = > systimestamp,

    End_date = > null);

    DBMS_NETWORK_ACL_ADMIN. ADD_PRIVILEGE (LCD = > 'utl_mail.xml',)

    main = > 'SCHEMA_USER ',.

    IS_GRANT = > true,

    privilege = > 'resolve. "

    start_date = > systimestamp,

    End_date = > null);

    DBMS_NETWORK_ACL_ADMIN. ASSIGN_ACL (LCD = > 'utl_mail.xml',)

    Home = > ' e-mail. Mondomaine.org ");"

    END;

    /

    COMMIT;

    BEGIN

    DBMS_NETWORK_ACL_ADMIN. (ASSIGN_ACL)

    ACL = > "utl_mail.xml"

    Home = > ' e-mail. Mondomaine.org ',.

    lower_port = > 587,

    upper_port = > 587);

    END;

    When I run the following select statement:

    SELECT the hosts, lower_port, upper_port, acl FROM dba_network_acls;

    I get the following result:

    mail. Mondomaine.org 587 587 /sys/acls/utl_mail.xml

    When I run the following select statement:

    SELECT acl,

    principal,

    privilege,

    IS_GRANT,

    To_char(start_date, 'DD-mon-YYYY') AS start_date,

    To_char(end_date, 'DD-mon-YYYY') AS end_date

    OF dba_network_acl_privileges;

    I get the following result:

    /sys/ACLs/UTL_MAIL.XML MYPRINCIPAL connect true 07-SEP-2014

    /sys/ACLs/UTL_MAIL.XML MYPRINCIPAL solve true 07-SEP-2014

    When I run the following select statement:

    SELECT DECODE)

    DBMS_NETWORK_ACL_ADMIN. (CHECK_PRIVILEGE)

    'utl_mail.xml', 'MYPRINCIPAL', 'connect'),

    PRIVILEGE 1, 'GRANTED', 0, 'DENIED', NULL)

    FROM DUAL;

    I get the following output

    GRANTED

    In the Admin of the Apex, the TB of the topic and update appear correctly in queue, but I get the error: ORA-24247: access denied by access control (ACL) of network list.  I tried to send all messages, but all that is increment the number in the column number to Send Mail.

    In Instance Apex Admin, I have the address of the appropriate SMTP host, the Port is 587 the SMTP authentication user name and password are both appropriate.  I tested the access via an e-mail account on the mail server.  The mail server requires authentication.  Also, I looked at other users / Apex_040200 / Planner / ORACLE_APEX_MAIL_QUEUE and I saw a bunch of entries every 15 minutes with the status of SUCCESSFUL operation.

    Is there anything else I need to check?

    Thanks for looking at this.

    Phil

    When the APEX MAIL runs, it runs as the APEX_040200 (or respective version).

    Add it to your list of user ACL.

    That should allow APEX reach your server.

    -Tim St.

  • E-mail template: sustainable configuration for the subscription

    Create a topic
    Identifier topicIdentifier = messagingSession.createTopic("my-topic");

    Create a subscribers for the topic
    Subscriber subscriber 1 = messagingSession.subscribe (topicIdentifier, TopicSubscriptionConfiguration
    .newDurableConfiguration ('sustainable'));
    Subscriber subscriber2 = messagingSession.subscribe (topicIdentifier, TopicSubscriptionConfiguration
    .newDurableConfiguration ('sustainable'));

    messagingSession.publishMessage (topicIdentifier, "" + 1);

    * / / 1 Subscriber Gets the message "1."
    System.out.println ("s1:" + (String) subscriber1.getMessage ());



    * / / Try to read the messages in the topic and crashes? *
    System.out.println ("s2:" + (String) subscriber2.getMessage ());


    However purchase directly such as messagingSession.subscribe (topicIdentifier) works very well for me.
    I'm missing something here?
    Help, please.

    Hello Manu,

    Each subject 'sustainable' subscription requires a unique name. (Just like JMS).

    Create a subscribers for the topic
    Subscriber subscriber 1 = messagingSession.subscribe (topicIdentifier, TopicSubscriptionConfiguration
    .newDurableConfiguration("*durable-1*"));

    Subscriber subscriber2 = messagingSession.subscribe (topicIdentifier, TopicSubscriptionConfiguration
    .newDurableConfiguration("*durable-2*"));

    Currently, you have two subscribers using the same durable topic subscription. This is why the first Subscriber reads the message and second blocks a Subscriber waits for the next message.

    Hope this helps

    -Brian

    PS: We probably need throw an exception when you attempt to save several durable subscribers on a single topic subscription.

  • The APEX on OracleXE 3.2 upgrade error

    Hello


    I tried to install 3.2 on OracleXE APEX and met the following error.

    SQL > @apexins.sql SYSAUX SYSAUX TEMP is
    .....
    ....
    .......
    Trigger created.


    The index is created.


    The index is created.

    check (in select_for_app ('Y', 'n')),
    *
    ERROR on line 40:
    ORA-12952: demand exceeds the maximum allowed size of 4 GB database


    Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production

    D:\apex >

    I used only 100 MB of my database to the apex.

    I have restored my database and tried again... but the same error came.


    Could someone help?

    Kind regards
    Allen.

    Published by: allenalvares on March 5, 2009 03:21

    Published by: allenalvares on March 5, 2009 03:35

    Interesting!
    You may need to reduce the files/folders that make up the USERS tablespace.
    Run this query

    select file_name,autoextensible,bytes/1024/1024 from dba_data_files where tablespace_name='USERS';
    

    And then question

    alter database datafile 'file-name-from-prev-query' resize 2000m;
    

    CITY

  • Any license of Connect for Mobile

    Hello

    I have a couple of units of ASA5525-X with premium VPN licenses, now when I connect with connect any customer for Androind. I get the message that I don't have a License.

    I found an old thread on this forum that suggests that if you have a Premium VPN license, you should be able to request a license of base as well, but I can't find where I can do or if this information is correct.

    Hello

    Later, you need to order an additional license, called 'AnyConnect for Mobile' order to use mobile devices to connect over Anyconnect.

    But in 2015 has changed the license for Anyconnect schema. Today, "AnyConnect for Mobile" license has expired. I'm not sure if it is possible to order the license today.

    According to the new licensing scheme, you must migrate Anyconnect Premium license for a new licence, called "Anyconnect Apex". With the new license "Anyconnect Apex" you don't need to have "AnyConnect for Mobile" more. Mobile devices will be able to connect using the Anyconnect client.

    Anyconnect Premium Anyconnect apex migration is free.

    But please, attention, the new licenses are subscriptions. So, after the migration to the Apex licenses, you will get a subscription for 3 years. After 3 years, you will need to renew your subscription, and it will be not free.

  • Interactive report lines order number

    I'm working on an interactive report. The main problem is that the lines in the interactive report do not appear in order.

    It's like query: select (list passes) from table order by ID;      ID = 1, 2, 3...

    When I run this code in sql commands, the result is displayed in perfect order, but when I use the same code in my interactive reports lines appear no y-intercept. any solution?

    Apex version: 4.2

    Topic: Productivity Applications

    Model: Report IR Region.

    Virat Praveen-Oracle wrote:

    I'm working on an interactive report. The main problem is that the lines in the interactive report do not appear in order.

    It's like query: select (list passes) from table order by ID;      ID = 1, 2, 3...

    When I run this code in sql commands, the result is displayed in perfect order, but when I use the same code in my interactive reports lines appear no y-intercept. any solution?

    Interactive reports are sorted using the sort IR functionality. This allows you to specify the required sort order and save it as the default report. If you need a fixed sort order that is not editable by users, clear the sort options in the Search bar of IR and the column headers.

  • Subscribe to delayed

    Hello!
    I have a annual subscription to the Photoshop and Ligntroom.
    Please tell me if I have not had money and map payment is not carried out in time , then how I'm going to restoration my subscription?

    To check if your membership is current, please check:

    https://www.Adobe.com/account.html

    You can also refer to:

    Manage your membership | Creative cloud

    FAQ: How do I change my payment information?

    FAQ: How to renew or restart my membership?

  • Upgrade to CC 2014 CS6

    Hello

    I have several questions about the update.

    I own the Adobe CS6 Master Collection.

    I want to know if I'll upgrade the suite, I can continue you use the CS6 products or if I'll be able to use only products of CC 2014?

    Topic subscription, is it only possible to take out a subscription to the month, or is it possible to get the suite such as CS6 and earlier versions for unlimited use?

    Thank you

    Hi Olivier,.

    Even if you upgrade your CC license, you will always be able to use your Master Collection CS6 individually.

    You can see the article: CC help | Creative cloud / common Questions if you have any confusion around this.

    Alternatively, you can follow the thread: Top Ten Questions about Creative cloud where are already answered these questions.

    Thank you

    Yann Arora

  • Displaying images uploaded in a report

    Hello

    I used to display images in a report successfully (in Oracle 10 g and the Apex Version before 4.1.1
    Now I haved installed Oracle 11 GR 2 (64-bit) and Apex 4.1.1.00.23 and imported from the application with the report mentioned,.
    but the images are no more.

    I use the following code in the Html-Expression in a report column:
    <img title="#NAME#" src="#OWNER#.show_my_file?p_file=#PICTURE_ID#" width="40" height="40" />
    The show_my_file procedure looks like this:
    PROCEDURE SHOW_MY_FILE (p_file in number) as
            v_mime  VARCHAR2(48);
            v_length  NUMBER;
            v_file_name VARCHAR2(2000);
            Lob_loc  BLOB;
    BEGIN
            SELECT MIME_TYPE, PICTURE, Name,DBMS_LOB.GETLENGTH(PICTURE)
            INTO    v_mime,lob_loc,v_file_name,v_length
            FROM    PICTURES
            WHERE PICTURE_ID = p_file;
          
           owa_util.mime_header( nvl(v_mime,'application/octet'), FALSE );
           htp.p('Content-length: ' || v_length);
           htp.p('Content-Disposition: attachment; filename="'|| v_file_name || '"');
           owa_util.http_header_close;
           wpg_docload.download_file( Lob_loc );
    
    end show_my_file;
    I run granted on this procedure to the public.

    But the images are not displayed anymore. I'm a bit lost here.

    What I'm missing here? I hope someone can point me in the right direction.

    Thank you.

    Concerning
    Johnny

    P.S. has anything changed in since a previous version Oracle 11 g 2 or apex 4.1.1 this topic?

    Hello

    This is the solution also for OHS if you dads.conf online

    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    

    When you change the function, you also added qualifier schema?
    Function should look like

    CREATE OR REPLACE FUNCTION
    wwv_flow_epg_include_mod_local(
        PROCEDURE_NAME IN VARCHAR2)
    RETURN BOOLEAN
    IS
    BEGIN
        IF UPPER(procedure_name) IN (
              UPPER('your_schema.show_my_file')
        ) THEN
            RETURN TRUE;
        ELSE
            RETURN FALSE;
        END IF;
    END wwv_flow_epg_include_mod_local;
    

    Kind regards
    Jari
    -----
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Hide/show dynamic Action on the region, not hiding title area

    I use APEX 4.0.1 with topic 13.
    I created a dynamic Action to show/hide a region on my page, but that content hiding as expected, the region remains title. Any idea on how to hide title area as well?

    To identify the area to the DA, I use the following method:
    Region Header
    <div id=XYZ>
    
    Region Footer
    </div>
     
    In the DA dom object is now XYZ

    Thanks in advance
    PaulP

    PaulP says:
    I use APEX 4.0.1 with topic 13.
    I created a dynamic Action to show/hide a region on my page, but that content hiding as expected, the region remains title. Any idea on how to hide title area as well?

    To identify the area to the DA, I use the following method:

    Region Header
    
    Region Footer

    Lose the header/footer code, it does not act as a container for the whole region. Use a static region ID as selector of DA.

  • By passing the value in column IR to package Oracle

    All,
    I try to call a package Oracle of APEX and must pass the value of a column of IR in this packaging. I tried saying: ADJ_ID but I don't think his pasing anything for the backend.
    Here are the steps.
    1. the user runs IR
    2. There is a column that I put as "ROLLBACK" on this report for each line that has a LINK that calls URLS like
    JavaScript:apex.confirm (' safe to restore adaptation? "," SEND");
    3. once the user confirms submit, I call the package, package gets called but I want to send a value for that line to the package, I do this by saying: (colon) rating but it does not work.

    Thank you
    Vishal

    You must set you page item (as you try to pass by using the method of colon in PLSQL) first

    You can change your link to

    * JavaScript:apex.confirm ("Sure to restore adaptation?", {request: 'SUBMIT', value: {"P1_ROW_VALUE": 10}}); *

    P1_ROW_VALUE is the Page element that you want to set and 10 here is specific to the LINE value

    If you use the "links" section in the report attributes
    and then, something like that would

    * JavaScript:apex.confirm ('Safe to restore the fit?', {request: "SUBMIT", value: {'P1_ROW_VALUE': ' #COLUMN_ALIAS #'}}); *

    Alias_de_colonne is the name of the column you want to set the element with the value.

    Published by: 814948 on November 23, 2010 08:46

  • Create a custom theme, template, css and images.

    Hi all

    I create a new theme with new models. I would like to use images for buttons in my new models via CSS.

    ApEx is delivered with predefined topics and each topic contains objects of support for this theme.
    For example: on our server under $ORACLE_HOME/apex/images has a directory for each theme (theme_1 to theme_20)

    Can I create a new directory for our custom theme under $ORACLE_HOME/apex/images and use it through the ApEX? If yes how can I do using this EPG or HTTP Server?

    I have the EPG and HTTP server configured for ApEx.

    Thank you.
    Ally.

    Hello

    Yes, you can create new folder and have your theme images and CSS here.
    OHS need have access to the folder on the server where you have placed images.

    If you are on the EPG, the Dietmar Aust blog post might help how you can access virtual folder is using FTP or WebDav and create new images folder and place here.
    http://daust.blogspot.com/2006/03/where-are-images-of-application.html

    Kind regards
    Jari

    Published by: jarola 28 Sep, 2010 19:53

    This blog post from Sara Blair also helps with EPG
    http://www.apex-blog.com/Oracle-Apex/accessing-i-using-FTP-170.html

  • My new IPad 9.7 "pro requires an access code, which I do not remember. I tried to restore factory settings (as it is a new system and no backup file) through the help topic, but getting not solved.

    Hello everyone, I am new to the community. My new IPad pro application for password, I have donot remember. As a new tab without any file, I tried to restore it to factory settings as detailed in the already available relevant help topic. But, even after several attempts, I get an error message - Itunes cannot download software for Ipad because it is protected by password, try again. I just dropped. As I am currently in Mozambique, the online help tool also does not work. Can someone advise me please how to fix this problem/get to Apple help to start my Ipad.

    Thank you

    RAM mohan rao

    If you forgot the password:

    https://support.Apple.com/en-us/HT204306

  • Apex 5 upgrade of a restoration strategy

    Currently I am planning an upgrade of our Production System, Oracle-11.2.0.3.0 Apex 4.0.1. It will be upgraded to version 5.0 of Apex. Done in our development environment, well I don't have to redo the bugs 90 + 30 applications for the workspace all in working order... ! So now he's ready to go Live so...

    I want to test a strategy first, in which case he must regularize the upgrade. The production database can be disassembled or flashed as soon as the system has constant transactional processing. The upgrade of the Apex contains 30 applications in a single workspace. That's why I thought that the best approach would be

    (1) stop the http service Apex (PL/SQL gateway)

    (2) export all Apex Applications production using the ApexExport utility

    (2) save all files to workspace directories

    (3) run the apex 5 upgrade installation scripts then new schema APEX_050000 (I noticed that this does not APEX_040100 that persists?)

    (4) I have then 30 apps for reinstall which had caused by the upgrade bug fixes applied.

    (5) start the Apex http service.

    So if everything goes wrong and I need to back out, how it would work as I have now 2 diagrams APEX_040100 and APEX_050000. What is the procedure to get rid of the APEX_050000? Is always APEX_040100 in a usable with my applications intact State?


    Thanks in advance


    Hi Dory_ALM,

    Dory_ALM wrote:

    Currently I am planning an upgrade of our Production System, Oracle-11.2.0.3.0 Apex 4.0.1. It will be upgraded to version 5.0 of Apex. Done in our development environment, well I don't have to redo the bugs 90 + 30 applications for the workspace all in working order... ! So now he's ready to go Live so...

    I want to test a strategy first, in which case he must regularize the upgrade. The production database can be disassembled or flashed as soon as the system has constant transactional processing. The upgrade of the Apex contains 30 applications in a single workspace. That's why I thought that the best approach would be

    (1) stop the http service Apex (PL/SQL gateway)

    (2) export all Apex Applications production using the ApexExport utility

    (2) save all files to workspace directories

    (3) run the apex 5 upgrade installation scripts then new schema APEX_050000 (I noticed that this does not APEX_040100 that persists?)

    (4) I have then 30 apps for reinstall which had caused by the upgrade bug fixes applied.

    (5) start the Apex http service.

    See the following thread (and threads referenced in this thread): upgrade to 5.0 - best practices for the development of your upgrade strategy.

    So if everything goes wrong and I must go back out, how this work as I would now 2 APEX_040100 and APEX_050000 patterns. What is the procedure to get rid of the APEX_050000? Is APEX_040100 still in a usable with my applications intact State?

    Yes. The restore operation complete on a failure of the upgrade is discussed in the Documentation Oracle APEX (Setup Guide-> Installation troubleshooting)

    Reference: https://docs.oracle.com/cd/E59726_01/install.50/e39144/trouble.htm#HTMIG262

    Refer to the APEX 4.0 Associates section APEX 5.0 installation troubleshooting.

    Reference: https://docs.oracle.com/cd/E59726_01/install.50/e39144/trouble.htm#BABGFCCA

    Kind regards

    Kiran

Maybe you are looking for