Table exists even after dropping

I dropped a table named contacts,but still it exists when i type "select * from tab"
SQL> drop table contacts;
Table dropped.
SQL> commit;
Commit complete.
SQL> drop table contacts;
drop table contacts
ERROR at line 1:
ORA-00942: table or view does not exist
SQL> select * from tab;
TNAME                          TABTYPE  CLUSTERID
IMDB_TOP_250                   TABLE
BIN$F6bMvnw8TJKPvSnuh1APtg==$0 TABLE
BIN$zmR6g5IHTFmwn0V9Ura2Rw==$0 TABLE
BIN$zCxH4k4qSy65ccSfghjAqg==$0 TABLE
TEST                           TABLE
BIN$VPLTXcUvTymZfz/fp0X/WA==$0 TABLE
BIN$m+y9ZlWbQHeNlCorBWy2fQ==$0 TABLE
TEST1                          TABLE
contacts                       TABLEWhy i can still see contacts table in my schema?

Why i can still see contacts table in my schema?What is the oracle version? Once table is dropped without purge option it must be available in recycle bin with BIN$xxxxxxxx name , but you should not see the actual table name.
11:32:17 SQL> select * from tab;
TNAME                          TABTYPE  CLUSTERID
BONUS                          TABLE
DEPT                           TABLE
EMP                            TABLE
MLOG$_EMP                      TABLE
RUPD$_EMP                      TABLE
SALGRADE                       TABLE
T                              TABLE
7 rows selected.
Elapsed: 00:00:00.04
11:32:19 SQL> drop table t;
Table dropped.
Elapsed: 00:00:00.26
11:32:23 SQL> select * from tab;
TNAME                          TABTYPE  CLUSTERID
BIN$0qXpuvV0RYOELyxiSqkcWQ==$0 TABLE
BONUS                          TABLE
DEPT                           TABLE
EMP                            TABLE
MLOG$_EMP                      TABLE
RUPD$_EMP                      TABLE
SALGRADE                       TABLE
7 rows selected.Paste the output of
1. select * from user_recyclebin;
2. select object_name,object_type from user_objects;
Anand
Edited by: Anand.. on Mar 22, 2011 11:01 PM

