Tables not appearing in schema

Hey, im using the netbeans IDE 6.7, and have created a new Web application project, when I try to add a new "entity classes for database" connection, it doesn't display all the tables in the schema, it says a connection is established, and it reports an error when i entered in the wrong password (was just testing that it actually was connecting), I haven't added any items to the schema but I was told any new tables are automatically put into the users schema which would be "test" which is my username...
I do however get other tables in this list which Ive searched for and they appear under the owner "System", some of them are DEF$_TEMP$LOB(no primary key), HELP, OL$(no primary key), PRODUCT PRIVS(view). I have no idea where these are coming from and why they are appearing when I select the TEMP schema....
Is there a way I can create tables for a specific schema, or find out what scheme already existing tables belong to?
also im using the free oracle xe 10g Release 2 (10.2)

Hello,
find out what scheme already existing tables belong to?This query may help you:
select owner, table_name
from dba_tables
order by owner, table_name;You have to execute it logged on a Oracle User who has SELECT privilege on the View DBA_TABLES, for instance SYSTEM.
Is there a way I can create tables for a specific schemaYou can for instance connect to this User/Schema and execute this:
create table <table_name> ... ;Or you may connect to any User/Schema with the Privilege CREATE ANY TABLE (for instance SYSTEM) and execute this statement:
create table <schema>.<table_name> ... ;Where <schema> is the Schema on which you want to create the Table.
Hope this help.
Best regards,
Jean-Valentin

