Error on "purge recyclebin"

Hi,
I am using Oracle 10g (10.2.0.2.0).
I am having problems purging the recyclebin, when connected as dbadmin.
When I tried to do a purge recyclebin, I was left with only 2 objects in the recyclebin, and got an error -
SQL> purge recyclebin;
purge recyclebin
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-02449: unique/primary keys in table referenced by foreign keys
The objects in the database are:
SQL> select object_name, original_name, type, can_undrop, can_purge, droptime, ts_name
from recyclebin;
object_name original_name type can_undrop can_purge droptime ts_name
=========================================================================================
SYS_IL0000011599C00063$$     SYS_IL0000011599C00063$$     LOB INDEX     NO     NO     2010-10-08:09:13:34 small_tables
SYS_LOB0000011599C00063$$     SYS_LOB0000011599C00063$$     LOB     NO     NO     2010-10-08:09:13:34 small_tables
If I try connecting as sysdba, and purging the dba_recyclebin, it says purged -
sqlplus as sysdba
SQL> purge dba_recyclebin;
DBA Recyclebin purged.
But, I still see the objects in the recyclebin. Doing a purge tablespace gives me the same error -
SQL> purge tablespace small_tables;
purge tablespace small_tables
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-02449: unique/primary keys in table referenced by foreign keys
Any help would be greatly appreciated.
Thanks.

Use this to find the dependents,
select owner, constraint_name,table_name,index_owner,index_name
from dba_constraints
where (index_owner,index_name) in (select owner,index_name from dba_indexes
where tablespace_name='YOUR_TABLESPACE IN UPPER CASE');
Now disable the referenced constraints and purge the tablespace.
SQL> ALTER TABLE table_name DISABLE CONSTRAINT constraint_name;
Thanks