Similar Messages

  • Segments exist even after dropping tables

    Oracle 11g on AIX.
    I dropped all the tables from my schema, but the following query
    shows this:
    SQL> select distinct segment_name,segment_type
         from dba_segments
         where owner='ABC'
    SEGMENT_NAME                             SEGMENT_TYPE
    BIN$hA51n8ndcCjgQ59/4sFwKA==$0           TABLE PARTITION
    BIN$hA51n8nccCjgQ59/4sFwKA==$0           INDEX PARTITION
    BIN$hA51n8nqcCjgQ59/4sFwKA==$0           TABLE PARTITION
    BIN$hA51n8oqcCjgQ59/4sFwKA==$0           TABLE
    BIN$hAyiirsGEErgQ59/4sEQSg==$0           TABLE
    BIN$hF/vMCFREwbgQ59/4sETBg==$0           TABLE
    BIN$hA51n8npcCjgQ59/4sFwKA==$0           INDEX PARTITION
    SQL> select owner, table_name
         from dba_part_tables
         where owner='ABC';
    OWNER                          TABLE_NAME
    ABC                            BIN$hA51n8ndcCjgQ59/4sFwKA==$0
    ABC                            BIN$hA51n8nqcCjgQ59/4sFwKA==$0So my question is, why are segments still allocated even after I've dropped
    all the tables in my schema?
    Is there some command I can use to free them up?
    Thanks.

    They are just recyclebin objects given to you so that you can recover the dropped tables after the drop command too. Please see,
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10595/tables011.htm#ADMIN11681
    To drop these objects, you can use
    purge recyclebinHTH
    Aman....

  • TRUNCATE TABLE NOT WORKING AFTER DROPPING CONSTRAINTS

    Hi,
    I have a table with a foreign key constraint. I know you can't truncate tables when there are foreign key constraints. So I drop the constraints before running the TRUNCATE TABLE command. But SQL Server is still stating there are foreign key constraints
    even after they have just been dropped.
    When I use SQL Server Management Studio to generate a drop & create script on this table or any other table with an FK consttaint, the generated script fails stating that there are still foreign key constraints??
    I have the same problem for every table that has FK constraints, for those without FK, TRUNCATE table works without issues.
    The end goal is to reset the identity value of the primary key. Since DBCC does not work on Azure, TRUNCATE TABLE is the only way left, especially if you can't even drop and recreate tables with FK constraints.
    What am I missing here?
    Peter

    Hi,
    Thanks for posting here.
    TRUNCATE TABLE is similar to the DELETE statement with no WHERE clause; however, TRUNCATE TABLE is faster and uses fewer system and transaction log resources.
    TRUNCATE TABLE removes all rows from a table, but the table structure and its columns, constraints, indexes, and so on remain. To remove the table definition in addition to its data, use the DROP TABLE statement.
    If the table contains an identity column, the counter for that column is reset to the seed value defined for the column. If no seed was defined, the default value 1 is used. To retain the identity counter, use DELETE instead.
    Restrictions
    You cannot use TRUNCATE TABLE on tables that:
    •Are referenced by a FOREIGN KEY constraint. (You can truncate a table that has a foreign key that references itself.)
    •Participate in an indexed view.
    •Are published by using transactional replication or merge replication.
    For tables with one or more of these characteristics, use the DELETE statement instead.
    TRUNCATE TABLE cannot activate a trigger because the operation does not log individual row deletions. For more information, see CREATE TRIGGER (Transact-SQL).
    Truncating Large Tables
    Microsoft SQL Server has the ability to drop or truncate tables that have more than 128 extents without holding simultaneous locks on all the extents required for the drop.
    Permissions--------------------------------------------------------------------------------
     The minimum permission required is ALTER on table_name. TRUNCATE TABLE permissions default to the table owner, members of the sysadmin fixed server role, and the db_owner and db_ddladmin fixed database roles, and are not transferable. However, you
    can incorporate the TRUNCATE TABLE statement within a module, such as a stored procedure, and grant appropriate permissions to the module using the EXECUTE AS clause.
    You cannot truncate a table which has an FK constraint on it.
    Typically my process for this is:
    Drop the constraints
    Trunc the table
    Recreate the constraints.
    Hope this helps you.
    Girish Prajwal

  • VALUE IN PO HISTORY OF SERVICE ENTRY SHEET EXIST EVEN AFTER DELETION OF SES

    Respected All,
    My client has prepared a down payment request , prepared a service purchase order against that vendor, created service entry sheet.
    Later on he came to know that the qty he has entered is wrong ,so  he reversed all the goods receipt(done 102 Mvt) , deleted the service entry sheet and now trying to create new SES against the same line through ML81N.
    But the Qty column after selection of services is coming blank, i have checked the po history, in that the GR Qty and value is zero and service Qty is zero but service value and down payment column still contains the value, though we have reversed the service entry seet.
    please guide me what to do to reflect the qty part in ML81N again.
    Thanks and Regards
    Abhay Mahodaya

    can you see the material document with reverse movement ( 102 ) ,corresponding to your cancelation of SE sheet in the P.O history tab?
    also check whether the 'actual quantity' in the Service entry extreme right column shows zero.
    check in the deleted SE sheet history tab 'change document' button whether the last row change mentioned is setting deletion indicator

  • CN41 commitment exists even after PR/PO deletion

    Hi Guys
    We have scenario as follow
    1- Create a PR and coverted to PO with A as account assignment (WBS is assigned in the asset)
    2- Above created PR and the PO lines are deleted as the next level
    3- New PR has been created with the same WBS and the PO in the point 1 is used to convert this PR as well. MIGO and MIRO is done for this PO and the cycle got completed
    4- Again a New PR is created with the same WBS and deleted at PR level itself
    Now when we run CN41 the actual value is proper(this has been taken from MIGO and from MIRO for unplanned delivery costs)
    But when we come to the commitement, this still has value but which should not have any value
    The reason being only one of the PR and PO line is open and for which MIGO and MIRO has been done
    2 other PR lines are deleted and the PO first line related to the first PR has also been deleted
    Based on the forum and other docs, i have ran various program like RKANBU01, RKACOR04, RKACOR10 etc...and including CJEN transaction. But CN41 still has value in the commitment column, which ideally in our case it should not have any value
    Thanks in advance guys
    Bala

    Dears...
    Note that PO Commitment gets closed in case of unplanned delivery costs posted by MIRO only after flagging the "Final Invoice" indicator at the item level of PO and PR commitment gets closed by flagging the "Closed" indicator at the item level of PR.
    Re-run the commitment line items report to check if the commitment is nullified....
    Hope this helps....
    Regards
    Kaashif M

  • Ribbon tab exists even after uninstalling PowerPoint Add-in

    I have created an application level Add-in for PowerPoint 2010/2013 using C# VSTO. The add-in is installed from msi installer file.
    The problem is that after I uninstall the add-in from the control panel and open a new PowerPoint presentation, the ribbon tab is still visible with all the functionalities correctly working.
    To remove the tab I have to do either of the following two things:
    Remove the add-in from the COM Add-ins list from the PowerPoint Developer tab.
    End the running instance of PowerPoint from Task Manager.
    I have called the dispose methods(in ThisAddIn_Shutdown method) for all the initializations I have done in ThisAddIn_StartUp method but this is not helping.
    private void ThisAddIn_Shutdown(object sender, System.EventArgs e)
    this.Application.WindowSelectionChange -= Application_WindowSelectionChange;
    this.Application.SlideSelectionChanged -= Application_SlideSelectionChanged;
    this.Application.SlideShowBegin -= Application_SlideShowBegin;
    this.Application.SlideShowEnd -= Application_SlideShowEnd;
    }I figured out that this is happening because of the task-pane objects created inside ThisAddIn_StartUp, which I have disposed in ThisAddIn_Shutdown, Application_PresentationClose and Application_PresentationCloseFinal. But still I have no luck.Please let me know what else is to be done!Thanks

    Hi,
    This is the forum to discuss questions and feedback for Microsoft Office, the issue is more related to develop the add-in, you'd better post your question to the MSDN forum for VSTO
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=vsto&filter=alltypes&sort=lastpostdesc
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support

  • Data in Table Control vanishes after report execution

    Hi,
    I have created a report program with a table control on its selection screen (on a subscreen).
    The report executes perfectly, but, after the report execution, once the control comes back to the selection screen, the data entered in the table control gets cleared.
    Please let me know how can I retain the data entered in the table control even after the report execution.
    Regards,
    David.

    Hello,
    When control comes back to selection screen. PBO event executes and possibly internal table has got cleared somewhere before that.
    Debug you code to find the exact problem line. You can also add watchpoint for internal table with value initial. So code will break in debug mode whenever internal table is cleared.
    Hope this helps!
    Thanks,
    Augustin.

  • Ipod will go to slider screen to be turned off even after hitting cancel it continues and will snap a picture every once in while while this is happening

    repair shop said sounded like the on off button is stuck and cant be replaced  any suggestions

    wanted to add that i did a reset and restore from phone and then thru apple factory reset and the problem still exists even after all that with no extra apps on phone

  • Why does TextEdit revert to Helvetica 12 even after you set a new default font whenever you drop an image into an RTFD?

    Anyone know a workaround for when TextEdit reverts to Helvetica 12 even after you set the new default to say Verdana 14 every time your drop an image into an RTFD? Kind of defeats the purpose! Is there a way around this? THANKS!

    Among the alternatives not mentioned... Using a TiVo DVR, rather than the X1; a Roamio Plus or Pro would solve both the concern over the quality of the DVR, as well as providing the MoCA bridge capability the poster so desperately wanted the X1 DVR to provide. (Although the TiVo's support only MoCA 1.1.) Just get a third-party MoCA adapter for the distant location. Why the hang-up on having a device provided by Comcast? This seems especially ironic given the opinions expressed regarding payments over time to Comcast. If a MoCA 2.0 bridge was the requirement, they don't exist outside providers. So couldn't the poster have simply requested a replacement XB3 from the local office and configured it down to only providing MoCA bridging -- and perhaps as a wireless access point? Comcast would bill him the monthly rate for the extra device, but such is the state of MoCA 2.0. Much of the OP sounds like frustration over devices providing capabilities the poster *thinks* they should have.

  • PL/SQL to create a temp table that will be dropped after session ends

    Is it possible in PL/SQL to create a temp table that will be dropped after the session ends? Please provide example if possible. I can create a global temp table in PL/SQL but I am not sure how (if possible) to have it 'drop' once the session ends.
    DB: 10g
    OS: Wiindoze 2003 Server
    :-)

    As others have mentioned (but probably not clearly explained), Oracle treats temporary tables differently to SQL Server.
    In SQL Server you create a temporary table and it gets dropped (automatically I assume, I dont do SQL Server) after the session finishes. This will obviously allow each session to "request" a temporary table to use, then use it, and not have to worry about cleaning up the database after the session has finished.
    Oracle takes a different approach...
    On the assumption that each session is likely to be creating a temporary table for the same purposes, with the same structure, Oracle let's you create a Global Temporary Table a.k.a. GTT (which you've already come across). You only have to create this table once and you leave it on the database. This then means that any code written to use that table doesn't have to be dynamic code and can be verified and checked at compile time, just like code written for any other table. The difference of a GTT from a regular table is that any data you put into that table can only be seen by that session and will not interfere with any data of other sessions and, when you either commit, or end the session (depending on the "on commit delete rows" or "on commit preserve rows" option used when creating the GTT), that data from your own session will automatically be removed and hence the table is cleaned up that way, whilst the actual table itself remains.
    Some people from SQL Server backgrounds try and create and drop tables dynamically in their PL/SQL code, but this leads to problems...
    SQL> ed
    Wrote file afiedt.buf
      1  begin
      2    execute immediate 'create table my_temp (x number)';
      3    insert into my_temp values (1);
      4    execute immediate 'drop table my_temp';
      5* end;
    SQL> /
      insert into my_temp values (1);
    ERROR at line 3:
    ORA-06550: line 3, column 15:
    PL/SQL: ORA-00942: table or view does not exist
    ORA-06550: line 3, column 3:
    PL/SQL: SQL Statement ignoredi.e. the code will not compile for direct DML statements trying to use that table.
    They then try and get around this issue by making their DML statements dynamic too...
    SQL> ed
    Wrote file afiedt.buf
      1  create or replace procedure my_proc is
      2  begin
      3    execute immediate 'create table my_temp (x number)';
      4    execute immediate 'insert into my_temp values (''A'')';
      5    execute immediate 'drop table my_temp';
      6* end;
    SQL> /
    Procedure created.... which looks great and it compiles ok... but... when they try and run it...
    SQL> exec my_proc;
    BEGIN my_proc; END;
    ERROR at line 1:
    ORA-01722: invalid number
    ORA-06512: at "SCOTT.MY_PROC", line 4
    ORA-06512: at line 1... oops the code has a bug in it. Our DML statement was invalid.
    This is really something that would have been caught at compile time, if the statement had been a direct DML statement rather than dynamic. And thus we see the problem with people trying to write all their code as dynamic SQL... it's more likely to contain bugs that won't be detected at compile time and only come to light at run time... sometimes only under certain conditions and sometimes once it's got into a production environment. Bad Idea!!!! ;)
    Far better to never create tables (or most other database objects) at run time. Just create them once as part of the database design/implementation and use them as required, allowing you to catch the most common coding errors up front before they get anywhere near a test environment or worse still, a production environment.

  • NQS ERROR:14025 NO FACT TABLE EXISTS -after migrating from 10g to 11g

    NQS ERROR:14025 NO FACT TABLE EXISTS AT THE REQUESTED LEVEL OF DETAIL in all the reports after migrating from 10g to 11g ...
    then we applied the patch (One-off Patch for Bug: 11850704) for the error <<NQS ERROR:14025 NO FACT TABLE EXISTS AT THE REQUESTED LEVEL OF DETAIL>>
    But after applying the above the above patch we are still getting the same error.
    but in the above patch instructions file - Post deployment instructions to create the Variable
    Post Install Instructions:
    - To revert to the 10g navigator behavior for handling conforming dimensions,
    you must set the following session variable via an init block in the RPD:
    NO_FORCE_TO_DETAIL_BIN=1
    The default value for the above variable is 0.
    - Restart all servers (Admin Server and all Managed Server(s))
    but we didn’t find the process to create the specified variable and Initialization block in the RPD
    Can you please suggest us how to go further.
    Our questions are:

    Hi
    Refer the below thread.
    obiee 11g non-conforming dimensions and nQSError 14025
    Might be help you/
    Thanks,
    satya

  • Wifi keeps scanning and dropping even after connected to home network.  Never had this issue until the update, and now my phone runs slow and terrible.  Horrible update!!  Any ideas on a fix?

    Wifi keeps scanning and dropping even after connected to home network.  Never had this issue until the update, and now my phone runs slow and terrible.  Horrible update!!  Any ideas on a fix?

    It's important that you have a steady WiFi connection, ZealousEdge. What phone do you have? Is your phone unable to connect to any WiFi network? If you can, please try deleting the saved WiFi network and re-adding it.
    AndreaS_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • Document number not available in BSAD Table even after clearing

    Dear Experts,
    with the FM posting_interface_start, posting_interface_clearing, posting_interface_end iam able to post the document with clearing using Tcode f-30/fb05 and can see the document number getting generated and when i see the BSAD table with the same generated document number it say no table entires for that document number BUT is still available in BSID table even after getting cleared. Can any body explain me why the document  is not getting moved from BSID Table to BSAD Table.
    Your inputs will be highly appreciated.
    Regards,
    Jyothsna Reddy

    Hi experts,
    when iam clearing the open item with posting_interface_clearing getting the message like :" Documnet number xxxxx posted in company code xxxx". when i checked that particular document in table bsad it says no table entries for that particular document. iam confused whether my document got cleared or not.
    Thanks
    Jyothsna Reddy
    Edited by: Rob Burbank on Dec 30, 2011 11:56 AM

  • I dropped my ipad and the screen blacked out and could not be turned on even after pressing the sleep and home button

    I dropped my ipad and the screen blacked out and could not be turned on even after pressing the sleep and home button.
    I tried connecting the device to my computer and itunes said that it could not identify my device.

    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
     Cheers, Tom

  • SEM BPS locking even after user switches to a new variable value

    Hi,
    This is locking related question & appreciate any kind of suggestion.
    Users are locking previously planned variable value even after changing to a new value which is causing another user with a  locking issue.
    I've a variable GROUP defined at planning level & included in the planning folder.
    let's say USER1 is planning for GROUP1 & saved the data after planning.
    same user has changed the variable to GROUP2 & is planning now without leaving UPSPL session.
    at this point, when USER2 tries to plan for GROUP1 & is faced with a message "USER1 is currently processing the data".
    currently, USER1 is planning for GROUP2 right? so, why it's still giving locking message (locking GROUP1).
    I even followed SAP note 635244 & created a DB table & included GROUP characteristic in to the table but of not much help.
    even after this, I still see that USER1 is locking both GROUP1 & GROUP2 in report UPC_ENQUEUE_READ.
    Appreciate if any one can share your ideas to deal this kind of issue.

    Hi Hari,
    You indicated in your 1st post, that User 1 is able to access both Group 1 and Group 2. I am assuming in your configuration, multiple users share the same values in the Group variable and they are making selections on execution of your planning application.
    If this is the case, User 1 switching to Group 2 using, e.g., a drop-down menu does not remove the lock on Group 1. Hence User 2 will get the lock message.
    You defining a table in DDIC only specifies Group as a lock relevant characteristic. It will not prevent locking in this fashion.
    The probable options could be:
    1. Consider dividing Groups amongst users, and use user-specific values for your variable;
    2. Consider additional characteristic that will separate data sets.
    The central question I would ask about this planning process, is why would different users be editing the same group at the same time? Is there a way to differentiate their planning needs? That might help in your modeling.
    Hope this helps.
    William Lee