Similar Messages

  • SBL-EIM-00421: Interface table not in DB schema.

    i am getting error
    SBL-EIM-00421: Interface table not in DB schema.
    how i can sovle this error

    Hi,
    This error occurs when the column which you are trying to import would not present in the EIM table please check the columns.
    Regards,
    Joseph

  • Withholding Tax all Condtion table not appearing in Rebate Credit memo

    Hi
    I am finding issue in rebate credit memo.
    Issue: In Acces sequence I have table 397 and extended 397 with additional fields.
    In normel credit memo I am able to find all these table in sales order Pricing Analysis tab.
    But in rebate credit memo, I am not able to find all table. Credit memo is showing 397 table but not showing ztable.
    Please check below screen shot for details
    1. 397 and 988 are identical and its appearing in rebate credit memo.
    I created 988 just to verify if any thing wrong in ztable generation or any thing missing to map.
    987 is extended table with addtional field sales doc. Type, Item category and its not appearing in Rebate credit memo.
    2. Rebate credit memo showing 988 and 397 table
    3. Normel credit memo showing all three table
    Question : How to get all three table in Rebate Credit memo?
    If 988 is appearing than why 987 is not populating.
    Both are Ztable and created together.
    I tried many combination but extended ztable not coming in rebate credit memo
    Regards
    Neeraj

    Hi JP,
    Thanks
    Routine 923 created as per SAP note 178824. And I am finding this issue only for rebate credit memo request.
    This condtion type (withholding tax ) is not part of rebate condtion. It is part of standard pricing procedure same like MWST.
    In Normel credit Memo (CR) all access assigned to this access sequnce is visible in sales order pricing analysis.
    But rebate credit memo request (B3) not showing all access (as in above screen shot). It shows only 2 access out of 3 access.
    One more addition
    If I am maintaining condtion record for visible access in rebate Credt memo request i.e. country / Tax relevant classifcation.
    SAP disble it in rebate credit memo request order.
    But normel Tax (MWST) is appearing in rebate credim memo request.
    I am not sure if this is due to standard sap.
    For Thailand we require withholding tax for Rebate credit memo.
    Please advice if any one can give some input on this.
    Regads
    Neeraj

  • Table not found in schema?

    I've already deployed a CMP 2.0 bean and a session bean without any difficulty. Now I'm trying to deploy a second CMP bean, but I'm getting the following exception:
    JDOCodeGenerator: Caught a RuntimeException :
    java.lang.RuntimeException: The schema file schemas/newt, does not contain a table named tblkeyblock
    at com.iplanet.ias.tools.forte.ejb.cmp.transform.MappingFile.intoMappingClasses(MappingFile.java:188)
    at com.iplanet.ias.tools.forte.ejb.cmp.transform.MappingFile.intoMappingClasses(MappingFile.java:223)
    at com.iplanet.ias.persistence.internal.ejb.ejbc.JDOCodeGenerator.loadMappingClasses(JDOCodeGenerator.java:532)
    at com.iplanet.ias.persistence.internal.ejb.ejbc.JDOCodeGenerator.init(JDOCodeGenerator.java
    I ran capture-schema on the database and it does have "tblkeyblock" defined in the .dbschema file. I've double-checked the case in sun-cmp-mappings.xml. Does anyone have any insight into this problem?

    I have had a lot of similar problems. I think the capture-schema utility is pretty buggy. The Sun ONE Studio contains a corresponding tool that seems to produce a correct schema, but it can't be run from Ant. If your database schema is stable, you might want to install the Studio and use it to create the dbschema file. I wonder why the Studio people won't let the app server people have the working code...

  • Heading in Table not appearing in Contents

    I am working on a pages doc that has a table that runs 17 pages.  The table is not numbers; but all text defining different characteristics from research.  In a number of the cells in the table, there is text formatted as heading 2. I made sure to use that formatting in order that these items would appear in the table of contents.  However, when I insert a table of contents, pages does not seem to recognize the headings within that table.  Is there a fix for this or workaround?
    Thanks for any help. I'd prefer not to go back to Word or Open Office for this.

    Pages' TOC will only index the text in the default text layer in Word Processing documents.
    This excludes all floating objects and inline objects which includes any text in tables.
    Peter
    Greetings from sunny Broome.

  • Query Builder - Tables not Appearing

    Hi, I am encountering a problem when trying to use Query Builder.
    If I have a table that is joined to by more than one other object and wish to drag TWO instances of this table into Query Builder, it will not allow it to happen. It doesn't give any error message, just at the end of the drag operation, nothing appears.
    I've now tried it with a blank canvas and just tried to drag two instances of any table there. It will just not allow the second one to appear.
    I am using SQLDeveloper in the following environmeny
    OS Name Windows XP (version 5.1)
    java version 1.5.0_05
    java.vm.version 1.5.0_05-b05
    SQLDeveloper version 1.1.2.25
    and am connecting to a local version of Oracle Database XE.
    Am I doing something wrong or is this a known problem?
    Chloe

    Thanks. I've requested it as a missing feature, but it seems odd that this functionality is not already there. Using the ubiquitous EMPLOYEE table that all good examples seem to use, you would not even be able to join this table to itself to get the details of managers of employees.
    That's why I wondered if it was a bug on my laptop first.
    I have taken your advice and created views of the tables I need to have multiple joins to as a workround for now, but I may end up with multiple views of the same table which could get unwieldy.
    Thanks again though. :-)
    Chloe

  • Why do tables not appear in portrait?

    I'm currently working on a book project that involves a small table in iBooks Author. If I want to edit a table in landscape mode, no problem. However, when I turn the book into portrait mode, the table disappears. Could anybody help me on that?
    Thanx a lot.
    Bobi

    try adding a tite or caption

  • Value table not appearing..

    Hi,
    I have created one ZTABLE and one of the field is GL a/c number and for that field I have used standard data element HKONT which is having domain SAKNR. For this domain value table is already assigned and that is SKA1. But I can't able to see F4 help in table input of ZTABLE. Any suggestions how I can do that ?
    Thanks.

    Hello ,
    If you want F4 help for field HKONT in your Z table need to assign check table SKA1 for field .
    Select your field HKONT and click on foreign keys option then enter check table as SKA1 and click on enter.
    Thanks, Sateesh

  • 4EA3 external table default directory not appearing

    In using SQL Developer 4 Early Adopter version 3, I was attempting to set up an External Table. I created the appropriate directory object, but it did not appear in the pulldown for default directory in the create External Table dialogue.  I was able to proceed using SQL Developer 3.2. Once I created the table in SQL Developer 3.2, I was able to edit it in SQL Developer 4.

    There is a bug here in that the Dialog for the default directory should not include default directory schema (which for me defaults to the connected one).  As a workaround if you change that default directory schema to SYS in the drop down then you should see your directory. 

  • How to download a file from a table not in the parsing schema

    We have a table in another schema which holds files in a blob column. I can create a form on this table and the file upload works fine. The file browse page item has the source as the blob column and storage type "BLOB column specified in Item Source attribute". The download link generated for the page shows a call to apex_util.get_blob_file and the parameters are correct. However, when you click on the link you get a Page Not Found 404 error. Same error in Apex 4.1.1. The plsql error is:
    ORA-20544: Invalid table owner
    ORA-06512: at "APEX_040000.WWV_FLOW_DML", line 1628
    ORA-06512: at "APEX_040000.HTMLDB_UTIL", line 2244
    ORA-06512: at line 31
    Is there a way to use apex_util.get_blob_file to download a file when the table is in another schema?
    Rod West

    Hi,
    I am not sure that the post explains everything as the "Automatic Row Processing" and "Automatic Row Fetch" process work fine on this page and therefore security should not be an issue.
    Thanks for the view suggestion, but I am not sure that a view is a good option for us because the parsing schema does not have create view privilege and therefore the view would be difficult to install and maintain. We will problably end up with a custom download file process.
    Rod West

  • Tables in a different schema not visible from function

    I'm getting a really weird error in a function that I wrote. I have user "A" who has access to schemas for users "B" and "C". I need to update a table in schema "B" with data from schema "C". So, I created a function that selects information from a table in schema "B", uses that information to find the data of interest in schema "C" and then I update the table in schema "B" with the information I just looked up in schema "C". Clear so far?
    Anyway, when I try to create the function (I"m using SQLPLUS for all of this) I get an error message that the tables I am referencing in schema's "B" and "C" do not exist. However, if I modify the function so that I select a column that doesn't exists from a table in schema "B", then I get an error pointing this out to me. So, it seems weird that I have enough visibility into schemas "B" and "C" to know if I am accessing data by the correct column names, but when the column names are correct, I get an error message saying "table or view does not exist". I am in my development environment, and user "A" is granted the "DBA" role.
    So, here is my function. Note that I have qualified the table names with the schema owner (i.e. B.KPF_FOLDER_ITEMS) Any tips would be greatly appreciated. Database is 9i
    CREATE OR REPLACE FUNCTION migrate RETURN number
    IS
         v_parent_item_id           number(6);
         v_item_id               number(6);
         v_line_Item_id          number(6);
         -- variables for holding data returned from the actual product tables
         v_parent_item_number     varchar2(100);
         v_color_code          varchar2(100);     
    CURSOR folderProducts IS
         SELECT ITEM_ID as PRODUCT_PARENT_ITEM_ID, COLOR_ITEM_ID as ITEM_ITEM_ID, LINE_ITEM_ID as LINE_ITEM_ID
         FROM B.KPF_FOLDER_ITEMS
         WHERE table_prefix = 'STRL';
    BEGIN
         OPEN folderProducts;
         LOOP
              FETCH folderProducts INTO v_parent_item_id, v_item_id, v_line_item_id;
              EXIT WHEN folderProducts%NOTFOUND;
              -- get the product number
              SELECT BLAH.PARENT_ITEM_NUMBERX INTO v_parent_item_number
              FROM C.STRL_PRODUCTS BLAH
              WHERE BLAH.PARENT_ITEM_ID = v_parent_item_id;
              -- now get the color code
              SELECT ITEM.COLOR_FINISH_CODE INTO v_color_code
              FROM C.STRL_ITEMS ITEM
              WHERE ITEM.ITEM_ID = v_item_id;
              -- now, update the record in the kpf_folder_items table
              UPDATE B.KPF_FOLDER_ITEMS
              SET PRODUCT_NUMBER = v_parent_item_number,
                   COLOR_CODE = v_color_code
              WHERE LINE_ITEM_ID = v_line_item_id;
         END LOOP;
         CLOSE folderProducts;
    END;
    Edited by: user10219585 on Sep 3, 2008 11:30 AM correctly identified the schema for one of the tables.
    Edited by: user10219585 on Sep 3, 2008 11:31 AM

    Stored objects with DEFINER rights (default for stored objects) ignore role based privileges. Make sure SP owner is directly (not via role) granted privileges on objects in other schema.
    SY.

  • New columns in the table control do not appear

    Hi,
    We have a requirement to add two fields(columns) in a table control  for a transaction upon clicking Create button and those two fields should be editable. We have added the two fields in the table control. But, they do not appear in the transaction ( If I delete an existing column, then I am able see the new column).  Have checked everywhere, but not sure if I am missing something here. There is no hide statement used.
    Appreciate help on this.
    Thanks,
    Pavan

    Hi Pavan,
    What I understood is you are adding fields to the table control dynamically.\
    For that you have to use field-symbols to add fields to the work area dynamically.
    ( If this is not your actual requirement share your code with me I will try to solve it. )
    Regards,
    Swaroop

  • Line item number not appearing in BE_OBJ_ITEM field in Table BBP_PDBEI

    Hi SRM Experts,
    We are on SRM7.0 (SP09) using classic scenario (SAP R/3 backend 4.6C). Since last few days, we are observing strange behaviour when SC is approved and transferred to backend. The SC remains in status I111(Item in transfer). The reports clean_reqreq_up and bbp_get_status_2 does not help.
    What I've observed is in BBP_PD, table BBP_PDBEI, the field BE_OBJ_ITEM is not updated... but all other fields are properly updated.
    BE_OBJ_ITEM
    BE_OBJECT_TYPE               BUS2012
    BE_OBJECT_ID                 7100000149
    As a result, even re-transferring the SC using BBP_REQREQ_TRANSFER does not help..
    This phenomenon is not appearing for all SC's but some SC's ...
    Can someone suggest any solution to above issue ?
    Thanks and Regards,
    Ram

    Hi
    Please delete the status I1111 for this SC from table CRM_JEST in Debug change mode and than exe FM # BBP_REQREQ_TRANSFER
    This is only aworkaround
    Regards
    Trinath

  • Vertical Scroll bar does not appear in table control

    Hi ,
    I have a table control with both vertical and horizontal scroll bars.
    The data which comes is always more than 50 and the visible line size is 8.The vertical scroll bar
    does not appear at times..but if i run the program again, it appears..
    Sometimes it appears and sometimes no vertical scroll bar comes thought the data is more than the visible lines.
    Any suggestions ? why is this happening?
    Regards,
    Sharadha

    You have inserted data in the internal table and not "informed" the table control
    In the PBO, use a statement like
    DESCRIBE TABLE <itab> LINES <control>-lines.
    Regards

  • InDesign Table Cell Strokes not appearing perfect

    How do you get row and column strokes in a table to appear perfectly joined? When I choose "Column Strokes in Front" (Under Table Setup) i still see a tiny row stroke, and vice versus.. it's really visible in the PDF almost can't see it in InDesign though you can a little...

    Thank you, although I doubled and even tripled checked the blue highlighted cell option and they visibly appear to be selected and in blue color, but when printed not the case.
    This document is a product catalog, 50 plus pages and I have about 15 of those pages not showing the stroked edge. So that is why I thought, perhaps something was blocking the edge and arranged the table to the front with hopes of a difference, but that too failed. I am turning grey by the minute.

Maybe you are looking for

  • 802.11N and D-Link DIR-655

    Hi, Recently bought the D-Link router in order to improve wireless performance on my network. The router is set up to use 802.11G+N. The current speed is 54Mbps and using the G setup. However I wold like to use the N implementation thereby getting sp

  • CC field in mail sending through work-flow

    Hi All, I have one issue. I want to send mail through work-flow using sendmail activity. I can able to send mail also...but for the same mail i want to keep one more person as CC or BCC.. Is there any feature available in work-flow to keep a person i

  • SSIS custom execute sql task : Failed with error

    I am developing a custom SSIS task for running sql task. But it fails with error - I'm trying to set the resultsetbinding to be used by next task in workflow. Error: 0xC0014054 at CustomSSISTask: Failed to lock variable "User::id" for read access wit

  • How can I determine what is running in the background on my ipad?

    I have had my Ipad for 6 months.  I use wi-fi and cellular 250MB data plan.  I have never exceeded 250 MB in a month.  This month I ran out of data in 5 days.  Also, I usually get a couple of days before I have to recharge.  Now I need to recharge in

  • Wrong Last Active Time-stamp (Ref: TA-21165)

    Status: Investigating Affects: Some Users Description:  Some members have recently reported seeing a discrepancy between Last Active Timestamp on Pets and on Profile. We've verified this issue with engineers and they're working to get the problem res