Existing Table not found

Hello All,
I am new to this forum. I am having a problem here. I am trying to look up for a table. I know under which user the table is created. I am able to query the table but when i query the dba_tables i do not find the table which is wierd. Please help me how to find the table
SQL> select user_id, username, account_status from dba_users where username like
*'%EDAA_USER%';*
USER_ID USERNAME ACCOUNT_STATUS
111 EDAA_USER OPEN
SQL> select * from dba_tables where owner = 'EDAA_USER' and table_name = 'CLM_DE
NT_HEADER';
no rows selected
SQL> desc edaa_user.clm_dent_header
Name Null? Type
ACCUM_UPDT VARCHAR2(3)
ALT_ID VARCHAR2(27)
AMOUNT_PAID NUMBER(10,2)
CAT_NUM VARCHAR2(3)
CERT_NO VARCHAR2(9)
CHECK_NO VARCHAR2(9)
CHECK_AMT NUMBER(10,2)
CHECK_DATE DATE
CHECK_STATUS VARCHAR2(6)
CHECK_STATUS_DESC VARCHAR2(200)
CLAIM_NO VARCHAR2(12)
CLM_DENT_HEADER_KEY NOT NULL NUMBER(38)
CLAIM_STATUS VARCHAR2(12)
CLAIM_STATUS_DESC VARCHAR2(200)
REC_CODE VARCHAR2(2)
COINS_AMT NUMBER(10,2)
COPAY_AMT NUMBER(10,2)
CHECK_CASHED_DATE DATE
SETTLED_DATE DATE
DEDUCTIBLE_AMT NUMBER(10,2)
E_DOC_FLAG VARCHAR2(3)
START_DATE DATE
GROUP_NO VARCHAR2(8)
INTEREST_PAID NUMBER(7,2)
END_DATE DATE
LETTER_CODE VARCHAR2(6)
LETTER_DESC VARCHAR2(200)
MBR_DEMO_KEY NUMBER(38)
NEA_ID VARCHAR2(15)
NOTES VARCHAR2(4000)
PAR_NON_PAR_IND VARCHAR2(3)
PAR_NON_PAR_IND_DESC VARCHAR2(200)
MBR_DOB DATE
MBR_FIRST_NM VARCHAR2(30)
MBR_LAST_NM VARCHAR2(30)
PAID_TO VARCHAR2(3)
PAY_TO_NUM VARCHAR2(13)
PAY_TO_DESC VARCHAR2(30)
PAY_TO_SUFFIX VARCHAR2(4)
PROC_BY_ID VARCHAR2(3)
PRV_FIRST_NM VARCHAR2(12)
PRV_DEMO_KEY NUMBER(38)
PRV_LAST_NM VARCHAR2(20)
PRV_NO VARCHAR2(13)
QC_FLAG VARCHAR2(3)
RECEIVED_DATE DATE
REMARK VARCHAR2(240)
STATUS_DATE DATE
SUPR_ID VARCHAR2(3)
TAX_NO VARCHAR2(9)
TOTAL_ALLOWED NUMBER(10,2)
TOTAL_CHARGE NUMBER(8,2)
UPDATE_DATE DATE
XRAY NUMBER(2)
SRC_SYS_ID NOT NULL NUMBER(38)
BATCH_ID NOT NULL NUMBER(38)
ETL_DATE_CREATED NOT NULL DATE
ETL_DATE_UPDATED NOT NULL DATE
ETL_DATE_DELETED DATE

Try
select object_type from dba_objects where owner = 'EDAA_USER' and object_name = 'CLM_DENT_HEADER';If the object_type is VIEW or SYNONYM, then a describe will still work, but you will have to look in DBA_VIEWS or DBA_SYNONYMS for more detail.
Regards,
Bob