Similar Messages

  • SQL error while purging configuration

    Hi Gurus,
    We are getting AIP-11016:SQL error while purging the configurations
    Please find the extract of ui.log below.
    2009.07.14 at 09:59:08:656: PURGE_MANAGER_THREAD: Repository - (ERROR) PurgeManager: Purge op failed
    2009.07.14 at 09:59:08:656: PURGE_MANAGER_THREAD: Repository - (ERROR) PurgeManager: PurgeManager failed: Error -: AIP-11016: SQL error: java.sql.SQLException: ORA-02430: cannot enable constraint (TIP_ATTACHMENTSTORAGE_RFK) - no such constraint
    ORA-06512: at "B2B.IP_PURGE", line 47
    ORA-06512: at line 1
    2009.07.14 at 09:59:17:250: AJPRequestHandler-ApplicationServerThread-6: UI - (ERROR) In getVersionOnly()
    2009.07.14 at 10:00:30:343: AJPRequestHandler-ApplicationServerThread-6: UI - (ERROR) Executing Query::SELECT DISTINCT C.ID, C.CLASSTYPE, C.name, C.LifeCycleState, CA.aud_modified FROM TIP_Configuration_t C, TIP_Configuration_t_AUD CA WHERE C.ID = CA.ID AND C.LifeCycleState IN ('Active','Validated','Quiescing','Quiesced') AND CA.aud_modified IN ( SELECT MAX(aud_modified) FROM TIP_Configuration_t_AUD WHERE ID = C.ID GROUP BY ID) ORDER BY CA.aud_modified DESC
    2009.07.14 at 10:00:30:375: AJPRequestHandler-ApplicationServerThread-6: UI - (ERROR) In getVersionOnly()
    2009.07.14 at 10:01:02:343: AJPRequestHandler-ApplicationServerThread-6: UI - (ERROR) Rendering Page::pages/deployment/config_list
    2009.07.14 at 10:01:02:343: AJPRequestHandler-ApplicationServerThread-6: UI - (ERROR) Executing Query::SELECT DISTINCT C.ID, C.CLASSTYPE, C.name, C.LifeCycleState, CA.aud_modified FROM TIP_Configuration_t C, TIP_Configuration_t_AUD CA WHERE C.ID = CA.ID AND C.LifeCycleState IN ('Active','Validated','Quiescing','Quiesced') AND CA.aud_modified IN ( SELECT MAX(aud_modified) FROM TIP_Configuration_t_AUD WHERE ID = C.ID GROUP BY ID) ORDER BY CA.aud_modified DESC
    2009.07.14 at 10:01:02:375: AJPRequestHandler-ApplicationServerThread-6: UI - (ERROR) In getVersionOnly()
    Could you please tell us where could be the problem?
    Thanks in advance,
    Nag

    Hi,
    I had got an error while applying MLR 11 patch set. Please find error stack trace below.
    Failure for task [TCP20SeedTask] : Error -: AIP-16012: Parameter: transport Protocol is unique for object Transport Protocol Parameter: Error -: AIP-11052: Writing following objects: Transport Protocol Parameter failed due to following constraint violation: TRANSPORTPROTOCOLPARAMETER_UK. UNIQUE CONSTRAINT VIOLATION: java.sql.SQLException: ORA-20003: TransportProtocolParameter_UK. Unique constraint violation
    ORA-06512: at "B2B.TRG_PARAMETER_INS", line 104
    ORA-01403: no data found
    ORA-04088: error during execution of trigger 'B2B.TRG_PARAMETER_INS'
         at oracle.tip.repos.core.persistency.BaseObject.createObject(BaseObject.java:988)
         at oracle.tip.model.b2b.protocol.TransportProtocolParameter.create(TransportProtocolParameter.java:200)
         at oracle.tip.seed.GenericTCPSeedTask.createTransportProtocolParameter(GenericTCPSeedTask.java:247)
         at oracle.tip.seed.GenericTCPSeedTask.addParameter(GenericTCPSeedTask.java:162)
         at oracle.tip.seed.GenericTCPSeedTask.createTCPParameterSeed(GenericTCPSeedTask.java:112)
         at oracle.tip.seed.GenericTCPSeedTask.createTCPSeed(GenericTCPSeedTask.java:94)
         at oracle.tip.seed.GenericTCPSeedTask.doWork(GenericTCPSeedTask.java:66)
         at oracle.tip.seed.SeedDriver.processTasks(SeedDriver.java:222)
         at oracle.tip.seed.SeedDriver.go(SeedDriver.java:283)
         at oracle.tip.seed.GenericTCPSeedDriver.main(GenericTCPSeedDriver.java:61)
    Caused by: Error -: AIP-11052: Writing following objects: Transport Protocol Parameter failed due to following constraint violation: TRANSPORTPROTOCOLPARAMETER_UK. UNIQUE CONSTRAINT VIOLATION: java.sql.SQLException: ORA-20003: TransportProtocolParameter_UK. Unique constraint violation
    ORA-06512: at "B2B.TRG_PARAMETER_INS", line 104
    ORA-01403: no data found
    ORA-04088: error during execution of trigger 'B2B.TRG_PARAMETER_INS'
         at oracle.tip.repos.core.driver.CatalogWriteDriver.writeObjectList(CatalogWriteDriver.java:825)
         at oracle.tip.repos.core.driver.CatalogDriver.writeObjectList(CatalogDriver.java:1419)
         at oracle.tip.repos.core.driver.CatalogTransaction.flush(CatalogTransaction.java:477)
         at oracle.tip.repos.core.persistency.BaseObject.createObject(BaseObject.java:955)
         ... 9 more
    Caused by: java.sql.SQLException: ORA-20003: TransportProtocolParameter_UK. Unique constraint violation
    ORA-06512: at "B2B.TRG_PARAMETER_INS", line 104
    ORA-01403: no data found
    ORA-04088: error during execution of trigger 'B2B.TRG_PARAMETER_INS'
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:124)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:315)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:281)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:638)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:184)
         at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:632)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1085)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2983)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3056)
         at oracle.tip.repos.core.driver.CatalogWriteDriver.writeObjectList(CatalogWriteDriver.java:756)
         ... 12 more
    I'm still using the same patch level. Is there any chance that these errors observed are the reason behind the problem I'm facing in purging configs. If so, is there any workarounds for this?
    Thanks in advance.
    Regards,
    Nagasudhan

  • Purge recyclebin

    Hello:
    in XE when you drop a table it gets in the recyclebin:
    Connect through XE's sqlplus and
    iq000:XE>create table t (a number);
    Table created.
    iq000:XE>drop table t;
    Table dropped.
    iq000:XE>select object_name,original_name,operation from user_recyclebin;
    OBJECT_NAME ORIGINAL_NAME OPERATION
    BIN$BZdYaEalXJ7gQAB/AQAjzQ==$0 T DROP
    iq000:XE>purge recyclebin;
    Recyclebin purged.
    iq000:XE>select object_name,original_name,operation from user_recyclebin;
    no rows selected
    iq000:XE>
    When I try to do 'purge recyclebin' through XE's SQL -> SQL Commands I receive an ORA-00911: invalid character
    Is it possible to do this from the web interface?
    Thanks,
    Andrea

    Indeed, you are correct. Looks like a general HTMLDB issue
    begin execute immediate 'purge recyclebin'; end;
    can be used to work around it currently. I'll file a bug. thanks

  • PURGE RECYCLEBIN;  doesnt work

    hello there..
    we have oracle 10g...
    i have some triggers and tables that i have dropped without specifying them to be purged and they are now in the recyclebin.
    i am unable to empty the bin by using the command...
    PURGE RECYCLEBIN;
    i get this response -
    unknown command beginning "purge recy..." - rest of line ignored.
    help

    hi
    dear this is not a right command.
    if u want to delete complete then u use this cmd
    drop table "tablename" purge;
    that time delete table directly delete from database its not gone in recyclebin...
    purge recyclebin--its wrong command.
    Mohammadi
    Oracle DBA

  • Error in  purging failed workflow emails queue

    Hi,
    Oracle EBS:11.5.10.2
    OS: AIX 5.3
    after resolving the workflow issue i had a stopped queue of of around 5000 mails.
    to purge that queue I followed the oracle Action plan.
    1. Stop Workflow Agent Listeners and Mailers
    2. Find the tablespace where indexes on corrid for queue tables are created :
    select distinct tablespace_name
    from dba_indexes,dba_queues
    where index_name like 'WF%N1'
    and table_name=queue_table
    and name like 'WF%';
    3.
    update wf_notifications
    set mail_status = 'SENT'
    where status in ('OPEN', 'CANCELED')
    and mail_status in ('MAIL', 'INVALID')
    commit;
    4. Rebuild mailer's queue :
    sqlplus apps/APPSpw @$FND_TOP/patch/115/sql/wfntfqup APPS APPSpw APPLSYS
    when i reuild the queue I am facing with the error:
    error faced while running the script(rebuild mailers queue)
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:02.67
    Commit complete.
    Elapsed: 00:00:00.01
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:03.93
    Commit complete.
    Elapsed: 00:00:00.00
    declare
    ERROR at line 1:
    ORA-20000: Oracle Error = -942 - ORA-00942: table or view does not exist
    ORA-06512: at line 281
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    appldev@ebtstdb on /ebdevdbh/app/ebprdappl/fnd/11.5.0/patch/115/sql #
    regards,

    This is the Text forum. This post is in the wrong forum. Any replies should be posted to the following duplicate thread in another forum:
    issue in clearing workflow notification

  • Reclaim memory occupied by Table in recyclebin(dropped without purging )

    Hi all,
    In my oracle 11g R2 database, one table 'TEST' with 3 GB size has been dropped without purge option.
    So now its showing in recyclebin.
    Then later i issued '*PURGE RECYCLEBIN*', so that it disppeard from recyclebin view.
    But dba_segments shows the table as '[email protected]==$0' exists in the data file.
    How to remove this table from the data file , so to get back 3GB size?

    I couldn't reproduce on 11201,
    E:\Documents and Settings\aristadba>sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Apr 17 12:28:01 2012
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> conn aman/aman
    Connected.
    SQL> create table test_rbin as select * from dba_objects
      2  ;
    Table created.
    SQL> select segment_name from dba_segments where lower(segment_name) like '%test_rbin%';
    SEGMENT_NAME
    TEST_RBIN
    SQL> select segment_name, owner from dba_segments where lower(segment_name) like '%test_rbin%';
    SEGMENT_NAME
    OWNER
    TEST_RBIN
    AMAN
    SQL> drop table test_rbin;
    Table dropped.
    SQL> select segment_name, owner from dba_segments where lower(segment_name) like '%test_rbin%';
    no rows selected
    SQL> show recyclebin
    ORIGINAL NAME    RECYCLEBIN NAME                OBJECT TYPE  DROP TIME
    TEST_RBIN        BIN$HxpUUT4DRVec1WanHeziaw==$0 TABLE        2012-04-17:12:29:10
    SQL> select segment_name, owner from dba_segments where segment_name like '%BIN$HxpUUT4DRVec1WanHeziaw==$0%';
    SEGMENT_NAME
    OWNER
    BIN$HxpUUT4DRVec1WanHeziaw==$0
    AMAN
    SQL> purge recyclebin
      2  ;
    Recyclebin purged.
    SQL> select segment_name, owner from dba_segments where segment_name like '%BIN$HxpUUT4DRVec1WanHeziaw==$0%';
    no rows selected
    SQL>Show us a cut/paste from sql*plus terminal that its happening actually.
    HTH
    Aman....

  • Error in Cache purge using nqCmd.exe

    Hi,
    While excuting the nqCmd.exe giving error as shown below.
    !http://img685.imageshack.us/img685/5373/capture2pm.png!
    PurgeAllCache.sql is shown below.
    !http://img685.imageshack.us/img685/1791/capture4h.png!
    How to eliminate the error and purge the cache.
    Thanks.

    Don't extend your file with .sql, try .txt instead
    see http://obiee101.blogspot.com/2008/03/obiee-manage-cache-part-1.html
    regards
    John
    http://obiee101.blogspot.com

  • Why I got error ORA-02429 when I tried to drop a tablespace?

    I use the following command to drop the tablespace:
    drop tablespace users including contents and datafiles;The error message is below:
    Error report:
    SQL Error: ORA-00604: error occurred at recursive SQL level 1
    ORA-02429: cannot drop index used for enforcement of unique/primary key
    00604. 00000 -  "error occurred at recursive SQL level %s"
    *Cause:    An error occurred while processing a recursive SQL statement
               (a statement applying to internal dictionary tables).
    *Action:   If the situation described in the next error on the stack
               can be corrected, do so; otherwise contact Oracle Support.However, I have removed all the tables and indexes in this tablespace.
    Nothing found when I issued the following enquiries.
    select index_name from user_indexes where TABLESPACE_NAME = 'USERS';
    select table_name from user_tables where TABLESPACE_NAME = 'USERS';Is there anything I missed?
    Thanks in advance.

    999274 wrote:
    Could you please let me know how to purge recyclebin ?It's bad form to hijack someone else's thread for your own questions.
    As for your question
    =================================================
    Learning how to look things up in the documentation is time well spent investing in your career. To that end, you should drop everything else you are doing and do the following:
    Go to [url tahiti.oracle.com]tahiti.oracle.com.
    Locate the link for your Oracle product and version, and click on it.
    You are now at the entire documentation set for your selected Oracle product and version.
    <b><i><u>BOOKMARK THAT LOCATION</u></i></b>
    Spend a few minutes just getting familiar with what is available here. Take special note of the "books" and "search" tabs. Under the "books" tab (for 10.x) or the "Master Book List" link (for 11.x) you will find the complete documentation library.
    Spend a few minutes just getting familiar with what <b><i><u>kind</u></i></b> of documentation is available there by simply browsing the titles under the "Books" tab.
    Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what <b><i><u>kind</u></i></b> of information is available there.
    Do the same with the SQL Reference Manual.
    Do the same with the Utilities manual.
    You don't have to read the above in depth. They are <b><i><u>reference</b></i></u> manuals. Just get familiar with <b><i><u>what</b></i></u> is there to <b><i><u>be</b></i></u> referenced. Ninety percent of the questions asked on this forum can be answered in less than 5 minutes by simply searching one of the above manuals.
    Then set yourself a plan to dig deeper.
    - Read a chapter a day from the Concepts Manual.
    - Take a look in your alert log. One of the first things listed at startup is the initialization parms with non-default values. Read up on each one of them (listed in your alert log) in the Reference Manual.
    - Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files. Go to the Network Administrators manual and read up on everything you see in those files.
    - When you have finished reading the Concepts Manual, do it again.
    Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime.
    =================================

  • Error while viewing Scripts using dbms_metadata.get_ddl

    select dbms_metadata.get_ddl('TABLE',table_name,'DWHOWN') from user_tables
    DBMS_METADATA.GET_DDL('TABLE',TABLE_NAME,'DWHOWN')
    CREATE TABLE "DWHOWN"."T_DWBN_RELATION_MASTER"
    ( "BUSINESS_DATE" DATE NOT
    CREATE TABLE "DWHOWN"."TMP_CS_CUST_UD_CODES"
    ( "BUSINESS_DATE" DATE NOT N
    ERROR:
    ORA-31603: object "BIN$IpUrdJVTS9/gRAADup0xmQ==$0" of type TABLE not found in
    schema "DWHOWN"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA", line 2697
    ORA-06512: at "SYS.DBMS_METADATA", line 4220
    ORA-06512: at line 1

    ORA-31603: object "BIN$IpUrdJVTS9/gRAADup0xmQ==$0" of type TABLE not found in<br>This table come from the recycle bin. You maybe need to purge this one :<br>
    purge recyclebin;<br>
    Furthermore, it seems that you'll need to set long to bigger for more well output.<br>
    <br>
    Nicolas.

  • Getting 10G oralce internal errors

    i have version as
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    when I do purge recycle bin I get
    SQL> purge recyclebin
    2 ;
    purge recyclebin
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [2032], [8389788], [8389788],
    [8192], [2], [255], [0], [767]
    Similarly while droping tables I get
    ERROR:
    ORA-03114: not connected to ORACLE
    Please help on this .
    Thanks in advance.

    user640305 wrote:
    Sorry but as this is development env free downloadable version of oracle I don't have meta link access.
    I have this restriction can u help on this.I'm afraid but Nobody can help you with internall errors except Oracle Support
    Additionaly you can apply latest 10g patches. May be, by applying patches, you can solve this error
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Facing problem while purging

    Hi Experts,
    I just completed ONE Schema cleanup (dropped all database objects ) in my oracle 10.2.0.4 database. After Cleanup i am trying to PURGE RECYCLEBIN.
    But while purging i am facing the below error and database is going to down.
    SQL> CONN @ORCL2
    Connected.
    SQL> sho user;
    USER is "ACCOUNTINFO"
    SQL> purge recyclebin;
    purge recyclebin
    ERROR at line 1:
    ORA-00603: ORACLE server session terminated by fatal error
    After above error the database is going to down..
    SQL> CONN @ORCL2
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Please help on this issue.
    Why database is going to down without purging. What kind of error it is..

    user11175946 wrote:
    Hi Experts,
    I just completed ONE Schema cleanup (dropped all database objects ) in my oracle 10.2.0.4 database. After Cleanup i am trying to PURGE RECYCLEBIN.
    But while purging i am facing the below error and database is going to down.
    SQL> CONN @ORCL2
    Connected.
    SQL> sho user;
    USER is "ACCOUNTINFO"
    SQL> purge recyclebin;
    purge recyclebin
    ERROR at line 1:
    ORA-00603: ORACLE server session terminated by fatal error
    After above error the database is going to down..
    SQL> CONN @ORCL2
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    Please help on this issue.
    Why database is going to down without purging. What kind of error it is..Lets have a look into the alert logfile ...

  • Cannot use PURGE statement

    Hello there.
    I am new to 10g and I just discovered the BIN$ tables. Doing a little research, I found out about flashback.
    Well, I tried to purge the recycle bin, and I get an error :
    $ purge recyclebin;
    SP2-0734: unknown command beginning "purge recy..." - rest of line ignored.
    FYI :
    $ select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - 64bi
    PL/SQL Release 10.1.0.3.0 - Production
    CORE 10.1.0.3.0 Production
    TNS for HPUX: Version 10.1.0.3.0 - Production
    NLSRTL Version 10.1.0.3.0 - Production
    Any help would be appreciated.

    Time to download a new Oracle client.
    In the meantime I'm guessing
    exec execute immediate 'purge recyclebin'should work.

  • Recyclebin in oracle 10G

    I have the privileges as follows : Connect and Resources
    I dropped a few tables, and they got into the recyclebin.
    Now i am not able to do delete them!
    Is it possible for me to delete the tables starting with BIN%.....
    If yes, Please tell me a way out
    ciao
    Linux Gates

    Hi Linux Gates,
    PURGE RECYCLEBIN; -- Purges from your recyclebin
    PURGE DBA_RECYCLEBIN ; --Purges recyclebin for all objects, however this requires SYSDBA privileges.                                                                                                                                                                                                                                                                                                                                                   

  • How to delete the recyclebin data  in oracle 10g

    i create one table.then i drop the that table.this table will be kept in recyclebin in oracle10g .how to remove table permanentley in oracle 10g.
    i used drop table table name and select * from tab;it will come two tables like
    BIN$kLM/ilgxTUil64ZsNG0l7A==$0.
    how to drop table permanentley.please give me steps.

    Hello;
    Use the PURGE statement to remove a table or index from your recycle bin and release all of the space associated with the object, or to remove the entire recycle bin, or to remove part of all of a dropped tablespace from the recycle bin.
    Remove a File From Your Recycle Bin: Example
    The following statement removes the table test from the recycle bin. If more than one version of test resides in the recycle bin, Oracle Database removes the version that has been there the longest:
    PURGE TABLE test;
    To determine system-generated name of the table you want removed from your recycle bin, issue a SELECT statement on your recycle bin. Using that object name, you can remove the table by issuing a statement similar to the following statement. (The system-generated name will differ from the one shown in the example.)
    PURGE TABLE RB$$33750$TABLE$0;
    Remove the Contents of Your Recycle Bin: Example
    To remove the entire contents of your recycle bin, issue the following statement:
    PURGE RECYCLEBIN;

  • Data Pump Errors

    trying to execute the sample here:
    http://download.oracle.com/docs/cd/B12037_01/server.101/b10825/dp_api.htm#i1006925
    Example 5-1 Performing a Simple Schema Export
    So i create a packge and I tried to modify it to do a table instead of a schema export so I mess it up and it doesn't work. I do this twice.
    If I query USER_DATAPUMP_JOBS I have 2 entries ('EXAMPLE1' and 'EXAMPLE2'), so when I try to rerun the sample, I get an ORA-31634 job already exists.
    hmm, it looks like I could then attach to the job to rerun my tests or to remove it, but when I try and attach, I get ORA-31626 job doesn't exist.
    Am I missing something basic here? All other procedures require a handle, so it's either OPEN or ATTACH.

    I better read the doc again. Seems strange to create tables in the schema with the name of the job.
    I deleted the tables in the user and then when I did a select * from user_datapump_jobs, then I could see more rows with the jobs from before plus the names of the recyclebin objects. purge recyclebin and they were gone.
    I'm not using EXPDP, I'm trying the API based approach.

Maybe you are looking for

  • Transfer photos from original iPad to Mac Pro

    My hard drive crashed & I lost my pictures on my desktop, but the last year of photos was synced to my ipad.  How can I transfer those back to my computer now that I have a new hard drive installed?

  • Composite or Component AV Cable

    Which AV Cable is better for the iphone. The composite or component. I would like to watch it on the TV and charge at the same time and jujst didn't know what the main differences were between the two. THX

  • Table contents of BSIS

    Dear All, What item does table BSIS contain? My understanding was, it contains only Open items and when the same is cleared, these items will be moved to BSAS table. If an item to be treated as open/cleared, OPEN ITEM MANAGEMENT tick needs to be main

  • Upgrading from EBP 3.1 to EBP 5.0

    We are running EBP 3.1 and plan to upgrade to EBP 5.0. Current EBP details: EBP 3.1 SR1 BBPCRM Support package 14 ITS 610 Requisite Bugseye 3.5 Backend R/3 version: 4.7 SR1 extension set 2 Backend PI version: 2004_1_470 Using blended-codepage: euroja

  • Word:mac 2008 spell check

    Every time I write specifically spelled words correctly in uk english it underlines it in red, indicating I should spell it the us way. Anyone know how to change the spell check to uk english only? Thanks