Why the x$bh view does not exist?

Why the x$bh view does not exist?
SQL> select*from v$version;
BANNER
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
PL/SQL Release 11.1.0.6.0 - Production
CORE    11.1.0.6.0      Production
TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
NLSRTL Version 11.1.0.6.0 - Production
SQL> conn system/oracle
Connected.
SQL> desc X$BH;
ERROR:
ORA-04043: object X$BH does not exist

SQL> desc x$bh
Name                            Null?    Type
ADDR                                  RAW(4)
INDX                                  NUMBER
INST_ID                             NUMBER
HLADDR                              RAW(4)
BLSIZ                                  NUMBER
NXT_HASH                             RAW(4)
PRV_HASH                             RAW(4)
NXT_REPL                             RAW(4)
PRV_REPL                             RAW(4)
FLAG                                  NUMBER
RFLAG                                  NUMBER
SFLAG                                  NUMBER
LRU_FLAG                             NUMBER
TS#                                  NUMBER
FILE#                                  NUMBER
DBARFIL                             NUMBER
DBABLK                              NUMBER
CLASS                                  NUMBER
STATE                                  NUMBER
MODE_HELD                             NUMBER
CHANGES                             NUMBER
CSTATE                              NUMBER
LE_ADDR                             RAW(4)
DIRTY_QUEUE                             NUMBER
SET_DS                              RAW(4)
OBJ                                  NUMBER
BA                                  RAW(4)
CR_SCN_BAS                             NUMBER
CR_SCN_WRP                             NUMBER
CR_XID_USN                             NUMBER
CR_XID_SLT                             NUMBER
CR_XID_SQN                             NUMBER
CR_UBA_FIL                             NUMBER
CR_UBA_BLK                             NUMBER
CR_UBA_SEQ                             NUMBER
CR_UBA_REC                             NUMBER
CR_SFL                              NUMBER
CR_CLS_BAS                             NUMBER
CR_CLS_WRP                             NUMBER
LRBA_SEQ                             NUMBER
LRBA_BNO                             NUMBER
HSCN_BAS                             NUMBER
HSCN_WRP                             NUMBER
HSUB_SCN                             NUMBER
US_NXT                              RAW(4)
US_PRV                              RAW(4)
WA_NXT                              RAW(4)
WA_PRV                              RAW(4)
TCH                                  NUMBER
TIM                                  NUMBERwrong USER