Similar Messages

  • Base table not found

    CF5 Newbie needs help.
    I am trying to create a webpage with a searchable access
    database that displays photos.
    I am getting the message ODBC Error Code = S0002 (Base table
    not found). I have verified my database.
    Maybe there is a problem with one of my initial files. I have
    the search, results and details querry set up am I missing an
    additional file here that would cause this problem?
    Thanks -any help is greatly appreciated,
    Jen

    Hi,
    pPerhaps one should explain some basics about privileges in the database.
    You connected as sysdba, named superdba.
    The table(s) you are looking for have been created by the user SAPAJ4DB.
    If a user creates a table, noone !!, really noone is allowed to select them except this owner.
    Not even the sysdba is allowed to select them.
    And it is good that it is like this. I personally do have some private info in tables and do NOT
    want to let them being seen by my boss being the sysdba of the db.
    If the owner wants to allow access to this table, he has to grant privileges to other users.
    There are select, insert, update, delete ( to name the DML-privileges ).
    If the owner of the table you are looking for, did not do this, the sysdba is not allow to see them.
    And then he will receive the error -4004.
    Yes, the table DOES exist. But for the user not having a privileges for this table,
    this table looks like not existing, causing this error to occur.
    Therefore: connect as the owner, select there what you want.
    And then think about your needs and grant the corresponding privileges to other users / the sysdba.
    Have a nice weekend,
      Elke

  • BO4 - auit universe changing to oracle connection - table not found

    Hi,
    We have found the BO4 sample audit universe on sdn and can open in IDT but when parse the objects says table not found.
    The tables physically exist on database and when do insert in data foundation layer they are there.
    Changed connection from mysql to our boaudit databse connection.
    Any ideas?
    Thanks

    Hi Philip,
    I suppose you have downloaded this link:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/40711187-04e8-2d10-d190-851e20c7665a
    This contains only the Activity universes for Sybase and SQL Server but not Oracle. Unfortunately, every database requires its own Activity universe. I am afraid that you have to build your own.
    Regards,
    Julian

  • Table not found error

    Hi all
    I am trying to access tables in SQL server 2000 , from my stateless session bean. The connection s successfull. But i get the following error : please help.
    04:53:19,562 INFO [STDOUT] Error !!java.sql.SQLException: Table not found i
    n statement [select role from login]
    04:53:19,625 INFO [CachedConnectionManager] Closing a connection for you. Plea
    se close them yourself: org.jboss.resource.adapter.jdbc.WrappedConnection@ada795
    java.lang.Throwable: STACKTRACE
    at org.jboss.resource.connectionmanager.CachedConnectionManager.register
    Connection(CachedConnectionManager.java:290)
    at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateC
    onnection(BaseConnectionManager2.java:400)
    at org.jboss.resource.connectionmanager.BaseConnectionManager2$Connectio
    nManagerProxy.allocateConnection(BaseConnectionManager2.java:812)
    at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(Wrapp
    erDataSource.java:88)
    at mfEJB.mfBean.DBConnection(Unknown Source)
    at mfEJB.mfBean.getrole(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(S
    tatelessSessionContainer.java:237)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invo
    ke(CachedConnectionInterceptor.java:158)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(Stat
    elessSessionInstanceInterceptor.java:169)
    at org.jboss.ws.server.ServiceEndpointInterceptor.invoke(ServiceEndpoint
    Interceptor.java:64)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidation
    Interceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInte
    rceptor.java:121)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxIntercep
    torCMT.java:350)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:1
    81)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.
    java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFacto
    ryFinderInterceptor.java:136)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:6
    48)
    at org.jboss.ejb.Container.invoke(Container.java:954)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
    er.java:155)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
    java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(Loca
    lInvoker.java:169)
    at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
    at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerIntercepto
    r.java:206)
    at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.jav
    a:192)
    at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.
    java:61)
    at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:7
    0)
    at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessi
    onInterceptor.java:112)
    at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
    at $Proxy104.getrole(Unknown Source)
    at org.apache.jsp.logincheck_jsp._jspService(logincheck_jsp.java:57)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
    .java:332)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
    14)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:173)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi
    lter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:173)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:178)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit
    yAssociationValve.java:175)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv
    e.java:74)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:126)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:105)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:107)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:148)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :869)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
    rocessConnection(Http11BaseProtocol.java:664)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
    int.java:527)
    at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWor
    kerThread.java:112)
    at java.lang.Thread.run(Thread.java:595)
    Here is the code :
    Connection con=null;
         public Connection DBConnection()
              try
              /*Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
                   String sourceURL = new String("jdbc:microsoft:sqlserver://localhost:1433;database=mfdb;selectMethod=cursor");//user=sa;password=tina");
    con = DriverManager.getConnection(sourceURL,"sa","tina");
                        InitialContext ct=new InitialContext();
              DataSource ds=(DataSource)ct.lookup("java:comp/env/jdbc/microfinance");
              con=ds.getConnection();
              catch(Exception e)
                   System.out.println("Error in connection!!!"+ e);
              return con;
    public int getrole(String luname,String lpass)
    int role=0;
    try
         con=DBConnection();
         if (con != null)
              System.out.println("hi tina !!!");
         Statement pst1 = null;
         String str = "select role from login where userid='" + luname + "' and password='" + lpass + "'";
         pst1=con.createStatement();
                   ResultSet rs=pst1.executeQuery(str);
                   while(rs.next())
                   role=rs.getInt(1);
         catch(Exception e)
         System.out.println("Error !!" + e);
         return role;
    I am able to get the results from the table with another java program. What change should i make when using a statless session bean?
    Thanks in advance

    I am working on SSAS i developed an datacube and deployed succesfully but when i call that SSAS through my SSIS it says that some table is not
    found but the table exist in my SSAS module.
    All things are working fine previous days suddenly this hapened kindly help me in this issue.
    You must understand that there is no concept of tables in SSAS and there is nothing called as a SSAS module. It is called SSAS cubes which has dimensions and facts. What went wrong? What process is scheduled on the SSASA objects?
    Please vote as helpful or mark as answer, if it helps
    Cheers, Raunak | t: @raunakjhawar |
    My Blog

  • Dump : Table not found in oracle database

    Hi,
    I am doing a program regarding analysis of tables belonging to archiving objects.In my program i am calling a RFC function module . 'DB02_ORA_TABLE_INDEX_ANALYSIS . But it is giving the dump for native sql statement .
    --- Oracle block size ----------------------------------------------
      exec sql.
        select value from v$parameter where name like 'db_block_size%'
               into :block_size
      endexec.
    Dump is table not found in database.
    Could please let me know what setting i am missing...
    Thanks in advance.....
    Sudhakar

    Hi,
    the view V$PARAMETER must be accessed through  SAP/Oracle Database Monitor lets you view the active Oracle database parameters and the contents of the init.ora file.
    Alternatively, you can use transaction st04.  You need to apply SAP Note 706927 before using the database monitor.
    Hope this information is help to you.
    Regards,
    José

  • Table not found error while importing table defintion in PI 7.1?

    Hi Guys,
    I am trying to import the table structure from DB2 as an external defintion but i am getting the error table not found.
    There are no connection issues with the DB2 and CC is good. Are there any additional settings i need to perform to import the table?
    any help or suggestions would be really appreciated
    Thanks,
    Srini

    Hi Srinivas,
    I think you want to do JDBC lookup.. you must have created the JDBC receiver communication channel. As your communication channel is correct and still you are getting Table not found error.. Check following steps.
    - Check that your Communication channel is activated and working fine.
    - Check that the ID which you are using in JDBC receiver is having proper authorization to import the table definition.
      Just check with all authorization.
    I think the problem is with insufficient authorization to User ID used on JDBC communication channel.
    Thanks,
    Bhupesh.

  • Getting idoc error - Entry in outbound table not found- in outbound scenari

    hi,
    while generating idoc for outbound idoc to file scenario - i am getting error
    "Entry in outbound table not found" (29 - error in ALE service)
    Diagnosis
    No partner profile (outbound parameter) could be found using the following key:
    /C100/KU//WP_EAN////
    This refers to the key fields in table EDP13:
    RCVPRN  Partner number
    RCVPRT  Partner type
    RCVPFC  Partner function
    MESTYP  Logical message
    MESTYP  Message code
    but already entry has been maintained in partner profiles for the corresponding message.
    same setup is working for other message types. pls let me know what might be the problem

    Hi,
    Check whether partner name is correct or not in WE20/outbound parameters undoer Logical System.
    Regards,
    Sreenivas.

  • "Error in function: Add Table not found [131-183]" - TDS Addon Version 3.16

    While loading TDS Addon Version: 3.16 I am getting the undermentioned error:
    "Error in function: Add Table not found [131-183]"
    SAP B1, 2005B, PL 39.
    It also shows the message that it is successfully installed. When I try to access any of the screen the above messge pops up.
    This is very urgent kindly help me out.
    Edited by: Philip Eller on May 16, 2008 8:50 AM
    Edited by: Philip Eller on May 30, 2008 8:41 AM*

    Dear,
    The addon is a third party addon which was developed by CitiXSys. so the support is provided by the partner who developed the addon.
    Go to the vendor Citixys for further support will give you a quick reply.
    Regards
    Apple

  • Viewing form in Preview Mode Failed. Error: Table not found  [131-183]

    Hi,
    I have created a user form in screen painter in SBODemo. Created UDT, UDF & Registered UDO through my SDK code.
    Everything works fine.
    But when i run my addon on any other DB, and open my custom form it gives an error : Table Not Found.
    I have checked the UDT's , UDF's & my UDO, all are in place and getting created in the DB.
    I tried checking the Form again in screen painter everything is in line. But when i try preview in screen painter it gives an error
    Viewing form in Preview Mode Failed. Error: Table not found  [131-183].
    I can't figure out the issue, i have checked my codes & forms many times.
    Regards
    John

    hi john smith,
    Check your screen painter, probably some fields are defined without the "@" character in front.
    for fields, check the "U_".
    nd.Q

  • Error - Table not found

    Hi Guys,
    Error - TABLLE NOT FOUND
    We are working on discovery server which comes preconfigured from SAP.
    I am able to work on the standard repositories like products available on this server for syndication and importing, but when I am trying to create the new repository I am getting the error TABLE NOT FOUND. Getting this error after entering the DBMS Server, Login Details and Repository Name and Port details.
    Thanks,
    MS

    Hi colleagues
    You should check follow:
    - DBMS-user can connect to DBMS from your workstation(where you run SAP MDM Console)
    - DBMS-user has premissions(grants) according to "installation guide".
    - restart SAP MDM Server
    - update DBMS Settings
    - create new repository
    Regards
    Kanstantsin

  • Entry in outbound table not found

    i am using we19 trying to do standard outbound processing for idoc mbgmcr02
    i use  receiver Port internal and partner abc01
             sender  Port -
      and partner abc02
    in we20  is set up partner
    abc01   type ls   in outbound parameter area i see  mbgmcr
    now in 19 when is use as receiver  partner abc01  i get the following error
    entry in outbound table not found
    /abc01/ls//mbgmcr   message no 400   id E0
    can anyone direct me to what i am doing wrong?????????????????/

    Hi Janice,
    See these..
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/71/9bbdde2f66454bb9771170369bae81/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/2d/f371e4d24a11d289810000e8216438/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/dc/6b80c243d711d1893e0000e8323c4f/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/f0/08ef0d06b111d286e2080009b98822/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/0b/2a6620507d11d18ee90000e8366fc2/frameset.htm
    cheers,
    Prashanth

  • Entry in inbound table not found

    There is a typical problem here. R3 is recieving IDOCs from other (SRM) systems.
    But the sender's(SRM) partner name is not there in R3. The present IDOCs are getting failed with status 56 and message " Entry in inbound table not found" Please help me out..

    Sending partner (number) is not there...so U cannot have partner profile..

  • Entry in outbound table not found, Error message no. EO400

    I have created Partner profile and include message in partner profile.  when i have generated IDOc (we60), that time, it is given error ( Entry in outbound table not found---- Error Msg no. EO400).
    Please suggest me solution for the same.
    Kunjan shah

    Hi Kundan,
    can u be more specifidc about ur requirement.So that i can help u out.What all the configs u have done and what is method ur using for generationg outbound idoc.
    Regards,
    nagaraj

  • Entry in outbound table not found E0 400

    Hi all,
        Can anyone please help me with the below error which i am facing in ALE IDOCS.
    status 29: Entry in outbound table not found E0 400
    I am unable to see my port name in the created IDOC and the basic type is incorrectly called.
    may I know what settings need to be verified.
    Thanks in advance.

    SAP checks the IDoc control record for outbound IDoc against EDP13 (outbound partner profile table). EDP13 is updated when you create outbound partner profile parameter in WE20
    Check if you have created the partner profile outbound parameter in WE20 correctly to match your outbound IDoc control record.
    SAP checks partner number, port, partner function of the receiver along with message type, message code and message function. They all should match between WE20 outbound partner profile parameter for your message type and the IDoc control record (EDIDC) segment.
    This is the SAP code that throws the error message you mentioned
    read table q_edidc index 1.
      select single * from edp13
                      where rcvprn eq q_edidc-rcvprn
                      and   rcvprt eq q_edidc-rcvprt
                      and   rcvpfc eq q_edidc-rcvpfc
                      and   mestyp eq q_edidc-mestyp
                      and   mescod eq q_edidc-mescod
                      and   mesfct eq q_edidc-mesfct
                      and   test   eq q_edidc-test.
      if sy-subrc ne 0.
        concatenate q_edidc-rcvprn '/' q_edidc-rcvprt '/' q_edidc-rcvpfc '/'
                    q_edidc-mestyp '/' q_edidc-mescod '/' q_edidc-mesfct '/'
                    q_edidc-test into text.
        condense text no-gaps.
        message a400(E0) with text(50).
      endif.

  • Entry in outbound table not found in PFAC

    Good day all.
    I'm facing an error "Entry in outbound table not found" when I try to create assignment PFAC (Responsibility Rules).
    Any body have an answer to solve this issue?

    Are you trying to do something related to IDOC/Partner profile related responsibilities?.

Maybe you are looking for

  • Guidance choosing Report Server 6i or Oracle9i Reports ???

    Hi. This is a request for information and/or opinions really. The company I work for want to extend the current Oracle facilities by providing enhanced reporting features, statistics, and analysis of existing databases. ( NB: we have several Oracle D

  • Flow complete before mapping finished

    Hello, I'm having a really strange case. I have a process flow that contains 3 mappings in row (no forking). The first mapping takes quite a long time to execute - lets say 2 hours. The problem is that when I start the flow, it completes already afte

  • Graphics error detected?? is this bad... while using safari

    it just happened never had this before

  • Can Portal and OID Metadata Repository be shared?

    Hi I am designing a solution for my client which includes Portal and OID implementation. I was then posed the question whether the portal and oid metadata repository should be shared. Is there any best practice that anyone can share? Thanks! Regards

  • Importing Screensets in 7.2?

    Can anyone the import settings bug has been fixed in 7.2? In other words, have the developers found a way to have Logic only import what you select from the check boxes (Screensets, Score Styles, Transform Sets, etc), instead of replacing your entire