Can't see Tables from a local database

I've installed 10G client and the default ORCL database that comes with it. I've create a user and some tables under this user. From within TOAD I can see the tables fine.
In JDeveloper 10.1.2 I set up a DB Connection and connect to the database ok but under the Tables option, no tables are loaded.
I've got other DB Connections to non local databases that I can view fine.
The driver is thin oracle.JDBC.driver.OracleDriver (the same as the non local databases).
Any ideas? How does JDeveloper actually connect, presumably it uses something different to what TOAD uses?

Toad uses SQL*Net while JDev uses a JDBC connection.
To ask the obvious, you don't have a filter on the table node do you?
Have you also tried connecting via SQL*Plus and:
select table_name from user_tables;
...to see if you can access the tables.

Similar Messages

  • How to import a table from another oracle database ?

    Hi all ,
    i could like to use pl/sql to import one table from another oracle database server ?
    is it possible to do this ?
    A server B server
    table: test <------------------------> table : newtest
    the tns profile already configurated . the connection is ready .
    thanks a lot !
    Best Regards,
    Carlos

    if i don't have TEST table on server B whether COPY command will create this table on server B with the same structure ? If you specify CREATE as a clause the table will be created:
    SQL> help copy
    COPY
    COPY copies data from a query to a table in a local or remote
    database. COPY supports CHAR, DATE, LONG, NUMBER and VARCHAR2.
    COPY {FROM database | TO database | FROM database TO database}
                APPENDCREATE|INSERT|REPLACE} destination_table
                [(column, column, column, ...)] USING query
    where database has the following syntax:
         username[password]@connect_identifier

  • How can i import tables from a different schema into the existing relational model... to add these tables in the existing model? plss help

    how can i import tables from a different schema into the existing relational model... to add these tables in the existing relational/logical model? plss help
    note; I already have the relational/logical model ready from one schema... and I need to add few more tables to this relational/logical model
    can I import the same way as I did previously??
    but even if I do the same how can I add it in the model?? as the logical model has already been engineered..
    please help ...
    thanks

    Hi,
    Before you start, you should probably take a backup copy of your design (the .dmd file and associated folder), in case the update does not work out as you had hoped.
    You need to use Import > Data Dictionary again, to start the Data Dictionary Import Wizard.
    In step 1 use a suitable database connection that can access the relevant table definitions.
    In step 2 select the schema (or schemas) to import.  The "Import to" field in the lower left part of the main panel allows you to select which existing Relational Model to import into (or to specify that a new Relational Model is to be created).
    In step 3 select the tables to import.  (Note that if there are an Foreign Key constraints between the new tables and any tables you had previously imported, you should also include the previous tables, otherwise the Foreign Key constraints will not be imported.)
    After the import itself has completed, the "Compare Models" dialog is displayed.  This shows the differences between the model being imported and the previous state of the model, and allows you to select which changes are to be applied.
    Just selecting the Merge button should apply all the additions and changes in the new import.
    Having updated your Relational Model, you can then update your Logical Model.  To do this you repeat the "Engineer to Logical Model".  This displays the "Engineer to Logical Model" dialog, which shows the changes which will be applied to the Logical Model, and allows you to select which changes are to be applied.
    Just selecting the Engineer button should apply all the additions and changes.
    I hope this helps you achieve what you want.
    David

  • How can I copy tables from Numbers to Pages without formula?

    hi everyone
    i need help
    How can I copy tables from Numbers to Pages without formula in the cells?

    Ok... I see your problem... when pasting into Pages, the formulas from Numbers are included. Perhaps this is really more of a Pages question (in which case I'm far from expert). A couple of ideas:
    • In Pages, try "Edit"/"Paste and Match Style", which may insert tab delimited cell values (no formulas). Then, if you want the table format back, select these newly pasted tabbed values and use Page's "Format"/"Table"/"Convert Text to Table"/
    • In Numbers, before copying, make a temporary table of the plain values first, then copy and paste that into Pages. To do this, select the range of cells you desire in the Numbers and "Edit"/"Copy". Then "Edit"/"Deselect All" and "Edit"/"Paste Values" and "Edit"/"Cut". Now just a table of values is on the clipboard and you can head over to Pages to paste.

  • I have an ipad version 5.1.1. i have multiple albums in the ipad and i want to transfer some photos to my computer but when i open the ipad files via "computer" i can only see picture from one of the albums.what should i do?

    i have an ipad version 5.1.1. i have multiple albums in the ipad and i want to transfer some photos to my computer but when i open the ipad files via "computer" i can only see pictures from one of the albums.what should i do?

    You can only import photos from the camera roll into the computer. Is that the album that you are seeing?
    Any albums that you create on the device itself (the iPad that is) cannot be transferred to your computer. iPad created albums do not contain copies of your photos but merely pointers to those photos so they do not actually exist in those albums.

  • Can't see video from youtube

    I can't see video from youtube when the video is embedded in a page.
    I am using Safari (italian version)  6.0.2 (8536.26.17).
    When I click on the arrow, the system show me the following error message: "Unbale to load the video".
    With Firefox that's all OK.
    Please, help me to solve the problem.
    Message was edited by: vinsoft

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • Why i can't see table, image, attacth files in meeting request mail.

    Hi, I'm Narongdech
    i have a little question in outlook 2013. Why i can't see table, image, attacth files in meeting request mail. i try make a new meeting request for my partner. but them can't see new mail in the correct format. 
    below,This is a image in my outlook 2007. i try to make this format. Please Help me, and let me know that.
    Thank you.

    Hi Narongdech,
    What’s your Exchange server version? I have tested to send a meeting request to my colleague with a table, a PNG picture and a word attachment in my Outlook 2013 with Exchange 2010 environment. And it can be viewed well.
    Please check whether the issue happens to all Outlook 2013 users or some specific ones. We can close Outlook and send a meeting request with pictures and attachments in OWA to have a test. If the OWA test returns everything is OK, the issue may be related
    to Outlook client. Please run Outlook in safe mode and disable all related mail software to check whether the issue persists.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Insert Image to table from a Non Database Field

    Hallo,
    db- 9i EE R2
    forms - 6i R2
    OS - W2003
    I have a requirement to upload Images to the database from forms.
    I planned to keep the transaction data and the Images separately in different tables with a reference.
    So, I created the Image field (BLOB)  with a Non Database Field in the Form and use a button to upload the Image. (using READ_IMAGE_FILE).
    I tried to insert the Image to the Actual Image table in PRE-INSERT Trigger at block level.
    But I was not able to Insert the using reference method.  (Cannot compile the PRE-INSERT)
          INSERT INTO IMAGE_TB (ID,IMAGE)
           VALUES (IMAGE_SEQ.NEXTVAL, :ITINERARY_MAP.IMAGE);
    So, Please help me to insert a image to different table from a Non Database Field?
    Thanks

    I don't think it will work with a non-db-item. But you could create a separate block based on your image_tb-table, use read_image_file on the then db-based-column and then simpy issue a commit_form.

  • How to delete/drop all the tables from SQL Server Database without using Enterprise Manager?

    How to delete/drop all the tables from SQL Server Database without using Enterprise Manager?
    I tried using DROP Tables, Truncate Database, Delete and many more but it is not working.  I want to delete all tables using Query Analyzer, i.e. through SQL Query.
    Please help me out in this concern.
    Nishith Shah

    Informative thread indeed. Wish I saw it early enough. Managed to come up with the code below before I saw this thread.
    declare @TTName Table
    (TableSchemaTableName
    varchar
    (500),
    [status] int
    default 0);
    with AvailableTables
    (TableSchemaTableName)
    as
    (select
    QUOTENAME(TABLE_SCHEMA)
    +
    +
    QUOTENAME(TABLE_NAME)
    from
    INFORMATION_SCHEMA.TABLES)
    insert into @TTName
    (TableSchemaTableName)
    select *
    from AvailableTables
    declare @TableSchemaTableName varchar
    (500)
    declare @sqlstatement nvarchar
    (1000)
    while 1=1
    begin
    set @sqlstatement
    =
    'DROP TABLE '
    + @TableSchemaTableName
    exec
    sp_executeSQL
    @sqlstatement
    print
    'Dropped Table : '
    + @TableSchemaTableName
    update @TTName
    set [status]
    = 1
    where TableSchemaTableName
    = @TableSchemaTableName
    if
    (select
    count([Status])
    from @TTName
    where [Status]
    = 0)
    = 0
    break
    end

  • Why I can not see messages from Messenger on lock screen?

    I can not see messeges from Messenger on the lock screen, when my mobile data is on, also there is no sound, even I make ringer and volume louder. In Notification Centre>"Messenger" I setted it  to show on lock sreen, but I can not see messages anyway... What I need to do, can You please help me?

    hello,
    yes you are correct in all the above points...
    as the third one is referring to data element directly the refer check box is not coming...
    to maintain your own text for the other two..you have to uncheck that.... 
    you can also use Go->Translation to maintain text in other languages instead of SE63...
    Thanks.
    K.

  • I can-t see netTV from Mediaset on the ipad because I cannot install Silverlight. Is there any ipad compatible Silverlight version goin to be released? When? Or is there any other apple application I can use in place of Silverlight?

    I can't see netTV from Mediaset on the ipad because I cannot install Silverlight. Is there any ipad compatible Silverlight version goin to be released? When?
    Or is there any other apple application I can use in place of Silverlight?
    I just want to see a service I'm paying for on the ipad instead of PC, it should be allowed!!!!
    Roberto

    I red about a Silverlight 5 version that should run also on ipad/iphone, annouced last year for 2011, but I can't find any recent update. On apple store you can find a silverlight 3 version at 5.99$, but it does not seem to be the same thing, just same name.
    I'm not sure that this closure is a good policy from apple side. If I knew in advance I would never buy an ipad.

  • How can i see movie from my mac to tv

    how can i see movie from my macpro in to tv screen

    Its not clear what MacPro you have.   If it is a newer one then the thunderbolt adapter will work.  If it's like mine, a 2008 model then you may face some issues.
    If your MacPro is older and has DVI outputs for video then you are going to have to either use a TV with DVI in or get a DVI to HDMI or DVI to VGA, whatever your TV will accept as input.
    Also if you have to go this way the DVI doesn't contain audio so you'd need another cable to move audio from your MacPro to your TV.   So this could get complicated. There might be some easier solutions.
    As mentioned you might be able to airplay it to an apple TV if you have one.

  • HT4623 how can I see pages from my iphone 5 on my pc?

    How can I see pages from my iphone 5 on my pc?

    What does "Pages from my iPhone 5" mean?
    If it means documents from the Pages app, you can probably convert them to Microsoft Word.
    If it means screen shots, you can find them once you sync your iPhone.

  • Seeing tables from database conection for a user

    I created a bunch of tables under a db admin
    I created a user aaa
    I granted all priveliges on all tables created to user aaa including "CREATE CONNECTION"
    I created a JDev Database connection through user aaa
    Test connection works fine. I open up the connection and try to look at the created tables. No tables! The display is empty
    I can see the tables from admin user connection fine. Why can't the connection through user aaa see the tables?
    Oracle 11g; JDev 11g P4
    Thanks
    Doug

    Hi,
    doesn't reproduce for me. Please make sure the user has granted select on the other user's tables
    Frank

  • [nQSError: 46115] - Admin Tools: can't import table from database .

    hi all,
    Need your help, i am using Bi Administration Tool, and i try to import tables from database,but encounter issue:
    (1)."File->import->from database...",select connection type as OCI 10g/11g, type TNS Name,User Name and Password,then click "OK".
    (2).select table "BI_DATA",and then click button "import",it show prompt:"Failed to perform requested action".
    (3).i try to click the symbol "+" on the left of table "BI_DATA", it show below prompt:
    [nQSError: 46115] No Unicode translation is available for some of the input characters for MultiByteWideChar().
    is there anyone can help me? thanks.
    the BI version is:
    Build: 10.1.3.4.1.090414.1900
    Release Version: Oracle Business Intelligence 10.1.3.4.1
    Package: 090414.1900

    I meet the problem, too! I can't solve it. Is anyone who can help me.
    My email is [email protected]
    thanks in avdvanced!

Maybe you are looking for

  • Error 1935 an error occurred during installation of assembly component

    I get this message when trying to install Lightroom 4.3 error 1935. an error occurred during installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}  hresult 0X800700C1 I've tried installing with antivirus software shut down.  I've

  • How to clear the caching realm?

    Hello, WebLogic Server 5.1 SP 6 on W2k Server Is it possible to emtpy the caching realm inside of an EJB? The class weblogic.security.acl.CachingRealm provides the clearCaches() method, but I don't know how to get the actual cache object within an EJ

  • MY FEW QUESTIONS

    Hello All, I am on basis 620. I am developing some reports (ex : purchasing Analysis , sales flow etc) mostly generic reports. Can i use BSP for such requirements or what is the best fit for BSP , Why do we need it in first place?. What should i do t

  • 4:3/16:9 Export

    Hello I'm trying to export video in fcp, first clip was in 16:9 format, than I add a few clips in format of 4:3, now when I want to export I always get 4:3 Can anyone please help me how to export in 16:9 movie which also inlcude a few croped 4:3 clip

  • Is it possible to insert a url link into the itunes description tag. I want the user to be able to access my webpage from within itunes

    Hi, Is it possible to insert a url link into the itunes description tag in a feed. I want the user to be able to access my webpage from within itunes Thanks