Table doesn't Exist Error

Hi,
I have source as oracle database and target as HFM. However, I am facing issue in reverse engineering the RDBMS model. It doesn't show the table columns and gives the error "Table doesn't exist.".
I have tried creating a public synonym as well but to no avail.
Can anyone please suggest the suitable resolution?
Thanks
Abhi

Hi,
I added these keys but it is still not reflecting the columns. I tried with credential with DBA privileges but to no avail. The database connection is also getting connected with no hassles.
Please advice.
Thanks!

Similar Messages

  • Table doesn't exist error while creating a procedure

    The query executes and retrieve records but when the query is put into a procedure , the procedure is giving error (4/30 PL/SQL: ORA-00942: table or view does not exist) during creation. The snurk_cmms_csht008_rfs_misc is a public synonym refering to db2 database. How to make the procedure to get created ?
    SQL> CREATE PROCEDURE TEST AS
    2 I VARCHAR2(20);
    3 BEGIN
    4 SELECT CD_PLANT INTO I FROM snurk_cmms_csht008_rfs_misc
    5 WHERE ROWNUM <2;
    6 END;
    7 /
    Warning: Procedure created with compilation errors.
    SQL> SHOW ERRORS;
    Errors for PROCEDURE TEST:
    LINE/COL ERROR
    4/2 PL/SQL: SQL Statement ignored
    4/30 PL/SQL: ORA-00942: table or view does not exist
    SQL> SHOW USER;
    USER is "ORDV_SRC"
    SQL> SELECT CD_PLANT FROM snurk_cmms_csht008_rfs_misc WHERE ROWNUM <2;
    CD_PL
    AP01A
    thanks,
    Vinodh

    Create a local view on the remote table (using the synonym).
    Then you can reference the view always from your procedure.
    Of cause during the creation of the view the database link to the remote DB must exist.
    But later you can change your procedure/package even if the remote connection is not established.
    Edited by: Sven W. on Sep 8, 2011 2:04 PM

  • Table doesn't exist

    CS3 on a Macbook Pro
    MAMP
    SQL database with 15 fields and 124 records that was imported from a csv
    I have connected my database to dreamweaver successfully, but when i right click on the table of the database to view data, it produces an error stating the the table doesn't exist.  It does.  I can view the table through phpmyadmin and there are 124 records.
    I created a test table within the same data base and filled it with data, and I was able to see the data in Dreamweaver.  I don't know why one table will 'exist' and the other one 'doesn't exist.'
    thank you.

    thank you david for your guidance.  i solved this problem just a few minutes ago.  i was taking data from an excel spreadsheet, copying the csv data and pasting it into a text document and then changing the extension from .txt to .csv.  this was a necessary workaround because of a problem with the original database.  i found a way to generate the csv data directly from the original database and that solved it.
    i now have a problem and i've started another thread... i have 104 records in my table and view data in DW only shows 100. 
    thanks for your time.
    kevin

  • Table does not exist error

    create table dytab(x number);
        create or replace procedure p_testdytab(p_tab in varchar2)
        is
        begin
        execute immediate ' create table dytab2 as select x from p_tab';
        end p_testdytab;
        begin
        p_testdytab('dytab');
        end;
        /why the procedure is not replacing parameter p_tab with the table name ? I get table does not exist error

    Hi,
    user650888 wrote:
    create table dytab(x number);
    create or replace procedure p_testdytab(p_tab in varchar2)
    is
    begin
    execute immediate ' create table dytab2 as select x from p_tab';
    end p_testdytab;
    begin
    p_testdytab('dytab');
    end;
    /why the procedure is not replacing parameter p_tab with the table name ? I get table does not exist errorAnything inside single-quotes is literally what is written. In this case, p_tab is inside single-quotes, so p_tab doesn't stand for some other value, such as 'dytab'; it literally means p_tab,
    If you really must use EXECUTE IMMEDIATE, then don't put the variable name inside the single-quotes.
    dynamic_txt := 'create table dytab2 as select x from ' || p_tab;
    dbms_output.put_line (dynamic_txt || ' = dynamic_txt');
    EXECUTE IMMEDIATE dynamic_txt;Whenever you write dynamic SQL, display it before executing it, at least during testing. That way, you can see exactly what is being executed, which is a huge help when it causes an error.
    As Tubby said, creating tables in PL/SQL is usually a very bad idea. Whatever you need to do, Oracle probably has a simpler, more robust way to do it. Say what your business requirements are, and someone will help you find a good way to do what you need.

  • Reg: Table doesn't exist -

    Hi Experts,
    I'm getting this error - 'Table or View doesn't exist' when the table <tt>DBA_DML_LOCKS</tt> is used inside a (cursor) package but the same works fine when run independently.
    I'm quite sure that I'm lacking some knowledge there. Can anybody please help me in that?
    CREATE OR REPLACE PROCEDURE dml_locks
    AUTHID CURRENT_USER --DEFINER
    IS
       CURSOR cur_locks
       IS
          SELECT ROW_NUMBER () OVER (PARTITION BY b.session_id ORDER BY b.name)
                    "Rno",
                 a.sid "session_id",
                 a.schemaname,
                 b.name "table_name",
                 b.mode_held "lock_mode_held",
                 a.osuser,
                 a.machine,
                 a.program
            FROM v$session a, dba_dml_locks b
           WHERE a.sid = b.session_id;
    BEGIN
       FOR i IN cur_locks
       LOOP
           --HTP.PRINT (i.rno || '---' || i.session_id);
           htp.print('*');
       END LOOP;
    EXCEPTION
       WHEN OTHERS
       THEN
          HTP.PRINT ('Error - ' || DBMS_UTILITY.format_error_backtrace);
    END;Is it something related to the rights - Definer or Current User?
    Checked this similar thread but couldn't understand - table/view does not exist using dbms_sql
    Help much appreciated!
    - Ranit (on Oracle Database 10g Enterprise Edition Release *10.2.0.5.0* - 64bi )

    ranit B wrote:
    Karthick_Arp wrote:
    Grant to dictionary objects is assigned through a ROLE to your user. You need to have grant assigned explicitly to your user to access the object from within a PL/SQL code.Ohhh... nice to hear that. Thanks!
    Can't I use <tt>AUTHID</tt> to resolve this?
    And I'm not getting - what is the difference between Grants through ROLE and explicitly assigned Grants? I mean to say finally all give Grants only right??
    Edited by: ranit B on May 6, 2013 12:41 PMhttp://asktom.oracle.com/pls/asktom/ASKTOM.download_file?p_file=6551289900368934430

  • 'Source Directory doesn't exist' error in sender file adapter

    Hi All,
    I m getting the error 'Source Directory doesn't exist' in sender file adapter.
    The source file directory doesn't exist in XI Server. Its in a different system.
    gone through other sdn t hreads.
    the options seems to be
    1. either to mount the Source Directory on the XI Server.
    2. Install a FTP server and use FTP protocol.
    My doubt is that, could nt we give necessary access rights to the XIAFUSER whihc will access the Source Directory?
    Wont it be sufficient?

    Hi Aarthi,
    If you are using system other than XI, then you have to use FTP server
    else check you have proper authorization of read/write to the source directory...
    and check the name of it as well, as it is case sensetive and you have provided the proper details of server.
    check these blog as well...
    /people/venugopalarao.immadisetty/blog/2007/01/24/troubleshooting-file-to-idoc-scenario-in-xi
    /people/shabarish.vijayakumar/blog/2006/08/01/along-came-a-file-adapter-mr-ftp-and-rest-of-the-gang
    Sachin
    Edited by: Sachin Dhingra on Mar 24, 2009 12:16 PM

  • "doesn't exist"  error in LSMW

    when I execute  "Convert data" radio button in LSMW,
    I am getting system error as  "doesn't exist"  and how to solve this.

    Hi,
    I noticed you used function /SCWM/API_PACKSPEC_CREATE in your LSMW.
    If it is possible could you tell me if you use this lsmw for packing specification loading in EWM environment?
    I need to do something similar, trying to use transaction "/SCWM/IPU - Initial Data Transfer of Packaging Specifications ", which triggers this function.
    In case you have experience in loading packing specification in SCM environment, could you help me with loading structure?
    Thank you and best regards,
    Valentina P.

  • Error in loading Target table doesn't exist in target schema

    I am having the following error to load data to the target
    table: Connection failed to HR_TGT.orders ora-000942.
    'Table or view does not exist'
    The table exists and the odi super user has all the priviliges
    over tables in HR_TGT.
    What could be wrong with my configuration

    I am using the original Oracle Integration KM.
    My Replicat doesn't start any longer
    Here are my configuration files
    Source Files
    ODISC.prm
    extract ODISC
    userid OGATE, password OGATE
    exttrail C:\GGSRC/dirdat/ODISoc/oc
    TABLE HR_SRC.ORDER_LINES;
    ODISD.prm
    defsfile C:\GGSRC/dirdef/ODISC.def, purge
    userid OGATE, password OGATE
    TABLE
    HR_SRC.ORDER_LINES;
    Target Files
    C:\ggstg\diroby\ODIT1T.oby
    dblogin userid OGATE, password OGATE
    add checkpointtable ODIW.ODIOGGCKPT
    add replicat ODIT1A1, exttrail C:\GGSTG/dirdat/ODIT1op/op, checkpointtable ODIW.ODIOGGCKPT
    stop replicat ODIT1A1
    start replicat ODIT1A1
    C:\ggstg\dirprm\ODIT1A1.prm
    replicat ODIT1A1
    userid OGATE, password OGATE
    discardfile C:\GGSTG/dirrpt/ODIT1.dsc,
    purge
    source defs C:\GGSTG/dirdef/ODISC.def
    map HR_SRC.ORDER_LINES, TARGET HR_STG.ORDER_LINES, KEYCOLS (ORDER_ID, PRODUCT_ID);
    map HR_SRC.ORDER_LINES, target ODIW.J$ORDER_LINES, KEYCOLS (ORDER_ID, PRODUCT_ID, WINDOW_ID), INSERTALLRECORDS, OVERRIDEDUPS,
    COLMAP (
    ORDER_ID = ORDER_ID,
    PRODUCT_ID = PRODUCT_ID,
    WINDOW_ID = @STRCAT(@GETENV("RECORD", "FILESEQNO"), @STRNUM(@GETENV("RECORD", "FILERBA"), RIGHTZERO, 10))
    I have deleted the extract ODISC and ODIT1P as well as the checkpionttable ODIW.ODIOGGCKPT
    Recreated the items.
    I did same thing with the replicat ODIT1A1
    The extracts had always started with little difficulties but the replicat once started but didn't transmit integrated data to
    the target.
    Now it is not starting at all.
    I have deleted and recreate it but the same results

  • Table or View doesn't exists error on Dashboard

    Dear Gurus,
    I can open online my repository, with import & view the tables and the views successfully.
    But when I open it in dashboard, it show error:
    ORA-00942: table or view does not exist
    I confuse because I can open it in repository and it ok.
    I have also check tnsnames.ora in server to make sure the DSN is correct.
    Is there any step I should do?
    Thank you
    JOE

    JoeSSI wrote:
    Dear Gurus,
    I can open online my repository, with import & view the tables and the views successfully.
    But when I open it in dashboard, it show error:
    ORA-00942: table or view does not exist
    I confuse because I can open it in repository and it ok.
    I have also check tnsnames.ora in server to make sure the DSN is correct.
    Is there any step I should do?
    Thank you
    JOEMay be u dont have permission to that particular Subject Area...please check all the permissions...and also check whether u renamed any thing after importing into Physical layer...

  • JDBC : Fatal Error: Column Doesn't exist error .

    Hello all,
       I am getting following error in a JDBC adapter monitoring :
    Error when executing statement for table/stored proc. 'Purchase_Order' (structure 'STATEMENTNAME'): java.sql.SQLException: FATAL ERROR: Column 'Test' does not exist in table 'Purchase_Order'
    But the thing is that, the table do have the 'Test' column and I can update this table using Update SQL statement. There are 8 columns in this table. XI can update all 7 columns except this 'Test' column.
    Any idea why? I evern rename this column to something else and no luck.
    Regards,
    N.S

    Swamy,
    Why dont you try to execute the SQL statement or the Stored procedure at the Database level? If it executes there then you can figure out in XI. If it dont execute there then you have to check the syntax for the query or the stored procedure.
    Try this out once.......
    ---Satish

  • Merchandising Deployment Fails w/ Table does not exist error

    Very intermittently, our Merchandising Deployments fail.
    After successfully inserting records into a target table (e.g. dcs_sku), it suddenly fails and the logs show an Oracle error about said table missing.
    The table exists. It's there. We realize this is very strange.
    Has anybody else encountered this? The stacktrace is below:
    09:29:24,077 ERROR [ProductCatalog_staging] SQL Statement Failed: [++SQLInsert++]
    INSERT INTO dcs_sku(sku_id,version,creation_date,start_date,end_date,display_name,description,sku_type,fulfiller,nonreturnable)
    VALUES(?,?,?,?,?,?,?,?,?,?)
    -- Parameters --
    p[1] = {pd} sku12345 (java.lang.String)
    p[2] = {pd: version} 1 (java.lang.Integer)
    p[3] = {pd: creationDate} 2011-08-08 11:54:59.0 (java.sql.Timestamp)
    p[4] = {pd: startDate} null
    p[5] = {pd: endDate} null
    p[6] = {pd: displayName} Sku Description (java.lang.String)p[7] = {pd: description} null
    p[8] = {pd: type} 0 (java.lang.Integer)
    p[9] = {pd: fulfiller} 0 (java.lang.Integer)
    p[10] = {pd: nonreturnable} false (java.lang.Boolean)
    [--SQLInsert--]
    09:29:24,197 ERROR [DeploymentManager] item = repositoryMarker:mark2455397 cause = CONTAINER:atg.deployment.DistributedDeploymentException; SOURCE:CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLException
    : ORA-00604: error occurred at recursive SQL level 1
    ORA-00942: table or view does not exist
    at atg.deployment.repository.RepositoryWorkerThread.processMarkerForAddUpdatePhase(RepositoryWorkerThread.java:245)
    at atg.deployment.DeploymentWorkerThread.processMarkerPhase(DeploymentWorkerThread.java:521)
    at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:300)
    message = Deployment Failed time = Fri Aug 12 09:29:24 PDT 2011 atg.deployment.DeploymentFailure@3d938aa9
    CAUGHT AT:
    CONTAINER:atg.deployment.DistributedDeploymentException; SOURCE:CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-00942: table or view does not exist
    at atg.deployment.repository.RepositoryWorkerThread.processMarkerForAddUpdatePhase(RepositoryWorkerThread.java:245)
    at atg.deployment.DeploymentWorkerThread.processMarkerPhase(DeploymentWorkerThread.java:521)
    at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:300)
    Caused by: CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-00942: table or view does not exist
    at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:6416)
    at atg.adapter.gsa.GSARepository.addItem(GSARepository.java:1010)
    at atg.deployment.repository.RepositoryWorkerThread.deployItem(RepositoryWorkerThread.java:1071)
    at atg.deployment.repository.RepositoryWorkerThread.processMarkerForAddUpdatePhase(RepositoryWorkerThread.java:233)
    ... 2 more
    Caused by: java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-00942: table or view does not exist
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:131)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:204)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:953)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1222)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3387)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3468)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1062)
    at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:278)
    at atg.adapter.gsa.SQLStatement.executeUpdate(SQLStatement.java:725)
    at atg.adapter.gsa.Table.insert(Table.java:1378)
    at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:6339)
    ... 5 more
    thanks!
    Joe

    We ran into a similar ORA-00942 issue when statements hitting the same table with the same SQL worked fine before and after. This was happening to us in production, and flushing the shared pool made them go away immediately.
    Research led to this link that has a patch that you can try to apply: http://www.freelists.org/post/oracle-l/Not-as-straightforward-as-it-would-appear-exec-java-javasqlSQLException-ORA00942-table-or-view-does-not-exist,3

  • Table doesn't exist, rep cannot start

    Hi,
    I have the following error
    2011-09-30 17:38:34 ERROR OGG-00199 Oracle GoldenGate Delivery for Oracle, rep1.prm: Table SIEBEL.JMT_PWD does not exist in target database.
    so the rep1 cannot start
    how can I solve this ?
    Thanks for your help
    OGG 11.1.1 on AIX
    Oracle 9.2

    Again, do you have any trails waiting to be applied? You need to move past those. Or, just drop and re-create the process group (having extract starting now, and replicat starting now).
    You can also go through the tutorial to get a working environment running. Have you tried that?
    https://apex.oracle.com/pls/apex/f?p=44785:24:4300991440933995::NO:24:P24_CONTENT_ID,P24_PREV_PAGE:5340,2

  • 'A file or directory doesn't exist' error during java stack update

    Dear All,
    I've done a fresh installation of solution manger system on IBM iseries box (OS400 & DB2 combo).
    As part of post installation activity, I've updated the kernel patch, updated the ABAP stack to sp4, and am currently doing the java stack update.
    I'm struck with one error. The log file shows:
    Feb 23, 2012 7:54:35 PM  Error: /usr/sap/SLM/SYS/global/j2eeclient/META-INF/SAP_MANIFEST.MF (A file or directory in the path name does not exist.)
    Feb 23, 2012 7:54:35 PM  Error: Error deploying Fileset Complete to /usr/sap/SLM/SYS/global/j2eeclient
    Feb 23, 2012 7:54:35 PM  Info: ***** End of File-System Deployment com.sap.engine.client *****
    Feb 23, 2012 7:54:35 PM  Error: Aborted: development component 'com.sap.engine.client'/'sap.com'/'SAP AG'/'7.0209.20110628100654.0000'/'1', grouped by :
    Deployment was not successful
    I've checked the file system and found that the directory META-INF is not present in /../../global/j2eeclient
    Please suggest a solution.
    Thank You.
    regards,
    vin

    Hi,
    This is an easy solution:
    From the OS command line, do WRKLNK, go to /usr/sap/SLMS/global/j2eeclient,  at the top where it shows the directory, do a copy on this. Then at the command line type MD, do F4, paste the directory name in the first line, then after j2eeclient add /META-INF'
    IMportant*** Make sure the full directory name is in single quotes.*
    *On the next 2 lines change INDIR to RWX.  Then press enter and re-run your job.  If you have any problems let me know.

  • UserID Doesn't exist error message

    Hi,
    SUNONE directory gets synched with Adobe LC directory without any issues but still one of the long lived process gets stalled with the error message "User ID is either inactive or invalid".
    UserID is still active in the database and also available in outlook.
    Please suggest, what else I can check to resolve this issue.

    Hi Steve,
    Yes, I am able to query the user successfully in adminui
    This error occurs for the same user ID but y'day evening it happenned with another user as well.
    No group roles are defined, users are just given the role as workspace user.

  • Package doesn't exist error

    I download the xercesImpl-2.6.2.jar file. I want to use all the classes available in the org.apache.html.dom.*. I put the jar file in the jre1.6.0_18\lib\ext folder as well as jdk1.6.0_14\jre\lib\ext folder. But When I try to use the class file available in this jar file it is not allowing,
    can you people please help me ?

    I would check a couple of things...
    1) Is your ext folder listed in your classpath?
    2) Are you importing from the correct packages?

