11G table appears to have "No data found" after its creation.

After the creation of the following table I cannot look up the structure of the table when clicking on "find table". Usually there needs not be any data inserted in to the table in order to just view its structure. Is there something wrong?
CREATE TABLE "Tournament _Hands " (
"T_hand_number" NUMBER(10) NOT NULL,
"T_table_number" NUMBER(10) NOT NULL,
"T_time_of_hand" DATE NULL,
"T_no_players_involved" NUMBER(10) NULL,
"T_no_players_limp" DOUBLE PRECISION NULL,
"T_players_raise " DOUBLE PRECISION NULL,
"T_player_3bet" DOUBLE PRECISION NULL,
"T_pot_size" NUMBER(10,2) NULL,
"T_payers_ to_showdown" NUMBER(10) NULL,
PRIMARY KEY ("T_hand_number")
);

1003776 wrote:
After the creation of the following table I cannot look up the structure of the table when clicking on "find table". Usually there needs not be any data inserted in to the table in order to just view its structure. with V10 above was true.
with V11 at least 1 row must have been INSERT into table.

Similar Messages

  • Suppress the enter-query mode when no-data-found after execute a query.

    HI,
    Greetings of the day, Can any one suggest me that how to Suppress the enter-query mode when no-data-found after execute a query on the form by a button.
    whenever i execute query on form and result is no data found then form :system.mode is still in enter-query mode.
    i want that if result is no data found then form comes back it initial state.
    i will thank full of him who will help me..
    Thanks in Advance..

    Put this in your Key-ExeQry trigger:Execute_Query;
    If Get_block_property(:System.current_block,query_hits)=0 then
      Exit_form; --this cancels the Enter-Query mode; Does not exit the form.
    End if;You may want to trap and prevent the "FRM-40353: Query cancelled" message, and change the "FRM-40301: Query caused no records to be retrieved. Re-Enter" message. To do that, you need an On-Message form-level trigger:Declare
      Msg_Code Number        := MESSAGE_CODE;
      MSG      Varchar2(150) := SUBSTR('   '||MESSAGE_TYPE||'-'
                             ||TO_CHAR(Msg_Code)||': '||MESSAGE_TEXT,1,150);
    BEGIN
      If Msg_Code=40301 then
           -- 40301: Query caused no records to be retrieved. Re-Enter
        Message('  NO RECORDS FOUND',No_acknowledge);
      Elsif Msg_Code=40353 then -- Query cancelled.
        null;
      Else
        MESSAGE(MSG,NO_ACKNOWLEDGE);
      End if;
    End;

  • When we are using Event pooling tables explicitly we have insert data into

    hi all
    i have read about event pooling table,
    if we implement event pooling tables then explicitly we have insert table information (like product_dim) in event pooling table explicitly
    suppose i have updated more then 5 tables in my database that time i have to enter(insert) 5 table information in event pooling table(Tables_nq_emt) in the back end
    if so then what is the use of event pooling table???
    this is event pooling table i have crated in back end
    CREATE TABLE S_NQ_EPT (
    UPDATE_TYPE DECIMAL(10,0) DEFAULT 1 NOT NULL,
    UPDATE_TS DATE DEFAULT SYSDATE NOT NULL,
    DATABASE_NAME VARCHAR2(120) NULL,
    CATALOG_NAME VARCHAR2(120) NULL,
    SCHEMA_NAME VARCHAR2(120) NULL,
    TABLE_NAME VARCHAR2(120) NOT NULL,
    OTHER_RESERVED VARCHAR2(120) DEFAULT NULL NULL
    Thanks

    Hi,
    IF you are using event pooling then you should make use of triggres in database.Create a trigger 'after insert' on some major table which you think is gonna update after every etl load.As soon as some data is inserted into this table trigger will automatically insert a record in event pooling table and cache will be purged.I am not sure about the syntax of triggers.Please google it around.
    If you are trying to purge cache through oDBC procdure then you need to create a shell script and based on whether ETL load has completed ,you need to execute this script.
    regards,
    Sandeep

  • No data found - after paging

    Hi all,
    I have a report based on two hidden fields, which are all the time filled with the correct values.
    After the first submit, the report shows up correctly.
    As soon as I click on "next" to see i.e. the next 15 records the report
    shows "no data found" message.
    As soon as I reload the page (by clicking F5 key in IE) the report shows the correct next 15 records.
    I did not reset any values in branches or sth...
    Can anyone help?
    Thx and regards.
    KMC

    Hi,
    Try setting the Maximum number of rows returned in the layout and pagination section of the report and see if that helps.
    Good luck,
    Suma.

  • Message "No applicable data found" after executing the report

    Hi all,
    I have 60 records in a cube which is extracted from a function module. I am able to see the data in the cube but when I execute the report I am getting the message u201CNo applicable data foundu201D. Why is that so?
    Can any one please explain me what to do to bring data when the report is executed?
    When I execute the query there is only one field selection criteria 0P_FPVANT and this is mandatory. When I checked the data in the cube I didn't find any field 0P_FPVANT but I found a field Fiscal Period Variant with the technical name, 0FISPER
    I executed the query in RSRT and there also I am getting the same message, "No applicable data found".
    Please advise what do I need to do inorder to get data when the report is executed?
    Thank you.
    Regards,
    Pavan.

    I think so.
    Ok let me take the other report 0FIAR_C02_Q1003. For this report the selection criteria is
    Company code,
    Customer and
    Period/Fiscal Year
    Of these only company code is mandatory. In the data in the cube I see that for co. code BP01 data is available. So I executed the report with co. code as BP01 but no data.
    Then I gave co. code BP01 and Period /Fiscal year as 2008, 2008.03, still I see no data.
    I tried with values in all the fields that are available in cube
    co. code - BP01
    Customer - PCS-C10
    Period/Fiscal Year - 2008011
    Now with respect to Period/Fiscal Year selection field in report, in cube there are 4 columns
    Fiscal Year Period,
    Posting Period,
    Fiscal Year Variant and
    Fiscal Year
    I've tried all of them but when I enter values in all the fields still I am getting the same error, "no applicable data found".
    Please advise.
    Thank you.
    Pavan.

  • "ORA-01403: no data found" after deleting a row

    hi all.
    i created a report with a form using a wizard. so i think it's very strange when i delete a row it gives me the error
    ORA-01403: no data found
    but i did everything with the wizard assistant! is that a bug???
    thanks for help!
    j0sh

    i just tried it again, very clean:
    created new workspace, new application, new report with form. again the same. now i even can't access this page anymore after relogging in!!
    @ sergio:
    the report and the form page is the same one. i'm using my own installation. i installed version 10g that i downloaded from oracle.com .
    where do i get the release number from? is it maybe 1.5.0.00.33 ?
    thanks.
    josh

  • I have no data service after io6? Anyone know a solution?

    As in no 3G or edge. Can't send texts.

    I have the same problem after upgrading to IO 6 on my iPhone 4S, and I think I figured out a fix!
    Go to:
    Settings > General > Cellular > Roaming > Data Roaming ON
    It looks like after the upgrade it thinks I'm roaming and restricted data over 3G. Not sure if this will impact my phone bill (theoretically it shouldn't, since I'm not in roam), but we'll see.
    Hope this helps!

  • Use COUNT or MAX functions inside of a query, and you have no data found

    I'm writing a query with a COUNT and a MAX function.
        SELECT  li.id
                 , MAX(m.display_date)
                , COUNT(*)
         FROM li JOIN m  ON (m.LIID=li.LIID)
        WHERE m.DISPLAY_DATE < SYSDATE - 7
        GROUP BY  li.id;I would like to write a query that returns always a row foe each row in the table li.
    If there are no records with the condition "WHERE m.DISPLAY_DATE < SYSDATE - 7", I would like to have a row with
    - COUNT(*) = 0
    - MAX(m.display_date) = TO_DATE('2010-06-08', 'YYYY-MM-DD'

    user600979 wrote:
    I'm writing a query with a COUNT and a MAX function.
    SELECT  li.id
    , MAX(m.display_date)
    , COUNT(*)
    FROM li JOIN m  ON (m.LIID=li.LIID)
    WHERE m.DISPLAY_DATE < SYSDATE - 7
    GROUP BY  li.id;I would like to write a query that returns always a row foe each row in the table li.
    If there are no records with the condition "WHERE m.DISPLAY_DATE < SYSDATE - 7", I would like to have a row with
    - COUNT(*) = 0
    - MAX(m.display_date) = TO_DATE('2010-06-08', 'YYYY-MM-DD'In that case tell me what do you want to display in the ID column. That is the first column?

  • FICA tables which mainly have the data relevant to FPL9.

    Hi Experts,
    Can you please tell me, what are all those FICA tables, who has the data relevant for FPL9.
    I t will be great if you can send me the table name & what data is taken from this tbale which actually displayed in FPL9 screen for a BP.
    Like Dunning data is taken from FKKMAZE & FKKMAKO.
    Regards
    Sachin

    *Documents Possitions:
      DFKKOP  (itens)
      DFKKKO  ( header)
      DFKKOPK ( genal leger possition)
    *Document Dunning
    FKKMAKO (Header )
    FKKMAZE (Itens)
    Document Bloq
    DFKKLOCKS ( Itens)
    this ar the important tables , but their is others tables !!!
    I hope it help !!
    Andre Frugulhetti

  • My iPad appears to have hidden data. My usage shows 13gig but my list of uses only adds to 1.5gig. I am also getting messages that my iPad is almost full.

    My iPad appears to contain hidden storage data. My usage shows 13gig but. My list of usage only shows 1.5gig and I cannot find where the discrepancy is. When I try to download my first movie I get a 'not enough space' message.

    You simply need to get hold of an external HardDrive and move some of your bigger files (e.g.. Music, Videos, photos) to that drive and free up some space. Alternatively get a bigger HardDrive put i your Mac. It will slow up drastically with very little roo left.
    Cheers
    Pete

  • Airport Extreme appears to have memory leak; sluggish after long uptime

    For a long time now, I have been frustrated by what appears to be a memory leak in the Airport Extreme firmware. After the unit has been running for a few weeks (and this varies from one week to one month approximately), the WLAN to LAN routing performance will drop drastically. It will go from ping times (from a WLAN host to a LAN host) of 1 mS or less to ping times in excess of one second.
    In this broken state, all traffic through the unit is dog slow. Doesn't matter what the traffic is-- if it's to and from the wireless LAN, it's going to take forever.
    If I power cycle the Airport Extreme, the problem will go away for another few weeks. I have dealt with this issue for several years with the hope that eventually a firmware upgrade would come that fixed it. So far, no such fix.
    Is anyone else experiencing this sort of behavior? When it isn't sluggish, the unit works wonderfully with Mac, Windows and Linux wireless clients so I have no reason to blame anything but the Extreme... particularly since the bandaid is a power cycle of it.
    All of my clients are 802.11b/g, no 'n' in service here.

    Boot into safe mode (restart holding down SHIFT key). If no KP, then uninstall and reinstall those 3rd-party items that Roger pointed out, one at a time, and restart. Continue until you determine which ones are causing the problem. If KP while in safe mode, then most likely hardware related. Run the Apple Hardware Test suite, extended tests at least twice, followed by Rember.  See
    OS X About kernel panics,
    Technical Note TN2063: Understanding and Debugging Kernel Panics,
    Mac OS X Kernel Panic FAQ,
    Resolving Kernel Panics,
    How to troubleshoot a kernel panic, and
    Tutorial: Avoiding and eliminating Kernel panics for more details.

  • I know this might be a stupid question but would I have my data removed after upgrading my iMac (2012) to OSX Mavericks from my current version? (OSX mountain lion)

    I do not have any CD ROM or hard disk for saving my data in my mac. Would it be safe for me to directly upgrade to osx Mavericks? Sorry for my poor english btw

    evad3r90705 wrote:
    I do not have any CD ROM or hard disk for saving my data in my mac. ......
    You are an accident waiting to happen!!!!!  Backing up data
    is extremely important as anything may happen at any time.
    Relying on a single electronic copy of your data is not a good
    idea at all!!
    Now of course, if all your data on your computer has absolutely
    no meaning to you, then there is no need to backup.

  • Baseline date change after the creation of invoice list

    When I create invoice document, the invoice date (vbrk-fkdat) is the end of the month and the invoice list date (VBRK-FKDAT_RL) is the next business day after the invoice date, the baseline date of the accounting document (bseg-zfbdt) is the document creation date and this is what I wanted.
    However, when I start to create the invoice list, the baseline date on the accounting document (field bseg-ZFBDT) is changed to the invoice list date. Does anyone know why and how to fix and where to look in the configuration to see how invoice list date (vbrk-fkdat_rl) is populated? It seems to me that the baseline date default back to the invoice list date when invoice list document is created. Thanks for your help.  I also posted this question in the ERP Financial thread.

    Hi Valerie,
    do you recall the User Exit?
    Thanks

  • I have latest Yosemite Developer Preview installed, do I have to reinstall OS after its release?

    Or should I continue using installed version and receive all the updates?

    The release version has changes, though  minor, so it is recommended to download the full installer and install that...available from the Mac App Store under Purchases.

  • Db connect no data found in the table

    Hi Gurus,
    I want to extract data from the oracle database, through db connect, when i edit the datasource and press the button display table contents, it says no data found.
      What could be the problem, i have created the source system properly, given all the information. seperatetly i logged into oracle and check the table contents it exists but does it not show up when i want to create a data source. Can anyone help me please,it would be of great help i'm trying to figure out what was the problem in oss notes also but still not found a solution any help will be of great help.
    Regards,
    Hem.

    Hi,
    Thanks for your reply, all the information in sap note as specified is set up, actually let me explain u in detail what we are doing,
       We have developed a livearchive prototype which will create a remote table on the remote database like oracle based on a infoprovider i.e either ods object or the infocube, we are archiving the infoprovider data into the rmote table, now the requirement is we want to extract, reload those table information back again into the infocube, so is it possible to do it, in the oracle database i can create views based on these table and also can view the data present in those tables, but when i want to extract through a datasource back again i do not find any data what could be the problem.
    Could u please help me out with this.
    Thanks,
    Regards,
    Hem.

Maybe you are looking for

  • Temporary files and buffersize limit question

    Hello, I have two questions : 1. Buffer limit Is there a limit for the buffer to return to a client. I have a conversational service routine. If I want to return 50 record ( i.e. view structures ) my service routine hangs. If I do 10 records than it

  • Rollover Buttons

    Hi, I'm trying to create a simple rollover button in flash 9 and its not working the way its supposed to. The button is a hyperlink that when clicked takes the user to a web page. Getting the link itself to work is easy. However getting the text to c

  • When do we get skype updates?

    I feel like the linux version of skype is lagging behind the others. It's missing bolding and strikethroughs, and is the least cared about version of the software. When can we expect regular updates, or at least skype for web? 

  • Recently played playlist doest sync in order of recently played

    On my nano and other iPod's I could sync the recently played list by last played time. With the iPhone, it is syncing in a random order even though on iTunes it is sorted by last played time. How can I get around this?

  • JXTreeTable Column Control disappears after each change

    I'm trying to set up a column control component within a JXTreeTable. It works perfectly fine, but when you select a column to hide/show, the list closes, and you have to open it again to select another column to hide/show. Is there a way to set it s