Views in 11g

Hii
When creating a view in 11g like:
CREATE VIEW test_v AS
SELECT s, p, o
FROM TABLE (sem_match ('(?s ?p ?o)', sem_models ('test'), NULL, NULL, NULL));
I get: ORA-00600: internal error code, arguments: [17046], [0x1B9DDA24], [0x1B1918C0], [1], [], [], [], []
This was OK in 10g - and also in 11g as a materialized view.
Best regards - Christian

Hi Christian,
This issue will be fixed in an upcoming patch. A workaround can be used as follows:
create view males as
SELECT x
FROM TABLE(SEM_MATCH(
'(?x ?y <http://www.example.org/family/Male>)',
SDO_RDF_Models('family'),
null,
SDO_RDF_Aliases(SDO_RDF_Alias('','http://www.example.org/family/')),
null,
null,
'REWRITE=F'));
The 'REWRITE=F' is an undocumented way to pick a certain code path. Please note that it is the last argument to SEM_MATCH, hence all the previous arguments have to have a value or have nulls. In the example above I used nulls.
Again this will be fixed in an upcoming patch.
Melli

Similar Messages

  • How to Increase columns in pivot view in 11g

    Hi all,
    We have a Report which gives the Particular error saying
    Error Codes: IRVLJWTA
    Location: saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
    I have seen so many threads but didn't find any answer which works
    Any help is Much helpful
    Thanks
    Xavier

    Hi Xavier,
    Have you played around with the following?
    10g --> http://obiee101.blogspot.com/2008/02/obiee-controling-pivot-view-behavior.html
    11g --> OBIEE 11g - Download All/Display All of rows in Answers
    Cheers,
    Daan Bakboord
    http://obibb.wordpress.com

  • Can't see database views (Oracle 11g)

    Hi,
    Latest PowerQuery (PowerQuery_2.10.3598.81 (32-bit) [en-US]) don't show Views and Synonyms when connecting oracle db (11g)
    Tables shown without problem.
    What is the problem?

    This will be fixed in the next release of Power Query, which is expected relatively early in April. We will show views but not synonyms.
    Could you describe the relative importance or value to you of being able to use synonyms? Without any customer data, I decided to leave them out because our test server has 1172 tables, 493 views and 37954 synonyms -- and choosing an item from a list of
    over 38,000 values is not very practical.

  • Map Views in 11g

    Experts,
    I want to create Map Views,I have done accordingly mentioned in the below blog:-
    http://obieelive.blogspot.com/2012/06/map-viewer-configuration-in-obiee_29.html?utm_source=BP_recent
    But for me only empty page i can see in the Map where it need to reside.
    Can any one help here?
    Thanks,
    SN

    Hi Christian,
    This issue will be fixed in an upcoming patch. A workaround can be used as follows:
    create view males as
    SELECT x
    FROM TABLE(SEM_MATCH(
    '(?x ?y <http://www.example.org/family/Male>)',
    SDO_RDF_Models('family'),
    null,
    SDO_RDF_Aliases(SDO_RDF_Alias('','http://www.example.org/family/')),
    null,
    null,
    'REWRITE=F'));
    The 'REWRITE=F' is an undocumented way to pick a certain code path. Please note that it is the last argument to SEM_MATCH, hence all the previous arguments have to have a value or have nulls. In the example above I used nulls.
    Again this will be fixed in an upcoming patch.
    Melli

  • Hide the Narrative View in 11g

    Hi,
    I have a requriment where users want to hide the filter view on the report and should be able to see only when they download or print the report.I don't find option to hide on the Default Filter View (i.e. in CSS properties DISPLAY:NONE).Instead I am trying if it is possible in Narrative View to call the Column @1 and hide it in report and show only when they download the report.
    Any ideas?Really appreciate your help
    Thanks

    I got it to hide the narrative text and display only when downloaded.
    div style=display:none@1/div. But can we do it on Filter View?
    Edited by: user620031 on Dec 5, 2011 4:13 PM
    Edited by: user620031 on Dec 5, 2011 4:13 PM

  • Oracle 11g R2 Model view DML formulae/programs

    Hi All,
    We are in the process of migrating our cubes from 10.2 to 11.2. We have lot of DML formulae and programs in object view in our current environment(10g). As 11g R2 does not support Object view we are trying to move all our formuale and programs to model view. We are looking for some guidance/suggestions on this topic.
    Our current problems are we have lot of formulae of different dimensionality in our object view for ex if we have 6 dim then we have DML formulae from different combinations of these 6 dimensions which is forcing us to create cubes(logical) of all these different dimension combinations.
    I saw somewhere online I can edit awm.properties file and still can use Object view in 11g also. I am not sure that is a best practice. Eventually object view completely gets locked from users in next releases?

    The object view is not supported in 11g. While it is true that you can enable it as Brijesh describes, it will not display 11g generated objects correctly. One technical issue is that the java code in the object view attempts to parse the object definition in the client. (e.g. DEFINE xyz VARIABLE INTEGER). It has not been updated with new 11g keywords (such as LOCKDFN), and frequently produces errors or (which is worse) misleading information. You could try OX if you can track down a copy.

  • Create materialized view as part of refresh group

    Hello,
    When I create a materialized view in 11g it automatically creates its own refresh group. How can I create the materialized group as part of an existing refresh group? (I know I can drop the individual refresh group and add the mview to the main refresh group but that is a pain).
    Thank you,

    >
    How can I create the materialized group as part of an existing refresh group?
    >
    You can't - you need to add the MV to the existing refresh group.
    See the Add Procedure of the DBMS_REFRESH package
    http://docs.oracle.com/cd/B28359_01/server.111/b28327/rarrefreshpac.htm

  • Procedure for creating Inbox views

    HI All,
    Could you please let us know the procedure for creating new Inbox view in BPM 11g.
    We have an option to create my Views / Sharing Views in 11g but how we can put that under Inbox views.
    Thanks,
    Aravind.

    Hi Antonis,
    We need view under Inbox. PFA. the attached screenshot.
    Thanks,
    Aravind.

  • Can Oracle Form Builder 10g open forms created with Developer 11g?

    Hi,
    Two different groups of developers developed forms in both Forms versions 10g and 11g. There will be call_forms between both versions and both will run under the same portal. Production is 10g. Is it possible to open 11g forms in 10g Form Builder? Suggestion/ solutions are appreciated.
    Thanks,
    Victor

    It is likely you will run into issues, so I would say best not to. I have done it a couple of times by accident during migration of Forms 10g to 11g. You can still open and view the 11g forms code in the Forms 10g builder, but will likely see some objects appear as incorrect types. Saving the 11g form in such a state from the 10g Forms Builder may result in corruption.

  • Edit chart view

    Hi,
    how to edit the chart view in 11g, needs exact steps
    thanks

    Take help from OBIEE 11g tutorial here..
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi1113/createanalysis/ps.htm#t3
    Hope its helpful

  • Logical to Physical objects Mapping

    Recently installed OLAPTRAIN's SALESTRACK AW, and noticed that there are many __AW_GENERATED.. object names.
    It is very difficult trying to trace back what these objects refer to, and quite challenging if we are using OLAP DML commands to create custom reports.
    This is the result of the 30 character limit AWM has when concatenating cube and measure names and concatenating dimension and attributes names.
    As an example for the Measure "Cross Over Linear Regression" (Logical Name: SALES_CUBE.CROSS_OVER_LINEAR_REGRESSION)
    "CROSS_OVER_LINEAR_REGRES" is COLUMN_NAME value in SALES_CUBE view and in ALL_CUBE_VIEW_COLUMNS data dictionary view
    "SALES_CUBE_CROSS_OVER_LINEAR_R" is the object name found using AWM OLAP Worksheet
    Now try creating Measure "Cross Over Linear Regression 1" (Logical Name: SALES_CUBE.CROSS_OVER_LINEAR_REGRESSION_1)
    "CROSS_OVER_LINEAR_REGR_1" is COLUMN_NAME value in SALES_CUBE view and in ALL_CUBE_VIEW_COLUMNS data dictionary view
    "__AW_GENERATED_164" is the object name found using AWM OLAP Worksheet
    I think AWM needs to be a little smarter in the way Object names are generated for measures/attributes.
    Possible AWM solution for this would be to restrict the Measure Name to 30 characters that includes the Cube Name length. User can then utilize the Short Label, Long Label and Description fields to enter proper descriptions.

    Although the physical AW object names are not shown in the data dictionary views in 11g, they are available through the Java OLAP API as of release 11.1.0.7.
    For example, many of the physical names of the AW object underlying a logical (i.e. AWM or USER_CUBE_DIMENSIONS) dimension can be found from the class
    oracle.olapi.metadata.deployment.AWPrimaryDimensionOrganization
    E.g.
    The name of the main AW dimension can be found using
    public final String getAWDimensionName()
    The name of the parent relation is
    public final String getParentRelationName()
    The name of the hierarchy dimension is
    public final String getHierarchyListName()
    To navigate from a logical dimension to the organization object you can do the following.
    MdmPrimaryDimension myDim = ...;
    AWPrimaryDimensionOrganization org = (AWPrimaryDimensionOrganization) myDim.getOrganization();
    Other physical object names can be located in other classes in the oracle.olapi.metadata.deployment package. This methods are public and supported, but do not appear in the JavaDoc. I don't know if they will be documented at any stage and I know of no immediate plans to make these objects visible through the data dictionary views.

  • Chart graph in 10g

    12/01/2012 12:00:00 AM
    12/31/2012 12:00:00 AM
    Hi
    I have one chart graph report in 10g.I migrated 11g.
    In 10 i selected creteria tab in Time,ID,Name,Addrss,Am1,Amount2,Amount3,........................
    In chart graph(Line-Bar) X axis is "Time" and Y axis Vertical bar is "Amount1" and Line is "Amount2)
    Now graph result displays based on this 3 columns(Time,Amount1 and ampount2) not based on creteria selected columns.
    In 11g
    The same report not showing correct data.(Mismatch 10g and 11g)
    When i recreate pivot graph report instead of chart graph report and i selected "server complex agg" in pivot view then data will matching.
    My Question.
    1.10g chart graph and 11g chart graph functionality same or ?
    e.g
    in 10g
    graph result displays based on this 3 columns(Time,Amount1 and ampount2) not based on creteria selected columns.
    But 11g retrun based on ceteria selection am i correct?
    In 11g,If i seleted this 3 column only in criteria tab then 10g report matching.
    2.All chart report in 10g we have to convert pivot view in 11g or no need?
    Thanks

    Raj,
    If you edit your chart, check the columns in "Layout > Line-Bar Graph > Bar and Lines > Group by section" you'll see most of your columns here. you'll have to either remove unnecessary columns from criteria tab or drag them in "Excluded" section.
    If you pull more than necessary columns in criteria, the analysis result will be shown as per the logic attached to all these columns. Try to keep only columns that are necessary for final output.
    Regards,
    Jitendra

  • Upgrade database ORA-00979: not a GROUP BY expression in Oracle11g R2

    hi,
    I am working in Oracle 10g (10.2.0.4) Environement. I want to update Our production database from Oracle 10g to Oracle11g R2(11.2.0.3).
    note: OS CentOS X86-64
    We follow the migration through import & Export Commands from Production database to New Database.
    One Of user having views, while executing that view in 11g R2 Environment it gives the following error.
    ORA-00979: not a GROUP BY expression.
    When i run this same Query in Oracle10g Environment is executed Successfully without errors or warnings.

    Please be aware that CentOS is not a supported distro for Oracle installs.
    For your error, pl see
    SQL used to work in 10G Throws ORA-00979 Not A Group By Expression after upgrading to 11G [ID 813946.1]     
    ORA-979 bugs on 11.2.0.1 [ID 1085766.1]
    ORA-00979 AFTER UPGRADE TO 11G [ID 814423.1]     
    HTH
    Srini

  • ORA-00979: not a GROUP BY expression in Oracle11g R2

    hi,
    I am working in Oracle 9i Environement. I want to update Our production database from Oracle 9i to Oracle11g R2.
    Note :- Oracle 9i & 11g R2 are different systems.
    We follow the migration through import & Export Commands from Production database to New Database.
    One Of user having views, while executing that view in 11g R2 Environment it gives the following error.
    ORA-00979: not a GROUP BY expression.
    When i run this same Query in Oracle9i Environment is executed Successfully with out errors or warnings.
    This type of problem not occurred in all views.
    In Problematic view having Decode function with in that another decode method was used & finally group by clause is used.
    Please guide to me if any issues in 11g R2 Environment.
    Thanx in advance
    Vijay Kumar
    Edited by: user1672302 on Apr 4, 2012 5:32 PM

    Pl see these MOS Docs
    ORA-00979 AFTER UPGRADE TO 11G [ID 814423.1]     
    SQL used to work in 10G Throws ORA-00979 Not A Group By Expression after upgrading to 11G [ID 813946.1]     
    HTH
    Srini

  • ORA-29913: error al ejecutar la llamada de ODCIAGGREGATEMERGE

    Why I can create this view on 11g and i receive this error on 10g?
    SQL> CREATE MATERIALIZED VIEW SGPCVM_PARCELAS
       2  NOCACHE NOPARALLEL BUILD IMMEDIATE
       3  USING INDEX TABLESPACE PERSPECTIVAS_IDE_I PCTFREE 0
       4  REFRESH ON DEMAND COMPLETE USING ENFORCED CONSTRAINTS
       5  DISABLE QUERY REWRITE  AS SELECT /*+ index(R SGPC_RECINTOS_PK)  index(RG SG
    PC_RECINTOS_GEOM_PK) */
       6      R.CD_PROVINCIA,
       7      R.CD_MUNICIPIO,
       8      R.CD_POLIGONO,
       9      R.CD_PARCELA,
      10      SDO_AGGR_UNION(SDOAGGRTYPE(RG.SD_GEOM,0.0005)) AS SD_GEOM,
      11      SUM(RG.NU_SUPERFICIE) AS NU_SUPERFICIE,
      12      SUM(RG.NU_SUPERFICIE_ADM) AS NU_SUPERFICIE_ADM,
      13      SUM(RG.NU_PERIMETRO) AS NU_PERIMETRO
      14  FROM EQ_SIGPAC_IDE.SGPCD_RECINTOS R,
      15      EQ_SIGPAC_IDE.SGPCD_RECINTOS_GEOM RG
      16  WHERE R.IU_FH_BAJA_RECINTO IS NULL
      17      AND R.ID_RECINTO_GEOM = RG.ID_RECINTO_GEOM
      18  GROUP BY CD_PROVINCIA, CD_MUNICIPIO, CD_POLIGONO, CD_PARCELA;
         SDO_AGGR_UNION(SDOAGGRTYPE(RG.SD_GEOM,0.0005)) AS SD_GEOM,
    ERROR en línea 10:
    ORA-29913: error al ejecutar la llamada de ODCIAGGREGATEMERGE

    Puede deberse a que tienes otra instalación previa desinstalada o no. El instalador comprueba varios archivos y si detecta cree encontrar información sobre una instalación previa, no prosigue.
    Intenta de todos modos desde el Panel de Control si estas en Windows, desinstalar el instalador de Adobe, de paso comprueba que no tengas una instalación anterior, reinicia el ordenador, e intenta todo de nuevo.

Maybe you are looking for