Cannot query composites in EM

Hi,
I installed SOA Suite 11.1.1.4 on windows and database XE. The installation is successful, but when I go to EM --> SOA --> soa-infra --> default, I get only message "Fetching Data..." in all the tabs.
I even deployed a composite but I can't query the instance because of above issue. The DB itself don't have issues.
I also uninstalled everything including the weblogic and DB, installed everything again, but the same issue.
Did anyone encounter this issue before?
Thanks
Venkat

What browser you are using?
If it's IE9 please try IE8 or IE7.
Arik

Similar Messages

  • FRM - 41105 You Cannot query records without a saved parent record

    I have 3 data blocks. The contro data block have document type and document number if we come to new record(I have written execute query for both header and detail part) the header block will show the detail of the documnet header(Header Details) and detail block will show the detail part.
    But my problem is when new record instance only the header block is querying and detail block is not querying and giving an error message(*FRM - 41105 You Cannot query records without a saved parent record*)!!
    Plz help me!!
    Thanks in advance,

    yea header tables PK is refered in the details table.
    and i have master record created already and have the detail record for those master records in the table.
    i want to query the detail record related to that master when we select a document number and document code in the control block.
    Its querying the master detail relevent to that header and giving this error messge while quering the detail record..

  • Cannot query LDAP on Node2

    Hi,
    We have a clustered IronPort C370. I have created a new LDAP query for the cluster to query my new domain.
    I can do a successfull query on Iron1 (Cluster Mode) but cannot query the same LDAP on Iron 2 (Cluster mode).
    What could be the issue? Appreciate your help.

    Hi Andreas,
    I have fixed the issue. Node 2 is routing to different firewall. I have added a route to the new firewall and its now working.
    Thanks

  • Cannot query in forms when using headstart menu

    When we Generate forms from designer6i and run them without a menu, we can
    query in forms.
    When we generate a menu from desinger6i and attach it to the forms we cannot
    query in forms.
    We have set back the original objectlibrary and generated again. This does not
    help. May be it is some preference which is not correct.
    Please help.

    Daud,
    Could you give more details on your problem?
    - designer version
    - developer version
    - headstart version & additional patch numbers
    - did you get the headstart demo up and running, does the problem occur there also?
    - if not, can you generate the headstart demo components from designer to reproduce the error?
    Regards, Marc
    Oracle - Headstart Team

  • SQL Developer - cannot query collections

    Hi,
    I have a problem with my SQL Developer that cannot query on objects with collections. I get the same error when trying to query these DB objects.
    Error starting at line 1 in command:
    select * from customers
    Error report:
    SQL Error: Fail to construct descriptor: Unable to resolve type "OE.CUST_ADDRESS_TYP"
    However when I am using PL/SQL Developer I have no problem to access the objects.
    I am using SQL Developer Version 2.1.1.64 with the letest jave SDK on windowns XP.
    Please let mw know how to fix it.
    Thanks in advance.

    I already posted my problem in the SQL Developer forum but I see that this forum is more active and many here probably use the SQL Developer so they might know the solution to my problem.

  • Fetching Data... while querying composites in EM

    Hi,
    I installed SOA Suite 11.1.1.4 on windows and database XE. The installation is successful, but when I go to EM --> SOA --> soa-infra --> default, I get only Fetching Data... but doesn't result in anything.
    I even deployed a composite but I can't query the instance because of above issue. The DB itself don't have issues.
    Did anyone encounter this issue before?
    Thanks
    Venkat

    Hi Venkat,
    What output do you get when you go:
    http://<hostname>:<soa-server-port-number>/soa-infra/
    Cheers,
    Vlad
    If you think this is helpful, please consider giving points - it is good etiquette to reward an answerer points (5 - helpful; 10 - correct) for their post if they answer your question.

  • How to retrieve/query composition association data

    Hi guys,
    I have requirement to query retrieve data from appointments Follow-Up table. What I see in UI designer Follow-Up data list is mapped to composition association
    By structure I see that actually it is BusinessTransactionDocumentReference association, but in Apportunity's TI there is no query or other visible configuration how these following records are filtred out.
    That why I have question - how can I access in my PDI coding to this FollowUp association so I could grab UUIDs and retrieve these appointments?
    Thanks,
    Uldis

    Hello Uldis,
    Composition associations are just a pointer from a parent node to a child node and vice versa (ref. documentation SDK1405 p.679). So accessing the data in the nodes should not be problematic.
    Perhaps with more information on your context's issue, somebody could help you.
    In which Business Object are you? A Custom one or a standard BO?
    What is the screen you are in for this Data List?
    Thanks,
    Regards,
    Jacques-Antoine

  • Cannot view Composite WF in SmartView-Excel

    Hi All,
    Env is Planning 11.1.1.3 which has been live for over a year now.
    I've just noticed that I cannot see any composite WF in the SmartView Data Source Manager View Pane. When I expand Forms, it shows the folders, but in them it shows only the simple WF and not Composite.
    Is there a way to see Composite forms or is this expected behaviour for this version?
    Thanks

    Hi Abhishek,
    I am using version 11.1.1.3 Planning version. I am creating composite Data-Forms in Planning, and I want to see them in SmartView. Is that possible?
    You said yoy found something in the forum about that, could you send me the link please?
    Thanks

  • Cannot query on a date range (where the date is in a varchar format)

    Hi All
    Here is my SQL query:
    select unique(a.SAP_PO_NUMBER), a.ISSUE_CODE, a.PO_CREATION_DATE
    from sspe.vendor_purchase_order a
    where a.po_creation_date between to_date('2007-02-01', 'yyyy-mm-dd') and to_date ('2007-08-01', 'yyyy-mm-dd')
    and a.ISSUE_CODE like 'OK%'
    the po_creation_date field is a varchar(12) field and i get the following error:
    ORA-01861: literal does not match format string.
    Appreciate any help
    Gautam

    Try this
    <p><font face="Courier New" size="2">select <br>
    DISTINCT(a.SAP_PO_NUMBER),<br>
    a.ISSUE_CODE,<br>
    a.PO_CREATION_DATE<br>
    from <br>
    sspe.vendor_purchase_order a<br>
    where <br>
    TO_DATE(a.po_creation_date,'<DATE_FORMAT>')<br>
    between<br>
    to_date('2007-02-01', 'yyyy-mm-dd') and<br>
    to_date('2007-08-01', 'yyyy-mm-dd')<br>
    and <br>
    a.ISSUE_CODE like 'OK%'<br>
     </font></p>
    Good Luck

  • Cannot query v$database in a function ?

    Hi, probably a simple explaination for this...
    I'm trying to implement a solution using the flashback feature to roll back a table if a process flow hits errors.
    I have defined a function that tries to return the CURRENT_SCN from V$DATABASE but it says "ORA-00942: table or view does not exist" when I try to deploy from the code editor.
    I can get the same code to work fine against a test table I have.
    Anything special I need to do before I can query V$DATABASE ?
    I can issue the same select statement from Oracle SQL Plus and it works ok.
    Thanks
    Paul

    Hi,
    I think you have no select permission on this view. In a function you have the same permissions as the user who created this function and you have no permissions granted by role - only direct granted to the user.
    This is the same for functions and procedures.
    Regards
    Detlef

  • Cannot query MSSQL system tables over db link created using DG4MSQL

    I am trying to create db link from Oracle 11g to SQL Server 2005 using DG4MSQL gateway. After creating db link I am not able to query MSSQL system views(sys.services or sys.objects) using JDBC driver. But I am able to query all user tables using JDBC driver. But if I use sqlplus, I am able to query all tables including system tables. Since my project is Java project, I am bound to use JDBC driver. One more observation I made is that, if I use DG4ODBC instead of DG4MSQL gateway, then I am able to query all MSSQL tables including system tables uding JDBC driver. Please let me know if there are any ways I can query MSSQL system tables using DG4MSQL and JDBC driver.
    Edited by: user13398705 on Dec 20, 2011 2:08 AM

    There's a bug in the JDBC driver and for 11.2.0.1 a fix is available on my Oracle Support -> look for fix 9496068 - it is a generic platform fix. According to the bug matrix this fix is also included in the 11.2.0.3 JDBC driver. Are you using this JDBC driver version?

  • Cannot query using both conforming and cached query result

    TopLink doesn't allow me to both use conforming and cached query result at the same time.
    Conforming is certainly not a superset of the [cached query result] features.
    Can you confirm that it's a limitation of TopLink?
    Any know workaround to end-up with the same features as using both conforming and cached query result?
    Conforming is about seeing modifications you do in the same transaction. As a bonus, if you query for one object and specify at least the id as criteria because TopLink will have to check in memory anyway it can avoid going to the database.
    But if I do a query like "give me employees hired before now and after 30 days ago" it's about more than one objects and about finding existance so cached query result is needed to get acceptable performance in a complex application trying to avoid the same SQL generated over and over again.

    Thats where the trace just ends? It doesnt look like there's any LIKE or filtering going on (with respect to the Oracle pieces anyway), apparently MSAccess simply requested the whole table.
    What do you mean by 'hang' exactly? Are you sure it's just not taking a long time to complete? How long have you waited? How fast does it complete on the other environment?
    ODBC tracing isnt likely to help much for that. SQLNet tracing would be better to see what is going on at a lower level. Specifically, what is going on at the network level? Is the client waiting for a packet to be returned from the database?
    Is the database having a hard time processing the query, perhaps due to index/tuning issues?
    Assuming that is indeed the query that is "hung", how much data does that return?
    Are you able to reproduce the same behavior with that query and vbscript for example?
    Greg

  • Cannot query tables in remote database

    Hi, I have looked around for similar topics but have not found anything that would be close to my problem. I created a public link to a remote database from my portal database, it is a public link and I can query tables in the remote database just fine when I am on the sqlplus prompt. When I try to create a report, or a dynamic page, it lets me go through the wizard steps ok, however when I run it as a portlet or just run it as a report/page it does not seem to be able to see the query. Below is the response I get from running it as a portal. I am logged in as portal30.
    ORA-01017: invalid username/password; logon denied
    ORA-02063: preceding line from C2K (WWV-11230)
    Failed to parse as PORTAL30_PUBLIC - select * from populate@c2k (WWV-08300)
    The preference path does not exist:
    ORACLE.WEBVIEW.PARAMETERS.1320061995 (WWC-51000)
    The preference path does not exist:
    ORACLE.WEBVIEW.PARAMETERS.1320061995 (WWC-51000)
    Error: Unable to execute query (WWV-10201)
    Please help, I have tried everything from public to private synonyms for the linked tables and it just does not work. I am using the most recent version of portal that came with ias 1.0.2.2.0

    Actually I solved my problem, it looks like I should have used the db link utility with the portal, I linked the databases on the sqlplus command line and it seems like that was the issue.

  • Why cannot query in parallel

    I have a fact table. Monthly range partition on evnt_dtm (date column) and local bitmap on the same column.
    With the bitmap index, oracle would not run in parallel.
    But when i drop the index then only it runs parallel.
    SQL> select /*+ PARALLEL (ccd_fact_partition) */ count(1) from ccd_fact_partition
    2 where evnt_dtm between '10-JAN-2006' and '10-FEB-2006';
    COUNT(1)
    4603456
    Elapsed: 00:00:01.14
    Execution Plan
    Plan hash value: 481612001
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time | Pstart| Pstop |
    | 0 | SELECT STATEMENT | | 1 | 9 | 1 (0)| 00:00:01 | | |
    | 1 | SORT AGGREGATE | | 1 | 9 | | | | |
    | 2 | PARTITION RANGE ITERATOR | | 2500 | 22500 | 1 (0)| 00:00:01 | 1 | 2 |
    | 3 | BITMAP CONVERSION COUNT | | 2500 | 22500 | 1 (0)| 00:00:01 | | |
    |* 4 | BITMAP INDEX RANGE SCAN| CCD_FACT_PARTITION_BM_IDX1 | | | | | 1 | 2 |
    SQL> drop index CCD_FACT_PARTITION_BM_IDX1;
    Index dropped.
    Elapsed: 00:00:01.52
    SQL> select /*+ PARALLEL (ccd_fact_partition) */ count(1) from ccd_fact_partition
    2 where evnt_dtm between '10-JAN-2006' and '10-FEB-2006';
    COUNT(1)
    4603456
    Elapsed: 00:00:31.63
    Execution Plan
    Plan hash value: 2393890688
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time | Pstart| Pstop | TQ
    | 0 | SELECT STATEMENT | | 1 | 9 | 330K (98)| 01:06:02 | | | | |
    | 1 | SORT AGGREGATE | | 1 | 9 | | | | | | |
    | 2 | PX COORDINATOR | | | | | | | | | |
    | 3 | PX SEND QC (RANDOM) | :TQ10000 | 1 | 9 | | | | | Q1,00 | P->S |
    | 4 | SORT AGGREGATE | | 1 | 9 | | | | | Q1,00 | PCWP |
    | 5 | PX BLOCK ITERATOR | | 3718K| 31M| 330K (98)| 01:06:02 | 1 | 2 | Q1,00 | PCW
    |* 6 | TABLE ACCESS FULL| CCD_FACT_PARTITION | 3718K| 31M| 330K (98)| 01:06:02 | 1 | 2
    ----------------------------------------------------------------------------------------------------

    Hi,
    if i do alter session force parallel query then i get the parallel to run together with bitmap index.
    But i rather not use force parallel.
    SQL> select /*+ PARALLEL (ccd_fact_partition) */ count(1) from ccd_fact_partition
    2 where evnt_dtm between '01-JAN-2006' and '26-JUL-2006'
    3 ;
    COUNT(1)
    8487622
    Elapsed: 00:00:00.24
    Execution Plan
    Plan hash value: 3848420160
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time | Pstart| Pstop
    | 0 | SELECT STATEMENT | | 1 | 9 | 1 (0)| 00:00:01 | |
    | 1 | SORT AGGREGATE | | 1 | 9 | | | |
    | 2 | PX COORDINATOR | | | | | | |
    | 3 | PX SEND QC (RANDOM) | :TQ10000 | 1 | 9 | | | |
    | 4 | SORT AGGREGATE | | 1 | 9 | | | |
    | 5 | PX PARTITION RANGE ITERATOR| | 3795 | 34155 | 1 (0)| 00:00:01 | 1 | 7
    | 6 | BITMAP CONVERSION COUNT | | 3795 | 34155 | 1 (0)| 00:00:01 | |
    |* 7 | BITMAP INDEX RANGE SCAN | CCD_FACT_PARTITION_BM_IDX1 | | | | | 1
    Regards,

  • Cannot query varray of object types-please help

    I am attempting to query the "diminfo" field of the view "MDSYS.all_sdo_geom_metadata". The field is "described" as MDSYS.SDO_DIM_ARRAY, which I believe is a varray of MDSYS.SDO_DIM_ELEMENT.
    I have run OTT to generate the class files, but nothing is generated for the MDSYS.SDO_DIM_ARRAY "type" (maybe because it's not really a type?). A class is generated for the SDO_DIM_ELEMENT objects.
    Anyway, I have tried to query the field using both "VALUE(diminfo)" and "REF(diminfo)":
    select VALUE(diminfo) from all_sdo_geom_metadata;
    - or -
    select REF(diminfo) from all_sdo_geom_metadata;
    and I get back an ORA-904 "invalid identifier". When I remove the "VALUE" or "REF" from the query, the error goes away, and is replaced by an ORA-32162 "Read/Write method not registered" further down in the code when I try to retreive the value from the recordset:
    myDimInfo = rSet->getObject(1);
    Since the field type (MDSYS.SDO_DIM_ARRAY) isn't really an object type, I can see why the "Read/Write method not registered" occurs-there are no methods to register.
    Can someone provide a code snippet of how to perform this query?
    Thanks in advance

    Hi,
    I am using OTT generated objects to pass them to my PL/SQL procedures as OUT parameters. When I call the registerOutParam() function, I get this error ORA-32162: Read/Write SQL method not registered.
    I am calling my mapping function after creating environment and before creating my stateless connection pool. But still I am getting this exception at runtime while calling registerOutParam().
    Environment* env;
    env = Environment::createEnvironment(Environment::OBJECT);
    MessageTOMapping(env); // Calling the mapping function here.
    // Creating the stateless connection pool.
    StatelessConnectionPool* scp;
    scp = env->createStatelessConnectionPool("naveen",
    "naveen",
    "//10.105.153.11:1521/pls",
    10,
    5,
    2,
    StatelessConnectionPool::HOMOGENEOUS);
    // Fetch a connection from the stateless connection pool
    conn = scp->getConnection();
    // After this, I create my Statement and call the registerOutParam() which
    // causes ORA-32162 exception.
    Please note that I do not get this error when I don't use any connection-pooling mechanism. That is, if I create an environment in OBJECT mode, call the mapping function with its pointer and create a normal Connection object (without any pooling etc), my application runs perfectly fine. E.g. if I replace the above piece of code with the code below, my application runs fine.
    Environment* env;
    env = Environment::createEnvironment(Environment::OBJECT);
    MessageTOMapping(env); // Calling the mapping function here.
    conn = env->createConnection("naveen", "naveen", "//10.105.153.11:1521/pls");
    // After this, I create my Statement and call the registerOutParam() which
    // does not give problem now and my application runs pefectly fine.
    Can anyone let me know what I am doing wrong while using the stateless connection pooling mechanism? I definitely need to use Stateless Connection Pooling and must not get connections directly from env->createConnection().
    Any help will be greatly appreciated.
    Thanks and Regards,
    Naveen

Maybe you are looking for