Home Forums SQL Server 2008 SQL Server Newbies 11G table appears to have "No data found" after its creation. RE: 11G table appears to have "No data found" after its creation.

  • fish that table is for an Oracle definition, and not SQL server.

    just creating the table is not enough, don't you need to insert some data into the table before querying it (otherwise there's no data found, right?)

    application express connects to Oracle? it could be that the USER you are using can create objects, but maybe not under the user you navigate with via the GUI?

    ie i might be granted to "PROD" but i create objects under a different user, say "Lowell", so browsing thru "PROD" tables shows me nothing?

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!