Similar Messages

  • MBAM - SCCM 2012 Reports - Error: the 'MBAM Policy' view does not exist

    Hi
    I have installed MBAM with SCCM 2012 integration. A single server install with SQL server 2012. Mostly it has gone smoothly and laptops are being encrypted and pins stored and recoverable. The problem I have is reports are not showing. I get the following
    error message.
    "Error: the 'MBAM Policy' view does not exist"
    Any ideas why this is? I get the same error message with all 4 reports.

    Hi Slycy,
    There is another thread that seems to be a similar issue
    here that may help you. The last post in particular has a number of steps that you can use to speed up creation of the views:
    Just for future reference, there are quite a few things that have to happen before the view is created. This is merely how CM works.
    Make MBAM MOF changes
    Select TPM spec version in hardware inventory
    Install MBAM CM Integration feature
    Perform a machine policy refresh cycle on a client to get the MOF changes that need to be inventoried
    Perform hardware inventory
    Update MBAM Supported Computers collection membership.  The machine should appear if it meets the criteria
    Run another machine policy refresh on the client so that the Configuration Baseline will come down
    Make sure that the MBAM agent has woken up once
    Evaluate the Configuration Baseline
    The MBAM views should be created now.
    You don't have to do this for every machine, but this is the process to speed it up.  If you let CM do it, it could take over a week before the view is created the first time, depending on when Hardware inventory runs, etc.
    Hope this helps,
    David

  • ORA-00942: the table or view does not exist

    Hello!!!!
    I have tree simple mappings each one with only one dimention and sometimes external or normal tables. One of them is ok but I can´t deploy the others.
    In Controle Center I have this messege: the table or view does not exist.
    I genereted both queries and run in SQL navigator with the same message.
    I realized that I can set the schema properties for external tables but I couldn´t do the same for Dimension (or I don´t know where I can do this).
    I believe that I have to set this propertie for dimension to have my mapping running ok, but I realized that the only one mapping that is ok does not have this propertie set.
    Where is the problem?!!?!?!?
    I validated these mapping and they have warnnings about column length, no errors.
    In the previous OWB version I used to set this propertie, but in 10.2 I don´t know if is realy necessary.

    Try to open the package body with a tool like TOAD and try to compile it. When you use TOAD the process stops where the error is. Then you know which table or view doesn't exist for the OWB. If the table or view does exist then it is almost certainly a missing privilege that prevents you from succesfully deploying your mapping. If the table or view does not exist then you've got to deploy the underlying (bound) table.
    Regards,
    Jörg

  • Error: the 'MBAM Policy' view does not exist.

    MBAM 2.0 SP1 with SCCM 2012 integration:
    I am receiving this error when the reports are run from the reporting services point and from inside of the SCCM console. The view that the reports are testing for does exist in the SCCM database. I do not understand why the reports are giving this error.
    Each of these MBAM reports have a test for the view V_GS_MABM_POLICY :
        DECLARE @query nvarchar(70)
              SET @query = N'SELECT COUNT(EncodedComputerName0) AS Status FROM V_GS_MBAM_POLICY'
        BEGIN TRY
          EXEC(@query)
        END TRY
        BEGIN CATCH
          SELECT 0 AS Status
        END CATCH
    If the Try fails then you receive the above error message in Red Font.
    This view - V_GS_MBAM_POLICY does exist so I am not sure why this is occurring. I have completely redone the MBAM setup on the SCCM 2012 server after removing all the MBAM collection and reports, etc. following the instructions from this article -
    http://support.microsoft.com/kb/2831166 I also removed the classes. I ran the setup again - just the SCCM integration feature and it gives me the same results. Some have suggested that the inventory has
    to be collected by the clients first before these reports work and that doesn't appear to be the case. This red font error message is only shown if the view is not reachable. Anyone have any ideas?

    I was mistaken, the view is queried for a count and if 0, it displays that error message. So it may be correct that this is normal until the first clients return data that populates the MBAM/Bitlocker tables.

  • Table or view does not exist when using in PL/SQL block

    I hav something strange...
    When i execute a query it works just fine... When i use the exact same query in a function i want to create, i get the error 'table or view does not exist'
    I create the function with the same user then when i'm executing the query.
    For example:
    select name,userid from portal.WWLOG_ACTIVITY_LOGS
    if i execute this... it works fine. I get my results.
    However when i create a function:
    CREATE OR REPLACE FUNCTION EBUSINESS.GET_USER_CREATOR (p_userid IN Varchar2) return VARCHAR2
    as
    /*CURSOR c_user_creator IS
    select distinct name,userid from portal.WWLOG_ACTIVITY_LOGS
    where sub_domain = 'user' and action = 'create'
    and name = p_userid;*/
    v_creator varchar2(500);
    v_ret_val VARCHAR2(500) := 'NOT_FOUND';
    BEGIN
    select userid into v_ret_val from portal.WWLOG_ACTIVITY_LOGS
    where sub_domain = 'user' and action = 'create'
    and name = p_userid;
    --v_ret_val := x.userid;
    --end loop;
    -- Is the user in the group or not?
    /*OPEN c_user_creator;
    FETCH c_user_creator INTO v_creator;
    IF c_user_creator%FOUND THEN
    v_ret_val := v_creator;
    ELSE
    v_ret_val := 'NOT FOUND';
    END IF;
    CLOSE c_user_creator;*/
    Return v_ret_val;
    END;
    The table or view does not exist...
    I tryed with cursor, select into, for x in (select....)
    Nothing works.
    A select grant is a select grant right? Are there different grant you should use so you can select it into a function or just do a normal select?
    I also tryed to create a view that just sais select * from WWLOG_ACTIVITY_LOGS but that doesn't work...

    Are there different grant you should use so you can
    select it into a function or just do a normal select? Yes. Grants on objects used in functions/procedures must be given directly to the user, and not through a role.

  • APEX_APPLICATION_FILES: ORA-00942: table or view does not exist

    Hello,
    As my first APEX task I am attempting the upload/download demo on http://download.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32469/up_dn_files.htm
    The ultimate goal is to store PDF files in the database.
    In order to complete step 1: To create an application using the Create Application Wizard:
    - I first created a user from SYSTEM called 'myapp'
    - Next I logged into 'myapp' to continue the exercise. (I am wondering if that is where I am going wrong... If so, please clarify)
    - Knowing that I would want to save the upload to a table I created a table with a BLOB
    I did the steps for the upload and ran the application - no errors to there.
    Next I needed to "To create a report on APEX_APPLICATION_FILES:".
    I started the wizard as instructed. When I pasted the SELECT ... FROM APEX_APPLICATION_FILES, I got the table or view does not exist. A quick review of the TABLES tab shows only the tables that I created. Not any of the system tables or views.
    I logged back in as SYSTEM and reviewed the 'rights' given the user 'myapp'. All were checked.
    I knew nothing of Oracle when I installed XE, so I took defaults or whatever the install doc said to do. Is that part of the problem? It is clear that I do not have rights to see that table, but I also do not see the table when logged in as SYSTEM.
    Any insight appreciated,
    Rick

    Thanks for the reply.
    Version is:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Database      
    NAME     XE
    CREATED     10/13/2006 08:04:21 PM
    RESETLOGS_TIME     10/13/2006 08:04:25 PM
    Install Version 10.2.1015
    Regarding the code links, this one looks like what I need:
    DECLARE
    l_bfile BFILE;
    l_blob BLOB;
    BEGIN
    INSERT INTO tab1 (col1)
    VALUES (empty_blob())
    RETURN col1 INTO l_blob;
    l_bfile := BFILENAME('IMAGES', 'MyImage.gif');
    DBMS_LOB.fileopen(l_bfile, Dbms_Lob.File_Readonly);
    DBMS_LOB.loadfromfile(l_blob, l_bfile, DBMS_LOB.getlength(l_bfile));
    DBMS_LOB.fileclose(l_bfile);
    COMMIT;
    END;
    Is the 'BFILENAME' function that causes the 'get a filename' dialog box of Windows to open for the user to find which file to upload?
    I'm going off to look for a newer version of APEX, thanks.

  • View does not exist

    I am accessing the database from PL/SQL developer.Ceratin views are created. I am able to access only some views in the SQL command window in APEX. For those views, queries are executing. Some views are not accessible.It reports the error: table/view does not exist.Entire code that is executing in PL/SQl developer is not executing in APEX. I m using objectnameowner.viewname in my query.
    For Ex: select * from apps. MTL_EAM_AT_NUM_ALL_V works.
    select * from apps.MTL_EAM_AT_ACTIVITY_V does not work. Shows the error: Table/view does not exist.

    The view is not in the list. The view used in the query that is executing is also not in the list.I have got 3 schemas in apex, and a view (query on a view) which works in a particular schema does not work in the other.(even after prefixing with the owner name).
    select * from apps. MTL_EAM_AT_NUM_ALL_V works when a particular schema is chosen.
    select * from apps.MTL_EAM_AT_ACTIVITY_V does not work when the same schema as above is chosen.It works in a different schema.

  • Error handling function: ORA-20001: get_dbms_sql_cursor error:ORA-00942: table or view does not exist  is not trapped. Why?

    Why APEX 4.1 Error handling function does not trap  the error of missing table?
    Say, I create simple application with single IR report page and I also assign standard simple error handling function.
    Function works perfectly, except but this case:
    If I just drop a table used by report page and then refresh the page I am getting usual APEX error message:
    ORA-20001: get_dbms_sql_cursor error ORA-00942: table or view does not exist
    and error handling function is not invoked at all.
    Is this a feature or a bug?

    Hi,
    Check the corrections given in the note 990764:
    Reason and Prerequisites
    Up to now, using a characteristic with its own master data read class as the InfoProvider was not supported. This is now released but it is not available for all modelings. Using the attributes in the query is not supported for characteristics that have their own master data read class. Using the attributes in the query causes a termination. The following errors may occur in this case:
    ORA-00942: table or view does not exist
    Fehler in CL_SQL_RESULT_SET  Include NEXT_PACKAGE
    RAISE_READ_ERROR in CL_RSDRV_VPROV_BASE
    Solution
    SAP NetWeaver 2004s BI
               Import Support Package 11 for SAP NetWeaver 2004s BI (BI Patch 11 or SAPKW70011) into your BI system. The Support Package is available once Note 0914305 "SAPBINews BI 7.0 Support Package 11", which describes this Support Package in more detail, has been released for customers.
    In urgent cases you can implement the correction instructions.
    The correction instructions contain the tightened inspection for characteristics.
    Regards,
    Anil Kumar Sharma .P

  • Why Table or View does not exist???

    Hi to all. I have an issue with my Business Objects. I have a relationship between two entities with the following cardinality:
    EntityA 1......* Entity B, the relation is a composition and the IDs for them are DB Sequence.
    I have created the corresponding views and the view link and they all work fine in the Application Module. Also, in the View Object for the EntityA ( ViewObjectA ), I have created a View Criteria, a nested one, with two attributes: the first one is an att from the*ViewObjectA* and use a value from a bind variable (Integer), and the second one is an attribute from the Entity B son and it's value is static (1). I tested with the query button and says OK. When I run the AppModule for test the ViewCriteria, I got this error: ORA-00942: table or view does not exist . And for my sorprise, I checked the query resultant and it's wrong!! Please see an example below:
    SELECT Att1,Att2 FROM EntityA WHERE ( ( ( (EntityA.att1 = :id ) AND (EXISTS(SELECT 1 FROM EntityBNQ1 EntityBNQ1 WHERE ( (*EntityBDNQ1.att1 = :id*) ) AND ( EntityA.att1 = EntityBDNQ1.att1 ))) ) ) ) AND (EntityA.att1 = EntityBDNQ1.Att1))) ) ) )
    As can be seen, the name of the tabla for the EntityB has NQ1 attached, and I don't know why. The view link works perfectly, as also the create operation for both ViewsObjects.
    Please can anyone tell me what I'm doing wrong, if I have a mistake? What should I do??
    Thanks in advance.
    PS: In a new application, I created a Business Components from DataBase, and it works my WiewCriteria. I just can't believe that I should start all over again.
    Thanks in advance again.

    Hi and thanks for the answers. Apologize for my forgetfulness of the version. It's 11.1.1.5.0 and ADF Business Components 11.1.1.60.13
    I created a new Application and I made a Business Components From Table with only the two Entities mentioned before. Once configured (Put the ID as a DBSequence), created the views an the View Criteria and it's just all fine.
    Hear is fragment of the XML from my EntityA (the god one). The first part it's the key attribute, the second one its the key.
    This is the god working version
    <Entity
      xmlns="http://xmlns.oracle.com/bc4j"
      Name="Person"
      Version="11.1.1.61.92"
      DBObjectType="table"
      DBObjectName="EntityA"
      AliasName="Person"
      BindingStyle="OracleName"
      UseGlueCode="false">
      <DesignTime>
        <Attr Name="_codeGenFlag2" Value="Access"/>
        <AttrArray Name="_publishEvents"/>
      </DesignTime>
      <Attribute
        Name="EntityId"
        ColumnName="EntityA_ID"
        SQLType="NUMERIC"
        Type="oracle.jbo.domain.DBSequence"
        ColumnType="NUMBER"
        TableName="EntityA"
        PrimaryKey="true"
        IsUpdateable="while_insert"
        Domain="oracle.jbo.domain.DBSequence" //Different
        RetrievedOnInsert="true">
        <DesignTime>
          <Attr Name="_DisplaySize" Value="39"/> //Different, but don't think it's important
          <Attr Name="_SequenceStart" Value="1"/>
          <Attr Name="_SequenceName" Value="EntitiA_SEQ"/>
        </DesignTime>
      </Attribute>
    ...This is the bad working version
    <Entity
      xmlns="http://xmlns.oracle.com/bc4j"
      Name="EntityA"
      Version="11.1.1.60.13"
      DBObjectType="table"
      DBObjectName="EntityA"
      AliasName="EntityA"
      BindingStyle="OracleName"
      UseGlueCode="false"
      RowClass="criminal.model.entities.filiative.EntityAImpl">
      <DesignTime>
        <AttrArray Name="_publishEvents"/>
        <Attr Name="_codeGenFlag2" Value="Access"/>
        <Attr Name="_isCodegen" Value="true"/>
      </DesignTime>
      <Attribute
        Name="Entity_ID"
        IsUpdateable="while_insert"
        DefaultValue="@0"    //Different
        ColumnName="EntityA_ID"
        SQLType="NUMERIC"
        Type="oracle.jbo.domain.DBSequence"
        ColumnType="NUMBER"
        TableName="EntityA"
        PrimaryKey="true"
        RetrievedOnInsert="true">
        <DesignTime>
          <Attr Name="_SequenceStart" Value="1"/>
          <Attr Name="_SequenceName" Value="EntityA_SEQ"/>
        </DesignTime>
      </Attribute>
    ... Hear is the constrain (the god one) related to the key att:
    <Key
        Name="EntityAEntityAIdCheck10">
        <DesignTime>
          <Attr Name="_DBObjectName" Value="EntityA_EntitAy_ID_CHECK_10"/>
          <Attr Name="_checkCondition" Value='"EntityA_ID" IS NOT NULL'/>
          <Attr Name="_isCheck" Value="true"/>
        </DesignTime>
        <AttrArray Name="Attributes"/>
      </Key>
    ...Hear is the constrain (the bad one) related to the key att:
      <Key
        Name="EntityAEntityAIdCheck10">
        <DesignTime>
          <Attr Name="_isNotNull" Value="true"/>
          <Attr Name="_DBObjectName" Value="EntityA_EntityA_ID_CHECK_10"/>
          <Attr Name="_checkCondition" Value='"EntityA_ID" IS NOT NULL'/>
          <Attr Name="_isCheck" Value="true"/>
        </DesignTime>
        <AttrArray Name="Attributes">
          <Item Value="model.EntityA.EntityA_ID"/>
        </AttrArray>
      </Key>
    ...Hear is the XML of the EntityB The differences are the same that in EntityA
    the key att:
    <Entity
      xmlns="http://xmlns.oracle.com/bc4j"
      Name="EntityB"
      Version="11.1.1.61.92"
      DBObjectType="table"
      DBObjectName="EntityB"
      AliasName="EntityB"
      BindingStyle="OracleName"
      UseGlueCode="false">
      <DesignTime>
        <Attr Name="_codeGenFlag2" Value="Access"/>
        <AttrArray Name="_publishEvents"/>
      </DesignTime>
      <Attribute
        Name="EntityBId"
        ColumnName="EntityB_ID"
        SQLType="NUMERIC"
        Type="oracle.jbo.domain.DBSequence"
        ColumnType="NUMBER"
        TableName="EntityB"
        PrimaryKey="true"
        IsUpdateable="while_insert"
        Domain="oracle.jbo.domain.DBSequence"
        RetrievedOnInsert="true">
        <DesignTime>
          <Attr Name="_DisplaySize" Value="39"/>
          <Attr Name="_SequenceStart" Value="1"/>
          <Attr Name="_SequenceName" Value="EntityB_SEQ"/>
        </DesignTime>
      </Attribute>
    ...this is the bad one
    <Entity
      xmlns="http://xmlns.oracle.com/bc4j"
      Name="EntityB"
      Version="11.1.1.60.13"
      DBObjectType="table"
      DBObjectName="EntityB"
      AliasName="EntityB"
      BindingStyle="OracleName"
      UseGlueCode="false"
      RowClass="model.EntityBImpl">
      <DesignTime>
        <Attr Name="_codeGenFlag2" Value="Access"/>
        <AttrArray Name="_publishEvents"/>
        <Attr Name="_isCodegen" Value="true"/>
      </DesignTime>
      <Attribute
        Name="EntityB_ID"
        IsUpdateable="while_insert"
        ColumnName="EntityB_ID"
        SQLType="NUMERIC"
        Type="oracle.jbo.domain.DBSequence"
        ColumnType="NUMBER"
        TableName="EntityB"
        PrimaryKey="true"
        RetrievedOnInsert="true">
        <DesignTime>
          <Attr Name="_SequenceStart" Value="1"/>
          <Attr Name="_SequenceName" Value="EntityB_SEQ"/>
        </DesignTime>
      </Attribute>
    ...the key (the god one)
    <Key
        Name="FkEntityB">
        <DesignTime>
          <Attr Name="_isCascadeDelete" Value="true"/>
          <Attr Name="_referencedKey" Value="EntityA_PRIMARY_KEY_10"/>
          <Attr Name="_isForeign" Value="true"/>
          <Attr Name="_DBObjectName" Value="FK_EntityB"/>
        </DesignTime>
        <AttrArray Name="Attributes">
          <Item Value="project1.EntityB.EntityBEntityBId"/>
        </AttrArray>
      </Key>
    ...the bad one
    <Key
        Name="FkEntityB">
        <DesignTime>
          <Attr Name="_isCascadeDelete" Value="true"/>
          <Attr Name="_referencedKey" Value="EntityA_PRIMARY_KEY_10"/>
          <Attr Name="_isForeign" Value="true"/>
          <Attr Name="_DBObjectName" Value="FK_EntityB"/>
        </DesignTime>
        <AttrArray Name="Attributes">
          <Item Value="project1.EntityB.EntityBEntityBId"/>
        </AttrArray>
      </Key>
    ...Sorry if is too long.
    What might be wrong? It's that enough to determine the error?
    Thanks again.
    PS: I did try look for NQ1 as kdario said and nothing was found. I had already done regenerate the association as 969750 said and still habe the same error.

  • A newbie problem - Why 'ORA-00942: table or view does not exist'

    Hi,
    I am a newbie having a very basic problem.
    I have just created a table by reading in a CSV file.
    However when I try to SELECT from it, I get an error message saying :-
    ORA-00942: table or view does not exist
    How can this be when I can see the table name ?
    I have tried a couple of things that I found in the Discussion Forum, like 'ALTER SCHEMA' and 'GRANT SELECT'.
    Neither seemed sensible because I have just created a table, and sure enough, neither helped.
    It's disappointing that something so basic can go wrong.
    I will be very grateful for any advice.
    Barry

    This tool and forum is awesome. I'm a developer that was never touched HTMLDB and now with in a month I'm developing applications quickly and when I have a question I have this active forum to ask my sometimes stupid and othertimes valid questions! This is great! I don't know where you all find the time to help out so much!
    It is a little addicting though... I find myself sitting down Saturday morning just to spend a couple of minutes reading the posts and next thing I know hours have gone by as I use what I read because I can't wait until Monday...
    Thank you all for everything!!!! HTMLDB, APEX, Javascript and now in another post I'm learning about "Fine Grained Access Control" or "Virtual Private Database".
    Enjoy, BillC :>)

  • ERROR ORA-00942: table or view does not exist

    Hi:
    I created a .sql file and a loader file. Running the .sql file with sql * plus Worksheet:
    declare
    gr sdo_georaster;
    begin
    select image into gr from gis.RasterImages where geoid=1 for update;
    sdo_geor.generatePyramid(gr,'resampling=NN');
    update gis.RasterImages set image=gr where geoid=1;
    commit;
    end;
    I trying to create a pyramid,but the error appeared:
    ERROR at line 1:
    ORA-29400: DATA CONTROL ERROR ORA-00942: table or view does not exist
    ORA-06512: &#22312; "MDSYS.SDO_GEOR_INT", line 162
    ORA-06512: &#22312; "MDSYS.SDO_GEOR", line 826
    ORA-06512: &#22312; line 5
    I don't know why?
    Anyone can help me?
    Thanks.

    Hi,
    I think you are executing the select statement for schema X and the table is in the schema srnr.
    And schema X is not having select privilege on the table 'students' present in schema srnr.
    Goto schema srnr.
    Execute the following statement:
    grant select on students to X;
    This will give schema X the privilege to query the table students present in srnr.
    Regards,
    Anupama

  • Error while deploying map: ORA-00942 Table or view does not exist

    Hi OWB experts,
    I'm having yet another problem with OWB, this time when I try to deploy a mapping I get this error:
    ORA-06550: line 59, column 3:
    PL/SQL: ORA-00942: table or view does not exist
    DIM_01_ESTCON_MAP
    ORA-06550: line 93, column 3:
    PL/SQL: SQL Statement ignored
    If I open the package that OWB created I see the errors:
    CURSOR "DEDUP_SRC_0_IN2_c" IS
    SELECT
    "DEDUP_INPUT_SUBQUERY2$1"."ESTADOCONEXION_ID" "ESTADOCONEXION_ID",
    "DEDUP_INPUT_SUBQUERY2$1"."ESTADOCONEXION_COD_ESTCON" "ESTADOCONEXION_COD_ESTCON",
    "DEDUP_INPUT_SUBQUERY2$1"."ESTADOCONEXION_DESC_ESTCON" "ESTADOCONEXION_DESC_ESTCON",
    "DEDUP_INPUT_SUBQUERY2$1"."STANDARD_TOTAL_COD_TTL" "STANDARD_TOTAL_COD_TTL"
    FROM
    (SELECT
    DISTINCT
    "DIM_01_ESTCON_MAP"."GET_CONST_CA_0_ESTADOCO" "ESTADOCONEXION_ID",
    "ESTADOS"."ESTADO" "ESTADOCONEXION_COD_ESTCON",
    "ESTADOS"."DESC_EST" "ESTADOCONEXION_DESC_ESTCON",
    "DIM_01_ESTCON_MAP"."GET_TOTAL_C_0_TTLID" "STANDARD_TOTAL_COD_TTL"
    FROM
    "CONSULTA"."ESTADOS"@"PROD@AYADEV_LOCATION" "ESTADOS"
    WHERE
    ( estado LIKE 'EC%' )) "DEDUP_INPUT_SUBQUERY2$1";
    Where AYADEV_LOCATION points to the module/schema/location where my source data is.
    Now, I have defined three modules:
    SOURCE, where I defined the tables and other objects from the original database (source data)
    STAGE, where I am performing all the transformations; here I defined all the maps
    TARGET, this holds the dimensions and fact tables.
    Now all three modules point to different databases. The dblink for AYADEV_LOCATION has been created and shouldn't present any problems. The username that I'm using to log on to the source database is current and I can connect to it through SQL+ or any other program (TOAD, SQLDeveloper).
    What could be happening here? I'm using OWB 10g R2, with Oracle DB 10g R2.
    I'd really appreciate any help you could provide.
    Best Regards,
    --Osvaldo
    [osantos]

    Hi,
    I'm still having problems but I found out why these tables are returning errors. The username I've been given by the DBA to connect to the database is CONSULTA, but this user is only for querying purposes, the actual objects reside on a differente schema, of course, which is PROD. So the line:
    "CONSULTA"."ESTADOS"@"PROD@AYADEV_LOCATION" "ESTADOS"
    raises an exception because the table ESTADOS is not located on that schema, but on PROD. If I query the table from SQL Plus with:
    SELECT *
    FROM [email protected]@AYADEV_LOCATION
    then there's no problem at all.
    Why is this? How do I instruct OWB to point to the correct schema or to avoind fully qualifying the table name?
    Please help me, I'm kind of confused here.
    Best Regards,
    --oswaldo.
    [osantos]

  • Compile error "table or view does not exist"

    When I run the following code, I get a compile error:
    Error(5,33): PL/SQL: ORA-00942: table or view does not exist
    I can run the select statement by itself as an SQL query, so why does this not work in PL/SQL?
    CREATE OR REPLACE
    PROCEDURE PREPTEST AS
    BEGIN
        FOR rec IN (SELECT rep_id FROM diag.diag_rep )
        LOOP
          DBMS_OUTPUT.PUT_LINE(' record ID is ' || rec.rep_id);
        END LOOP;
    END;

    Within SQL the permissions can be taken from the Role that the user has.
    Within PL/SQL permissions are not taken from Roles and have to be explicitly granted to the user.
    GRANT the appropriate permissions to the user and the PL/SQL code will work.

  • Informatica 9.0.1:- Table or view does not exist, error occured at recurive

    Hello every one,
    I am new to this field, I am getting error when I run my workflow in other folder, It is giving table or view does not exist, And I understood that the target table is not present,
    Actual table present is ws_twfs_olb_project_ds but in the session log it is showing wc_twfs_olb_project_ds1. I don't know why in the session log it is showing like that.
    Might be the problem occured during the importing session. If so, Can you please provide me how to resolve this issue.
    Thanks in advance!

    wc_twfs_olb_project_ds1 is an alias table and used in Informatica mapping to do self join(specifically in order to query different column multiple times).
    Ideally you sholud be checking the wc_twfs_olb_project_ds in the OLAP schema.Try connecting to OLAP scheam by toad or SQL*PLUS and let me know if you are able to view this table or not?..
    Regards,
    Veeresh Rayan

  • 10gLiteR3 publishing ORA-00942: table or view does not exist error

    Hi All,
    I am encountering table or view does not exist error while publishing using the api.
    Below is the code:
    try {
    consolidatorManager.openConnection("MOBILEADMIN","PASSWORD", ADMIN_JDBC_URL);
    mobileResourceManager = new MobileResourceManager("MOBILEADMIN","PASSWORD",ADMIN_JDBC_URL);
    consolidatorManager.createPublicationItem(EXT_CONN, "RMT_TEST_TABLE" , "MOBILEADMIN","RMT_TEST_TABLE", "F", "SELECT * FROM MOBILEADMIN.RMT_TEST_TABLE", null, null);
    consolidatorManager.addPublicationItem(mobileResourceManager.getPublication("/mobileApp"),"RMT_TEST_TABLE",null, null, "S", null, null);
    } catch (Exception e) {
    e.printStackTrace();
    When I execute the above code it does not throw any exceptions but I see the below error in err.log. I,U,D triggers are getting created on the remote table, CMP, CFM, CVR,CLG tables are also created, I also see primary key for this table in VPKS. Publishing seems to be fine but I see the below error in err.log.
    java.sql.SQLException: ORA-00942: table or view does not exist
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1451)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:651)
         at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2117)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2331)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:422)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:366)
         at oracle.lite.sync.Subscription.getVirtualTablePrimaryKey(Subscription.java:7522)
         at oracle.lite.sync.Subscription.getTablePrimaryKey(Subscription.java:7365)
         at oracle.lite.sync.Subscription.CreatePublicationItem(Subscription.java:2334)
         at oracle.lite.sync.Subscription.CreatePublicationItem(Subscription.java:2157)
         at oracle.lite.sync.Subscription.CreatePublicationItem(Subscription.java:2129)
         at oracle.lite.sync.Subscription.CreatePublicationItem(Subscription.java:2108)
         at oracle.lite.sync.Subscription.CreatePublicationItem(Subscription.java:2093)
         at oracle.lite.sync.Subscription.CreatePublicationItem(Subscription.java:2079)
         at oracle.lite.sync.ConsolidatorManager.createPublicationItem(ConsolidatorManager.java:1253)
    I am not able to figure out what table it is looking for. Any ideas why this is happening?

    check the MGP compose process, is it also showing the error?
    If it is them at some point in 10.2 Oracle introduced a 'feature' (ie: bug) that causes problems to the housekeeping routines when new versions of publication items are published
    In 10.0 and early 10.2 when making changes to publication items VIEWS called CPV$.. were created to log the column list for each version of a publication item, and check if you are making changes when you publish. In the case of old versions, once all clients have synchronised and been moved to the latest version it tries to delete this view.
    at some point the publish started creating TABLES instead of views (but using the same naming convention ie: CPV$..). This works fine as far as the logging of changes and old column lists, but the housekeeping called at the end of the publish and GP process still trieds to do a DROP VIEW and this causes the error.
    The only way of clearing this i have found is to look at the log file to get the name of the object that it is trying to drop, set up a view script to create a dummy view with the list of columns in the table, drop the table and then create the view. It then gets dropped on the next MGP cycle and the error goes away
    If the error is not showing up in the MGP process, only in the publish, and your changes appear to be publishing OK, then the problem is likely to be with a snapshot definition AFTER the change you have made - real pain to identify on re-publish - possibly missing schema name in the snapshot definition

Maybe you are looking for

  • How to get back from Show form  to Render List  form in XML Forms

    Hi, As we use the Hyperlink "Display" in RenderList form to go to Show form similarly what kind of hyperlink shoul we use in Show Forms to get back to RenderList Forms. We did try out with the Back option but are not getteing the desired result. Swet

  • Final Cut Pro start up

    hi I dont know the tech speak but basically I have been working on a project in Final Cut Pro 5 for the last few months and it's all been going smoothly. Then today, I tried to open it and it brings up the loading screen (where it says who it's licen

  • HT204053 What if I share the iPad with another user?

    How does iCloud work on the iPad if you share it with another user with their own account?

  • To display Ware hose Address for PO

    hi every One i want to display the ware house address in start of report in PLD by changing the ware house in row level the ware house addresss should be changed in Purchase Order

  • How to not create duplicates in contacts & calendar on laptop #2

    Ok. I have 2 laptops and someone how here helped me solve the duplicates issues on laptop #1 - it was only happening on the calendar side.  Now i need to synch the same BB on a dif laptop.    I thougth I solved it when on laptop #1 the config is set