Maybe you are looking for

  • Can't open a published site.  Please Help.

    I am currently using iWeb 08 v 2.0.4 Whenever I would open the app, my web site would always be there. Recently however I got the template page, to start a new site. So I went to file>visit published site, but it was grayed out. All the files and fol

  • Why Does Apple TV3 Slideshow Display iPhotos in Incorrect Order?

    I have an Apple TV3 connected to my Mac running OS X 10.9.3.  The Apple TV3 is connected wirelessly to the Mac.  I have several questions: Why can I not show Slideshows I have created in iPhoto on my Mac on the Apple TV3?  I can only show iPhoto Albu

  • Mac: "Download Error"

    I recently bought a new mac and transferred everything from my old mac using migration assistant.  Everything transferred fine except for creative cloud.  On my new mac Creative Cloud  says "Download Error.  Please contact customer support"  it looks

  • Premiere Pro CS5 & CS6 features

    Hello all, Adobe did great job improving Premiere Pro. I'm using Premiere Pro since 1.5 version, so I'm not a newbie. I want to ask few questions 1. I installed Master Collection CS6 Trial. As editor I really liked the Slider position. Why Adobe in C

  • I can't import and view videos from a camera.

    I can't import and view videos from a camera.  Even if I open the file and copy the .avi files onto the hard drive.  I have tried iMovie, Quicktime, and Flip player.  Flip player will open it but I only get the audio,  Quicktime freezes, and iPhoto t