Maybe you are looking for

  • Event handler doesn't respond in IE

    Hi I have a peculiar problem. I've developed a really simple application. Its just one inputfield and a button. The inputfield is bound to a string in the context. In the wdDoInit of the controller I set the String to "Init". The buttons eventhandler

  • Dashboard 4.0 and BW Direct Connectivity

    Can we use Dashboard 4.0 with SAP BW 7.0 EHP1 SPS 5 to leverage the direct connector? I could not find this information under PAM for Dashboards 4.0, it only has supported OS info, nothing specific to BW connector. Thanks.

  • Help with McAfee plz

    Hi to all Im new to this site/forum and would like some help plz Just installed Mcafee from BT and I was wondering if anyone else is using it ? my question is Im trying to find in the settings where you can exclude files/folders/ drives(external) fro

  • Open document syntax for  opening of two detail reports at the same time

    Hi All, I have one summary report   and two detail reports (sales detail Report  and Activation Detail Report)  In summary report I have serial number  when I click the particular serial number in summary report I need to display two detail  reports

  • Panic: We are hanging here...   -- Wont boot after update..?  Please help

    Hey.. I installed this update last night, it said powerbook 15" security update. So i installed it as usual and then, worked for a bit after it was done. Then hit the shutdown button. This morning i go to turn i on, and, It freezes, up. and Displays