Apex4.2 BI 11g integration Config Pulisher

Hi I need to integrate BI Publisher with Apex, so I can use the BI Publisher printing capability. I know how to configure using Apex in accordance with the instructions below. I wonder how to configure it using command line I didn't Apex tool in production?

bipublisher.png

I don't think you can do this via a command line... You can look at the API, but if you don't have APEX in production, you mean that you have your APEX in Production environment set to read-only, correct?

To do this via command line, you can try this: https://docs.oracle.com/database/121/AEADM/adm_mg_service_set.htm#AEADM221

Thank you

Tony Miller
Software LuvMuffin
Ruckersville, WILL

Tags: Database

Similar Questions

  • oracle 11g integration complex

    I have the following code that always complains not "enough values.
    Oracle 11G

     insert into maintenance 
    (maint_start,maint_end,maint_type,maint_status,maint_contract,maint_frame) 
    VALUES 
    ('1/28/2008','1/27/2009','8')
    select distinct maint_status_id,maint_contract_id,"ID" 
    FROM 
    maintenance_status, maintenance_contracts, servers
    WHERE 
    maint_status_name = 'Installed On Maintenance' 
    and maint_contract_name = '845420'
    and host_serial like '%9FB4B'
    I can't do things.

    tables
    ______

    maintenance- filling of fields of textual data and data from other tables
    -servers must return to 'ID' from host_serial game server and populate the maintenance_frame column
    -maintenance_type must return maint_type_id and complete maintenance_type colum in the maintenance table
    -maintenance_contracts must return to maint_contract_id and fill out the column maintenance_contract in the maintenance table

    Published by: simply Seth on January 25, 2010 13:32

    Try

    insert
      into maintenance(maint_start, maint_end, maint_type, maint_status, maint_contract, maint_frame)
    select distinct '1/28/2008','1/27/2009','8', maint_status_id, maint_contract_id, "ID"
      from maintenance_status,
           maintenance_contracts,
           servers
     where maint_status_name     = 'Installed On Maintenance'
       and maint_contract_name     = '845420'
       and host_serial     like '%9FB4B'
    /
    
  • Not able to connect with OBIEE 11g integrating short

    Hi all

    I try to connect OBIEE DPR (Repository) using short Integrator3.0.

    All credentials are correct, OBIEE 11 g is also in place.

    It shows the error:

    java.net.ConnectException: unable to connect to port 7001 machine localhost

    How reslove it.

    Please, give me suggestion.

    Thank you

    Prashant

    Try to use port 9703.

  • How long does take to deploy the config on 4240?

    I noticed a config very long deployment on 4240. In CLI I have several changes to the configuration of virtualSensor, answered Yes at the prompt 'Apply changes?' and it takes about 20 minutes to start sniffing interfaces (traffic started) again. That means the box do in the meantime and how to shorten that time. I have about six hundred signatures to listen (another integrated config) - can be the bottle?

    The sensor is most likely regenerating tables to cache regular expressions.

    Rather than analyze independently each signature regex when a package arrives, it will be rather combine regular expressions of all the signatures in a giant regex and generate a state table and then write the new status table in the disk/compactflash. (We call these tables to cache regular expressions).

    When you enable or disable a signature, or when you add custom signatures, it should regenerate the cache tables, because this combined regex has now changed.

    (NOTE: Version 5.0 has major improvements in this area.) Cache tables are now delivered directly from Cisco for standard signatures not removed as part of the signature update process. But if you add custom signatures or Kimbo signatures that Cisco has retired, then same 5.0 can take time to make the changes)

    Creation of these tables is very intensive CPU, so the sensor is not able to monitor the traffic while the tables are created.

    So it's best to save changes as toggle, retirement/unretiring, change regular expressions and create customized for the time signatures where you can afford the downtime of the sensor.

    NOTE: Modifications to gravity, actions, recaps and filters do not affect the cache tables and should be able to be applied in a few seconds.

  • IOM-OAM-OAAM integration

    Experts,

    It's about IDM Oracle 11 g. I'm trying to understand the features of self-service (password reset, locking of account user, forgotten password, security question and answer configurations) in the integration of the IOM-OAM-OAAM. Here are my questions:

    * 1. Standalone OIM 11 g, how does below present works? *

    a. reset password
    b. account locking (which is the attribute to identify the user is locked)
    c. forgotten password.

    * 2. In the OAM - OIM 11g integration scenario, how does below present works? *

    a. reset password. (Which will take care of him)
    b. What is the debit of account lockout (which is the attribute to identify the user is locked).
    c. is user locked himself in the two IOM and OAM?
    (d) what will be the flow of forgotten password.
    e. what product stores the responses to question safety of the user?


    * 3. In the IOM-OAM-OAAM integration scenario, how does below present works? *

    a. reset password. (Which will take care of him)
    b. What is the debit of account lockout (which is the attribute to identify the user is locked).
    c. is user locked himself in the two IOM and OAM and OAAM?
    (d) what will be the flow of forgotten password.
    e. what product stores the responses to question safety of the user?

    Please help me.

    Thank you

    Published by: 859875 on March 23, 2012 09:59

    Hello

    To answer your questions here, it takes 1 HR alteast to type. Please go through link he proceeded by steps below.

    http://docs.Oracle.com/CD/E14571_01/doc.1111/e15740/idmint.htm#BABCBHDB

    + "If she answers your question, mark it as either useful or response. In this way, other users decides if he should respond to this request or not and records the time ' + '.

    Thank you
    GK

  • 12 c upgrade question

    Hello

    We spend 11g to 12 c version and decided to make fresh application instead of upgrading existing environment in underlying reason, components and changes to the OS.

    We were wondering if we can reuse or upgrade existing 11g domain config.xml to avoid a lot of rework manual configuration?

    Is this possible or allowed? I know that standard documentation States no upgrade of the half, but always ask if people have used different ways to preserve the customization to the domain during these upgrades.

    Thank you.

    We have cloned the application server and the database server and full upgrade on cloned environments.

    See you soon,.

    Vlad

  • Problem with comma when you pass values in the URL

    Hello

    I have two pages, the first page to the second page, I'm passing some values using the url parameter passing

    but certain values contains comma ex:-P1_NATION field contains INDIA, United States, United Kingdom

    but the apex treated that as these are distinct values and assign it to separate elements

    Suppose that my intention is like P2_NATION, P2_EMPLOYEE, P2_EMPID: USA, UK, INDIA, SAGAR, 123

    but the apex dealing with like P2_NATION = INDIA: P2_EMPLOYEE = USA: P2_EMPID = UK

    is there any solution for this

    Please help me about this

    I use apex4.1, db 11g, ie, chrome, ff

    Thank you

    SAGAR

    SAG says:

    I have two pages, the first page to the second page, I'm passing some values using the url parameter passing

    but certain values contains comma ex:-P1_NATION field contains INDIA, United States, United Kingdom

    but the apex treated that as these are distinct values and assign it to separate elements

    Suppose that my intention is like P2_NATION, P2_EMPLOYEE, P2_EMPID: USA, UK, INDIA, SAGAR, 123

    but the apex dealing with like P2_NATION = INDIA: P2_EMPLOYEE = USA: P2_EMPID = UK

    is there any solution for this

    The best practice is not to transfer the data in the URL, other than the minimum possible number of discrete ID. Values required in a target page can be recovered in the element source and properties by default, calculations or using these values of process ID, or by referencing the other page element values or application already in session state. Collections can be used to store multiple values in session state to use through one or more pages.

    In URL of the APEX, commas in the item values can be escaped by encapsulating values of the backslashes ('-'), while the settlers may not appear at all.

    P2_NATION,P2_EMPLOYEE,P2_EMPID :\INDIA,USA,UK\,SAGAR ,123 
    

    Also, do not use unescaped reserved characters in the URI.

  • Sum on a column in a collection based report

    Hi all

    I have a sql report based on a collection, it comes to my query

    Select c001, c002, c003 or c004,
    seq_id
    of apex_collections
    where collection_name = "ADDSERVICES."

    Initially, this collection is empty, the user adds the lines in this collection.

    as and when the user adds rows to this collection, I want total (sum) of a column, but its always showing 0.

    How to get the value of the sum?

    Apex4.1
    Oracle 11g R2

    Concerning
    Tauceef

    Tauceef wrote:
    Hi all

    I have a sql report based on a collection, it comes to my query

    Select c001, c002, c003 or c004,
    seq_id
    of apex_collections
    where collection_name = "ADDSERVICES."

    Initially, this collection is empty, the user adds the lines in this collection.

    as and when the user adds rows to this collection, I want total (sum) of a column, but its always showing 0.

    How to get the value of the sum?

    Apex4.1
    Oracle 11g R2

    Concerning
    Tauceef

    Hi Tauceef,

    How do you calculate the sum? means on which column? and finally you calculate the sum in a session of apex? (because apex_collections view is related to the current session of the application)

    I see that your columns (c001, c002, c003 or c004) are only varchar2, if you are sure that it is a number column then it is best to use the number of columns (n001, n002...)

    Thank you

  • TopLink Grid: Create EntityManager fails when running on WebLogic

    Hello
    I am creating WebService that usus TopLink grid to access data. First of all I created simple stand-alone application with TopLink grid and all work very well. Then, I created WebService based on app created previously.
    When I try to run WebService deployed on WebLogic, I got error:
    "line Class ="Oracle.EclipseLink.Coherence.Integrated.config.GridCacheCustomizer"file =" GridCacheCustomizer.java "="30"method ="Customize. "
    java.lang.NoSuchMethodError org.eclipse.persistence.descriptors.ClassDescriptor.setFullyMergeEntity (Z) V
    It fails in the entityManagerFactory.createEntityManager () method.
    If deleted the eclipse configuration file - link.xml webservice customizer statement works. Maybe for server application needed some additional configuration or initialization?


    Thank you
    Alex

    Published by: user9360947 on March 29, 2012 06:09

    What is the version that you perform the deployment? The method not found was added in a later version, so it is probably there is a version mismatch where the Weblogic instance that is running and the version that you configured when running stand-alone. I think you need probalby use a version of Weblogic as 12.1.1 which comes with TopLink which includes EclipseLink 2.3.2 for this to work, or use a different version of EclipseLink which comes with the Weblogic instance that you are using. Tom described here:
    http://dev.Eclipse.org/mhonarc/lists/EclipseLink-users/msg06874.html

    Best regards
    Chris

  • Stages of integration of CIS AAU 10 and 11g

    Hi all

    I want to do integration CIS between UCM 10 g / 11g and java support only Appl. I lived the documentation, but I have several questions. Pls someone knowing this problem tell me briefly the steps that I should

    go through. University Complutense of MADRID 10g. I see component CIS_helper, but can not find the folder CIS (CIS is a component or what...?) How do I make). University Complutense of MADRID 11g I see folder CIS and in a fichierJAR (cis-customer - 11.0.0.jar). University Complutense of MADRID 11g there are 3 jar

    files client-cis - 8.0.0.jar. Which one should I use. It's really fun for me. I hope someone to explain to me how do.

    Let's say I want to run this code:

    SCSActiveAPI activeApi = cisApplication.getUCPMAPI () .getActiveAPI ();
    Context ISCSContext = activeApi._createSCSContext ();
    context.setUser ("sysadmin");
    context.setAdapterName ("myAdapter");
    Query ISCSSearchQuery = cisApplication.getUCPMAPI () .createObject (ISCSSearchQuery.class) (ISCSSearchQuery);
    ISCSSearchAPI searchApi = cisApplication.getUCPMAPI () .getActiveAPI () .getSearchAPI ();

    query.setQueryText ("dDocAuthor < match > 'sysadmin'");
    query.setResultCount (10);
    query.setSortField ("dDocType");
    query.setSortOrder ("ASC");


    ISCSSearchResponse response = searchApi.search (context, request);
    The list of results of < ISCSSearchResult > = response.getResults ();


    adapterConfig.xml is:

    <? XML version = "1.0"? >
    < name of adapter = "myAdapter" type = "scs" default = "true" >
    < config >
    < property name = "Home" > xxx.xx.xxx.xxx < / property >
    < property name = "port" > 16200 < / property >
    < property name = "type" > socket < / property >
    < property name = "version" > 75 < / property >
    < / config >
    < template="classpath:/META-INF/resources/adapter/adapter-services-scs.jxml"/ beans >

    < / adapter >


    Where should I put the adapterconfig.xml?

    Hello

    With CIS all 11g, need you is adpaterconfig.xml placed in a location that can be referenced by your Java code, have the cis - jar file in this place and the cis - also logging.xml. Now, how to do is to put all these 3 files in a directory location and then put this path/location in your classpath where the java code will be executed.
    Once it is to ensure that the code has the location of adapterconfg.xml in this part. I put a snippet of code to make it clear:

    public class TestCIS {}

    Public Shared Sub main (String [] args) {}
              
    Declare the object ICISApplication
    Application of ICISApplication;
    Declare and initialize the path to the adapterconfig.xml
    String adapterURL = "";
    try {}
    Set the path to the absolute path of the file adapterconfig.xml
    URL XmlRes = new File ("path to the adpaterconfig.xml") .toURL ();
    adapterURL = xmlRes.toExternalForm ();
    } catch (MalformedURLException molt) {}
    mue.printStackTrace ();
    return;
    }
              
    Properties properties = new Properties ();
    Setting the startup type to a server
    properties.setProperty (ICISApplication.PROPERTY_CONFIG_TYPE, "Server");
    Defining the location of the adapterconfig.xml file://
    properties.setProperty (ICISApplication.PROPERTY_CONFIG_SERVER_ADAPTER_CONFIG, adapterURL);
    Affecting the type of stand-alone server so that this instance will not accept CIS customers
    properties.setProperty (ICISApplication.PROPERTY_CONFIG_SERVER_TYPE, 'stand-alone');
    Initialize the CIS server and assign it to the ICISAppplication object
    request = CISApplicationFactory.initialize (properties);
              
    Create a context for sending commands to a content server
    ISCSContext context = application.getUCPMAPI () .getActiveAPI () ._createSCSContext ();
    Affecting the Content Server sysadmin user
    context.setUser ('sysadmin');
    Setting of the adapter to which we present orders
    context.setAdapterName ("");
              
    try {}

    Initialize the ISCSSearchAPI
    ISCSSearchAPI searchAPI = application.getUCPMAPI () .getActiveAPI () .getSearchAPI ();
                   
    Run the search against the content server and record the response to the ISCSSearchResponse object
    SearchResponse ISCSSearchResponse = searchAPI.searchUniversal (context, "dDocName 'test'", 20);
    } catch (CommandException this) {}
    ce.printStackTrace ();
    return;
    }
         
    }

    }

    Now your adpater config.xml should have the following values:

    port - should be the same value, as said in intradocserverport in the config.cfg.

    This should be for you to start with the help of CIS to take actions on the server of the University Complutense of MADRID.

    I hope this helps.

    Thank you
    Srinath

  • Integration of BI Publisher (11g) within the 12 c ADF

    Hello

    I have to integrate BI Publisher in our ADF application developed under JDeveloper 12.1.3.0.0

    Our server of BI (OBIEE) works under a 11g version.

    I found documents for integration between JDeveloper 11 g, but impossible to find for 12.

    http://www.Oracle.com/technetwork/middleware/bi-Publisher/Oracle-BIP-ADF-integration-2549495.PDF

  • Using Oracle Partition Exchange with Oracle Data Integrator (ODI) 11g

    Hello

    I'm trying to follow http://www.ateam-oracle.com/configuring-oracle-data-integrator-odi-with-oracle-partition-exchange/

    But impossible to get the same options in 11g.

    Can I use the Exchange Partition Oracle 11g ODI.

    Thank you.

    Yes, exchange of partition is certainly possible in ODI 11 g

  • Weblogic server integration is needed in Jdeveloper for BPEL of 10g and 11g upgrade?

    Hello

    Weblogic server integration is needed in Jdeveloper for BPEL of 10g and 11g upgrade?

    We migrated BPEL 10g and 11g. I understand that this integrated weblogic server is part of jdeveloper.

    Integration of weblogic server allows successful simulation of the weblogic Server real 11g which we installed as a separate product?

    or should we connect jdeveloper to weblogic server 11g instead of the integrated weblogic Server?

    Please notify.

    Thank you

    No, built-in weblogic server is not necessary in jdeveloper for bpel upgrade.

    If you are migrating bpel go separate domain and weblogic/managed servers, don't use integrated weblogic.

    Kind regards

    Anshul

  • Integration of 11g OAM with Kerberos on cluster with virtualhost load balancing

    Hello!
    I need to make an integration of Kerberos with OAM.
    I find the rest of OAM 11 g notes: Configuration Ondaaah HA Clusters [1365888.1 ID] (https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?_afrLoop=223640518878014 & type = DOCUMENT & id = 1365888.1 & displayIndex = 1 & _afrWindowMode = 0 & _adf.ctrl - State = 14ehvbh4z2_61).

    "In environment clustered OAM, OAM Principal for Ondaaah must be the same on all levels, i.e. balancing virtualhost to the OAM cluster."
    That's why each managed server OAM will reference the same keytab file generated for main HTTP / < virtualhost.domain >, and the keytab file will be in the same location on all OAM servers managed.
    For example: ${DOMAIN_HOME} /domains/$ {DomainName} / config/fmwconfig/oam / < the keytab file name >.

    After copying the file keytab to the same directory on all OAM manages the server machines, proceed to configuring the Kerberos authentication module in the Console of Administration of OAM (/ oamconsole).
    The AdminServer ensure that the config.xml file - oam on all levels of OAM managed server in the cluster is updated with this configuration."

    The question is; When I create oam.keytab with the following command, what is the name of the server I'll have to order? Node1 and Node2 (balanced) VirtualHost?

    Ktpass - princ HTTP / < servername > @domaine - pass XXXXXXX mapuser domain\user - on oam.keytab.

    Thanks in advance and best regards!

    PS: Sorry if my English is not clear.

    David,

    Your main name must match the URL of SSO LB. (ie: sso.mycomany.com)

    Ktpass - princ HTTP/sso.mycomany.com@DOMAIN-passer XXXXXXX mapuser domain\user - on oam.keytab.

    Also make sure that sso.mycomany.com has a reverse DNS configured correctly.
    You can check using the dig command

    Ping sso.mycomany.com
    Regardless of the ip address
    dig - x

    Check in the reverse DNS it takes 1 form.

    ;; SECTION OF THE ANSWER:
    1.1.1.1.in - addr.arpa. 3600 IN PTR sso.mycomany.com.

    Let me know if you have any other questions.

    Thank you
    Saurabh

  • OAM 11g with E-Bussiness Suite integration

    Hi all

    Can someone please provide any document or link to integrate OAM 11 g with E-Business Suite.

    Thank you and best regards,

    Swathi.

    The document * integration Oracle E-Business Suite with Oracle Access Manager 10g with Oracle E-Business Suite AccessGate [ID 975182.1] * provides the integration steps for Oracle Access Manager 10g with E-Business Suite.

    Fix.

    We follow the document for the integration of OAM 11 g with E-Business Suite.

    For Oracle Access Manager 11g, follow the steps described in the Note: 1309013.1 (as explained in my previous answer, the product is called 11g but the version 10.3.4 - I know it's confusing, but it is the case with the Fusion level products).

    Thank you
    Hussein

Maybe you are looking for

  • L870 satellite - WiFi falls frequently

    Hi all I read the same question here already, but the user were satisfied with an answer and I'm not.I have the L870 satellite and wireless lan drops back very often. In most cases when I'm working on the battery. I have to disable and enable the pow

  • Notifications in iOS does not?

    I use Skype on an iPad 3 and have a Skype number active.However, whenever I call my Skype number from a regular phone (fixed), I always get a signal of occupation and the iPad never rings (or indicates a missed call).I enabled it in Notifications for

  • How to organize the sidebar in Photos?

    In iPhoto, my albums were always arranged in chronological order from oldest to most recent.  I found it very useful.  Now in the Photos, the albums are willing just randomly and so very difficult to locate.  The only option I can find is an alphabet

  • Binary to ASCII conversion or save several binary ASCII Scans?

    Hello I'm doing an analysis of data for a colleague, using data that it collected and a vi that he created, so I am a little lost. The vi he created (see the zip file) will save each of the 3600 scans in the binary file (not in the zip file because t

  • Windows Update, error 0 x 80190193

    Original title: I know that this has been reported several times but every time that I try to update my OS through Microsoft Update I get error: error number: 0 x 80190193. All messages point to the busy servers.  Just enough, but everyday all day?