Using Oracle Weblogic 12 c with BI of Oracle 11 g 11.1.1.7.0

He seems BI 11 g is not recognize the weblogic 12 c. When installing OBI 11 g, the checkbox to select weblogic server is disabled. Even if my weblogic server is running. I did not create the field. So my question is BI of Oracle 11 g 11.1.1.7.0 is not compatible with the version 12 c?

WebLogic 12 c is not covered by 10.3.5 +, so no, not supported.

And they posted the same info in a post in space MOSC: Weblogic 12 c is not supported by 11.1.1.7

Tags: Business Intelligence

Similar Questions

  • help with this thread using oracle 7.3

    Dear expert;

    On this thread, I am using

    Help with this

    but I'll need help more with additional information in this regard. see examples of data below

    Hello experts.

    I use oracle 7.3. Therefore, I have the sample data below

    create the table table_one

    (

    req_week varchar (1000).

    Username varchar (1000).

    sale number (30),

    place varchar (1000).

    break_sales number (30)

    );

    insert into table_one values ("week 1", 'John', 100, "NY", 2 ").

    insert into table_one values (' week 1', 'Chris', 20, "TX", 3 ')

    insert into table_one values ("week 1", "Melissa", 80, 'GOES', 4 ')

    insert into table_one values (' week 2', 'Katy', 40 'SC', 1 ")

    insert into table_one values (' week 2', 'Angle', 10, 'NC', 2 ')

    insert into table_one values (' week 2', "Vick", 30, 'CA', 3 ')

    insert into table_one values (' week 3', 'Zack', 60 'CA', 1 ")

    insert into table_one values (' week 3', 'Deb', 60 'NM', 2 ')

    insert into table_one values (' week 3', 'Antoine,"60,"TX", 3 ')

    necessary results

    I need the top 2 sales in a place a week

    expected results

    req_week username place sales

    Week1 John 100 NY

    Week1 Melissa 80'S

    Semaine2 Katy 40 SC

    Semaine2 Vick 30 CA

    Semaine3 Zack 60 TX

    Semaine3 Deb 60 NM

    Note, in this particular case, if there is equality in sales, then use the break_sales column as a case. The break_sales was never a tie... it is so far the query and it does not work as expected

    SELECT    d.req_week, d.username, d.sales, d.place
    FROM      nikeus_report.dbo.table_one  d
    ,        nikeus_report.dbo.table_one  o
    WHERE    d.req_week  = o.req_week
    AND      d.sales    <=  o.sales   
    GROUP BY  d.req_week, d.username, d.sales, d.place
    HAVING    COUNT (*)  <= 2         
    ;
    
    

    Any help is appreciated. Thank you

    Hello

    It seems that your existing query is very good, he's going; Just add the conditions for breaking in the WHERE clause:

    SELECT d.req_week

    d.username

    d.sales

    d.place

    FROM table_one d

    table_one o

    WHERE d.req_week = o.req_week

    AND (d.sales< >

    OR (d.sales = o.sales

    AND d.break_sales > = o.break_sales

    )

    )

    GROUP BY d.req_week

    d.username

    d.sales

    d.place

    HAVING COUNT (*)<=>

    ORDER BY d.req_week

    COUNT (*)

    ;

    Thanks for posting the CREATE TABLE and INSERT statements; that really helps.

  • Problem with list-of-values while using Oracle ATS

    All by registering a fact oracle application using Oracle ATS, whenever I click on a button LOV and select a value from the list, I am being disconnected from the application. Is this a common occurrence? Let me mention here that LOV works very well, it's only when recording with the ATS that I find this question.

    Could someone give me a solution to workaround with LOVs in ATS?

    --
    Thank you
    Yacoub

    Hello

    The LOV works very well in OATMEAL, I use EBS form it works fine, maybe there an installation problem. Alternatively, you can manually include LOV by action forms are trying.

    Kind regards
    Srinivas

  • Using Oracle with Microsoft Active Directory database

    Hello
    Because of too many nodes, we have in our company communicate each other (using the old files tnsnames.ora), we are now in the time to find a central location to store our net service names.
    I know that we can use for this OID to store the names of Service Net, but my question is it possible to use Microsoft AD, because our infrastructure using Microsoft AD as a central point.
    I have read the documentation oracle Oracle® Database Platform Guide (Chapter 12 Using Oracle Database with Microsoft Active Directory), but the problem is what happens if my database is not on the Windows operating system (such as Unix/Linux, we have number of it).
    I also read the document Oracle® Database Net Services Administrator's Guide (Chapter 3 Configuration Management Concepts) where you will find statement on the end of the chapter:
    Oracle supports Microsoft Active Directory only on Windows operating systems. Therefore, the client computers and the database server must also run on the Windows operating systems to access or create entries in Microsoft Active Directory.

    From this text, it looks like that my only option in this different environment with multiple operating systems is the OID (I wish it isn't true).

    Thank you

    Dragan,

    Sorry for the late reply. Since once it has clearly mentioned in the white paper that IO is a must; If you want to use MS AD, because 'oracle white paper' means 'documentation' refined and very authenticated.

    Enter the information useful/correct and close the debate.

    Concerning
    Girish Sharma

  • SSO and to handle user with forms using Oracle db roles/privileges

    By train from Oracle Application Server SSO with our application Forms application we are customized using the 10.2.0.1.0 Oracle database all version.

    In our Applications forms, we have everything a dozen roles that we have assigned to different users. We need identify each user using our forms because we are using the GLOBAL USER throughout the application.

    Issues related to the:
    -Must create users/passwords in the OID and database application?
    -Is it possible to easily manage users and passwords between SSO and forms App/database in one place? For example, how a user change their password once, but actually change in the database and the SSO?

    Advice or direction would be greatly appreciated.

    Thank you

    Mika

    Edited by: user11846198, 1 Sep 2009 13:41

    Edited by: user11846198, 1 Sep 2009 13:53

    Yes, you can have a global role in the Pb and assign to specific users from OID and the heritage of will this role privileges, you can do it by using Oracle Identity Management Web Tool http://hostname:7777 / oiddas is not complicated.

    Greetings.

  • Problem with creating Web Service Client using Oracle JDeveloper

    Hi all

    I am trying to create a Web Service Client using Oracle JDeveloper. The property of the compiler of the project I updated JRE 1.4

    When I run the web service client, he gives me a lot of errors saying:
    ' Error (32.2): annotations are not supported in - source 1.4'

    I wonder why JDeveloper uses annotations even after that I set the compiler property to 1.4

    I'm following this link to create the Web service client:
    http://www.Oracle.com/technetwork/developer-tools/forms/WebServices-forms-11g-094111.html

    Any help in this regard would be greatly appreciated.

    Thank you
    Scott.

    Scott, when you run the proxy Web service in JDeveloper, you will see a bunch of jars listed in the classpath in the Journal JDeveloper window.
    All of these classes must be in the classpath of your server when the class is deployed there.
    Note that by default, I don't think they are going to be included in the JAR that you build for the proxy when you deploy.

  • Deployment of application using Oracle EM failed

    Hello

    I use Jdeveloper 11.1.1.1.6, we previously deployed same EAR with V2.0, and now I'm trying to redeploy new EAR using Oracle EM, I get the error below. Any body has any idea what could go wrong?

    Archive selected ' Test.ear' is not versioned. You cannot redeploy application "Test_application1" without version. The application has been deployed previously versioned "V2.0."

    How to version an EAR before deployment?

    Thank you

    Please read Andrejus Baranovskis Blog: how to set the EAR Version for ADF Application on WebLogic which shows how to set up.

    Timo

  • Clustered using Oracle ADF - CHECK_STATE_SERIALIZATION = all

    We use Oracle ADF 11.1.1.6. We have started to test our Oracle ADF application for cluster compatibility and used according to the document. We coded all recommendations figure in the document including allowing all classes of java there is place of serialization and also configure adf_config.xml < adfc:adf - scope-ha-support > true < / adfc:adf - scope-ha-support > and < adf:adf - scope-ha-support > true < / adf:adf - scope-ha-support > exactly as in in the document.

    http://docs.Oracle.com/CD/E12839_01/core.1111/e10106/ADF.htm

    Now, to verify the high availability on a stand-alone server of web logic for debugging use we have configured the Java Option '-Dorg.apache.myfaces.trinidad.CHECK_STATE_SERIALIZATION = all "in accordance with the recommendation.

    After the definition of this indicator system started throwing loads of mistakes similar to the below given error.

    [2012 07-26 T 14: 17:43.602 - 04:00] [OPERA_ADF1] [ERROR] [] [org.apache.myfaces.trinidadinternal.config.CheckSerializationConfigurator$ MutatedBeanChecker] [tid: [ASSETS].] [ExecuteThread: '17' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: edozer] [ecid: 64915ee7c1860d85:40a983d1:138bf4550b2:-7ffd - 0000000000005fcb, 0] [APP: OperaApplications_o90_smoke #V9.0.0] failover error: attribute: Serialization of the Session data is increased from oracle.adf.model.servlet.HttpBindingContext@365f8709 to oracle.adf.model.servlet.HttpBindingContext@36b6565b without the attribute being dirtied

    The question here is what are we missing?

    Please note that our application is still missing ControllerContext.getInstance () .markScopeDirty (pageFlowScope); but when I tried to create a sample application and deliberately left the 'markScopeDirty' using code below the above error was not reproducible.

    public class myBackingBean
    {
    public void changeValueButton (ActionEvent ae)
    {
    Map < String, Object > pageFlowScope = AdfFacesContext.getCurrentInstance () .getPageFlowScope ();
    pageFlowTestBean obj = (pageFlowTestBean) pageFlowScope.get ('pageFlowTestBean');
    System.out.println ("Old value" + obj.getYVar ());
    obj.setYVar ("new value");
    / * ControllerContext.getInstance () .markScopeDirty (pageFlowScope); */
    }
    }

    Anyone can shade more light on this subject?

    Also, I would like to know that someone can guide me what is the best practice to perform a ControllerContext.getInstance () .markScopeDirty (pageFlowScope); Because developers can easily miss this statement and I have not found any easy way to find code that is missing from this statement (I've already tried the Audit of Jdeveloper feature and it works for very rare cases).

    Hello

    Only when you do a Session.put (), the framework will know something has changed in the session Object and mark its scope as dirty and and he will try to replicate this object in another server...

    If change you it by reference. He won't try to reproduce the object in another server.
    For example, if you make below by changing something by reference, you must explicitly mark scopedirty. otherwise, the framework will not replicate the object to the failover server.

    In your code

    Card pageFlowScope = AdfFacesContext.getCurrentInstance () .getPageFlowScope ();
    pageFlowTestBean obj = (pageFlowTestBean) pageFlowScope.get ('pageFlowTestBean');
    System.out.println ("Old value" + obj.getYVar ());
    obj.setYVar ("new value");
    you change the value above by reference. So, unless you set the dirty scope this change in the PageFlowscope will not be replicated to another server.
    At this stage when a failover occurs, obj.getYVar () in the new server will always be the old value.

  • Synchronize two schemas from database on a linux server using Oracle GoldenGate

    I followed this guide ( http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/goldengate/12c/OGG12c_Installation/index.html?cid=9167 & ssid = 0 ) and for two different databases running on the same instance of database schemas.


    What I have now is a Linux server with two Oracle database schemas.
    I have access through my Linux virtual machine. I want to do the synchronization possible between them.

    I use Oracle GoldenGate to make this possible. What should I do now? Goldengate is must be installed in the server too? I'm totally new to this situation. Can someone give me at least the major steps before going to the more comprehensive study?

    Well understood. This helped.

    Install Oracle GoldenGate Linux to synchronize two schemas from database on a single server

  • use Oracle wallet to connect via node?

    I would use an Oracle wallet instead of hard-coding the user ID and the password in my javascript or config files.  I tried to drop the user settings and the login password and simply by using a connection string in this format = "" / @db_alias ", but am not able to connect."  I get an error on the valid username and password.  Has anyone else managed to use a wallet to authenticate with the node module?

    I understood that... I activated the external authentication and left the connection to the db_alias without a slash or @.

  • How to change the password of a schema by using Oracle SQL Developer

    Hi need to change the password of a schema by using Oracle SQL Developer, how can I do?

    or maybe http://www.thatjeffsmith.com/archive/2012/11/resetting-your-oracle-user-password-with-sql-developer/

  • USING SEVERAL PARAMETERS FOR GET_SEARCH_RESULTS WITH THE HELP OF API RDCI

    Using Oracle Web Center content Web Service, I'm able to pass several parameters to the search entry to GET_SEARCH_RESULTS.

    " < envelope soap: xmlns:soap = ' http://schemas.xmlsoap.org/SOAP/envelope/ ">

    " < soap: Body = xmlns:ns1 ' http://www.Oracle.com/UCM "> "

    < ns1:GenericRequest webKey = "cs" >

    < ns1:Service IdcService = "GET_SEARCH_RESULTS" >

    < ns1: User / >

    < ns1:Document >

    <!-ns1:Field name = "QueryText" > xCUSTOMER_MSISDN & lt; contains > '044444444' < / ns1:Field->

    < name ns1:Field = "QueryText" > xCHANNEL_ID & lt; contains > '11222212' < / ns1:Field >

    AND

    < name ns1:Field = "QueryText" > xCUSTOMER_id & lt; contains > '08848484848' < / ns1:Field >

    AND

    < name ns1:Field = "QueryText" > xCHANNEL & lt; contains > 'ISL' < / ns1:Field >

    < / ns1:Document >

    < / ns1:Service >

    < / ns1:GenericRequest >

    < / soap: Body >

    < / envelope soap: >

    How do I pass several entrance to search for GET_SEARCH_RESULTS parameter when you use the RDCI API?

    I have this code RDCI, but I get parse error as soon as I try out several settings. It works very well with a single parameter. Please advice

    Public Shared Sub {search (String content_dDocName)

    String queryText = "dDocName < match > '" + content_dDocName + "'";

    create the binder

    DataBinder searchResultBinder = idcClient.createBinder ();

    fill the binder with the settings

    searchResultBinder.putLocal ("IdcService", "GET_SEARCH_RESULTS");

    searchResultBinder.putLocal ("QueryText", queryText);

    searchResultBinder.putLocal ("ResultCount", "20");

    run the query

    ServiceResponse searchResponse;

    print a Boolean = false;

    for (int counter = 0; counter < 1000; counter = counter + 1) {}

    try {}

    searchResponse = idcClient.sendRequest (userContext, searchResultBinder);

    If (! print) {}

    myExecutable.logEvent ("GET_SEARCH_RESULTS successful call.");

    print = true;

    }

    } catch (IdcClientException e) {}

    myExecutable.logEvent ("GET_SEARCH_RESULTS failed");

    e.printStackTrace ();

    return;

    }

    DataBinder searchData;

    try {}

    searchData = searchResponse.getResponseAsBinder ();

    } catch (IdcClientException e) {}

    myExecutable.logEvent ("cannot get the answer.");

    e.printStackTrace ();

    return;

    }

    DataResultSet search results = searchData.getResultSet ("SearchResults");

    If (searchResults.getRows () .isEmpty ()) {}

    continue;

    }

    myExecutable.logEvent ("successfully obtained response - (s) dDocName ' following was found:" ");

    Iterator it = searchResults.getRows () .iterator ();

    While (it.hasNext ()) {}

    Date of birth of DataObject = (DataObject) it.next ();

    myExecutable.logEvent (dob.get ("dDocName"));

    }

    return;

    }

    myExecutable.logEvent ("failed to get a response at the time given.");

    }

    You can provide several search parameter to RIDC as follows:

    dataBinder.putLocal ("QueryText", 'xOriginalServiceId 'DISO' xApprover 'fmwtuser' ')

    In above query, I gave 2 search parameters.

    You can replace OR with AND & also you can replace 'contains' by 'correspondences' according to your requirement.

    -Prashant

  • Can I use PeopleTools 8.54.02 with PeopleSoft HRMS 9.1

    Can I use PeopleTools 8.54.02 with PeopleSoft HRMS 9.1? I understand I have to sacrifice some of the benefits PT 8.54 / features to be in HCM 9.1, but would like to find that out and see what that my options to stay 9.1

    Please notify.

    Thank you

    Hello

    Don't know exactly what are the benefits or function will not work with this merger. But yes, oracle certified HCM 9.1 with the peopletools 8.54. Please find the certification screen shot below.

    Thank you

  • error in a WPF application using oracle.manageddataaccess.client

    Hello

    We have problems with a WPF MVVM using Oracle.ManagedDataAccess.Client application. We installed oracle.manageddataaccess.dll release 12.1.0.1.0 on a developer machine with 64 bit of Windows 7, Microsoft Visual Studio 2013 and Microsoft .NET Framework 4 OS. Installation seems to be ok and oracle.manageddataaccess.dll results to be registered in .net\assembly\GAC_MSIL c:\windows\microsoft. But when we try to compile the application, the following errors occurs

    Error 175: The ADO.NET provider with invariant name 'Oracle.ManagedDataAccess.Client' not is either not saved in the config machine or the application of the file, or could not be loaded

    errors are caused by the entity data model files (there is an error for each .edmx file).

    Note that the application works on another computer with the same configuration, so I guess that the problem is due to a bad setting on the computer

    any idea?

    Hello

    Finally, we have solved the problem! simply, we uninstalled and reinstalled Visual Studio and Oracle.manageddataaccess in this order. Now it's working. Thank you

  • Using Oracle ODBC HS to Sybase get cursors exceeded max

    Oracle 11 g 2

    Linux RHEL 6.5

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

    When you use Oracle ODBC HS to connect to Sybase via dblink SYB get the following error:

    ORA-01000: cursors open maximum exceeded

    ORA-02063: preceding line of SYB

    When you run the same SQL locally, getting no error.  (The same tables in Sybase are replicated in Oracle).

    Increased the max sliders and even restarted Oracle - no difference.  SQL on system tables do not show more than 250 sliders in use yet max cursors defined at 2500.

    This error above suggests a problem of cursor max with Sybase?  Or something else?

    It can also be a problem with the HS_OPEn_CURSORS. By default, the gateway allows only 50 open cursors will be open to the foreign database. What happens when you set in the gateway HS_OPEN_CURSORS init file = 200?

    If it fails again, could you upload to a public file share a gateway (HS_FDS_TRACE_LEVEL = DEBUG) DEBUG trace level?

    -Klaus

  • I recently received licenses for Acrobat ro DC to develop PDF using Oracle Forms.

    I recently got a license for Acrobat Pro DC develop PDF using Oracle Forms.

    But Oracle Support says I need

    PDF version 1.4 is Acrobat 5.x

    PDF version 1.5 is Acrobat 6.x

    PDF version 1.7 is Acrobat 8.x

    and adobe Support says that they do not support these versions.

    Any suggestions?

    All had similar problem earlier?

    Appreciate your responses.

    Thank you in advance.

    What this means is:

    PDF version 1.4 is Acrobat 5.x or higher

    PDF version 1.5 is Acrobat 6.x or higher

    PDF version 1.7 is Acrobat 8.x or higher


    Then you should be fine with DC...

Maybe you are looking for