Error dropping user in Oracle 9.2.0.8 on Windows

When I do a drop user either command line or using OEM, I get the following error:
ERROR at line 1:
ORA-01001: invalid cursor
ORA-00600: internal error code, arguments: [qmxiUnpPacked2], [121], [], [], []
Has anyone seen this?
Cheers/

Are you working a newly created database, or one that just upgraded?
That error generally appears when the catpatch.sql was not ran.
If so try, the following:
shutdown the database
startup migrate
spool patch.log
@?/rdbms/admin/catpatch.sql
spool
Verify that no errors are appear in patch.log. If no error occured, shutdown the database and start it back up.

Similar Messages

  • Cannot drop user cascade

    Hi masters
    I cannot drop a user cascade, i'll get that error
    drop user HOMER cascade
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-24005: must use DBMS_AQADM.DROP_QUEUE_TABLE to drop queue tables
    I'''ve triied the work around given in metalink but i do not have
    select owner, QUEUE_TABLE from dba_queue_tables for my HOMER user is empty.
    What shall i do now?

    ajallen wrote:
    Try note 236898.1. It is for 8 and 9 but may work for you. The symptoms seem similar.
    Or note 203225.1.
    I had the same problem (oracle 9.2.0.5 on Windows 2003).
    The table was visible in TOAD under the tables tab.
    SQL> EXECUTE DBMS_AQADM.DROP_QUEUE_TABLE( queue_table => 'SYSADM.DOCDISTR_QTABLE
    ', FORCE => TRUE);
    BEGIN DBMS_AQADM.DROP_QUEUE_TABLE( queue_table => 'SYSADM.DOCDISTR_QTABLE', FORC
    E => TRUE); END;
    ERROR at line 1:
    ORA-24002: QUEUE_TABLE SYSADM.DOCDISTR_QTABLE does not exist
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 2973
    ORA-06512: at "SYS.DBMS_AQADM", line 197
    ORA-06512: at line 1
    SQL> select owner, queue_table from dba_queue_tables;
    OWNER QUEUE_TABLE
    SYS AQ_EVENT_TABLE
    SYS AQ_SRVNTFN_TABLE
    SYSTEM DEF$_AQCALL
    SYSTEM DEF$_AQERROR
    SQL> select object_name, object_type from user_objects where object_name like 'D
    OCDI%';
    OBJECT_NAME OBJECT_TYPE
    DOCDISTR_QTABLE TABLE
    I used note 236898.1 to drop this queue table. (read the statements carefully because the names of the functions can be confused with each other: corr_aq_92.drop_corrupted_ qt 92(..) and corr_aq_92.drop_corrupted_ q 92(..)
    For me, this is the solution.

  • 01918 : Error dropping the user   Oracle 11g Win 2003

    Dear All,
    How can I force dropping a user:
    Drop user walter cascade;
    Thank you.

    Try to change the user password and then try to connect and share the output.
    But one question i have is that while creating user in the source database does someone use "
    like this
    {code}
    SQL> create user "test" identified by test;
    User created.
    SQL> drop user test;
    drop user test
    ERROR at line 1:
    ORA-01918: user 'TEST' does not exist
    SQL> drop user "test";
    User dropped.
    {code}

  • Error while trying to drop user

    Hi all,
    I have a user called cnos. while trying to drop the user i got error ORA-00604: error occurred at recursive SQL level 1 ORA-00942: table or view does not exist. i issue 'drop user cnos cascade' command. my oracle version is 10.2.0.4.0.
    I am having TOAD. In that i see the user cnos but list the user in command prompt means using 'select owner from dba_segments' i didnt get the user. please help me.

    user11272074 wrote:
    hi Florian
    S cnos user exists in dba_users view. how can i delete it?You cannot "DELETE" a user. You can only "DROP" the user.
    Did you go through the metalink reference posted above?

  • ORA 3113 error when dropping user

    I have an instance of oracle 9.2 that when I drop a user I get the ORA-3113 error.
    I have no other problems with this database, It can be started and stopped with out error, users can connect...etc.
    I tried the following oracle solution without success
    Subject:      ORA-03113 While Dropping a User     
          Doc ID:      Note:291186.1     Type:      PROBLEM     
          Last Revision Date:      21-JUL-2005     Status:      MODERATED     
    The information in this document applies to:
    Oracle Server - Enterprise Edition - Version: 9.2.0.5
    This problem can occur on any platform.
    Errors
    ORA-03113 "end-of-file on communication channel"
    Symptoms
    ORA-03113 is thrown, while dropping a User
    SQL> drop user test9 cascade;
    ORA-03113 end-of-file on communication channel
    Cause
    Corrupted password file
    Check whether REMOTE_LOGIN_PASSWORDFILE is set to { SHARED | EXCLUSIVE}
    Fix
    -- Recreate the password file.
    ++ $ orapwd file=orapw<sid> password=<sys's password> entries=<max # user's>
    NOTE:
    -- Set the REMOTE_LOGIN_PASSWORDFILE=NONE
    -- Drop the user
    -- If it is successful, You are hitting this problem.

    Are u getting this error sometimes while connecting to DB.
    If not check the trace file generated on the server at failure time.
    Regards
    Raman

  • How to drop Users DBF file in oracle 11g?

    Hi All
    I dropped the user and want to free the table space(To import another user(Which has more than 10 GB of record).
    the below is my query which i used to import the data and schema
    impdp system/test DIRECTORY=dump_dir DUMPFILE=exp_test.dmp FULL=Y LOGFILE=import_test.log REMAP_TABLESPACE=TEST_DATA:USERS
    After dropping my user i checked into the folder C:\oradata\orcl and i found two files USERS01.DBF(21.1GB,its 21.1 gb because i tried to cretae an another schema nd i got stuc up with low disk space.) and TEMP01.DBF(1.66GB).
    I tried to drop USERS tablespace and i could nt able to do it.
    Can any one help me to reduce the size of both two files?
    Thanks & Regards
    Vijay
    Edited by: Vijayamurugan on Jun 15, 2011 8:22 AM

    bobonacus wrote:
    shutdown immediate
    startup nomount
    alter database mount;
    why not just 'startup mount'?? Why the two-step?
    alter database rename file
    'e:\oracle\oradata\orcl\indx01.dbf',
    'e:\oracle\oradata\orcl\rbs01.dbf',
    'e:\oracle\oradata\orcl\system01.dbf',
    'e:\oracle\oradata\orcl\temp01.dbf',
    'e:\oracle\oradata\orcl\tools01.dbf',
    'e:\oracle\oradata\orcl\users01.dbf',
    'e:\oracle\oradata\orcl\file1.dbf',
    'e:\oracle\oradata\orcl\file2.dbf'
    to
    'd:\oracle\oradata\orcl\indx01.dbf',
    'd:\oracle\oradata\orcl\rbs01.dbf',
    'd:\oracle\oradata\orcl\system01.dbf',
    'd:\oracle\oradata\orcl\temp01.dbf',
    'd:\oracle\oradata\orcl\tools01.dbf',
    'd:\oracle\oradata\orcl\users01.dbf',
    'd:\oracle\oradata\orcl\file1.dbf',
    'd:\oracle\oradata\orcl\file2.dbf'
    ;I'm not sure the RENAME clause allows multiple files to be listed like that. In any event, just reduce the chance of error, I'd do it file by file.
    You forgot to mention that you need to actually move the files, at the os level. All the above does is change their entries in the control file. It doesn't do anything at all to the files themselves.
    >
    shutdown immediate
    startup
    No need for the shutdown. You could just ALTER DATBASE OPEN.
    >
    >
    you can get a full listing of files by
    alter database backup controlfile to trace;
    and you can then copy and paste from that ...
    Simpler, just select from dba_data_files.
    eta. of course assuming you mean move your database files rather than your installation
    Edited by: bobonacus on Jun 16, 2011 3:30 PM

  • How to drop user giving error ORA-03113

    hello,
    I am trying to drop user as follows
    SQL> drop user jbponm_trf cascade;
    drop user jbponm_trf cascade
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    SQL>
    pls suggest me how to drop user.

    Hi Dear,
    Please reconnect from SYS and try again ,Looking there is some problem in your oracle connection or network problem.
    Best Regards
    Faheem latif
    Senior Database Architect
    Genie Technologies (Pvt.) Ltd.

  • Error in drop user Error:ORA-00942

    While I want to drop some Oracle users, the following error exists:
    SQL> drop user simon cascade;
    drop user simon cascade
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00942: table or view does not exist
    However, I can select data from dba_users and not problem on create user or alter user password, etc.
    Which views / synonyms I need to re-create? Where is the file location?

    Hi,
    I droped all object from scheme but one package I can't drop.
    Now when I try drop this package or user,
    I get ORA-00600: internal error code, arguments: [psdtyfnd_with_suffix], [], [], [], [], [], [], []
    follow the link ..
    http://www.dba-oracle.com/oracle_tips_ora_600.htm
    u may not be able to re-create the package as u have already dropped some of the dependent packages which it calles internally..I cannot guess anything else...
    Hope the link helps..
    Regards
    Bharath

  • Dropping connected users in Oracle DB

    I want to drop some users in Oracle DB using sqlplus but I am getting error:
    SQL> DROP USER test CASCADE;
    DROP USER test CASCADE
    ERROR at line 1:
    ORA-01940: cannot drop a user that is currently connected
    But when I ran below command to know sessions connected I am not getting any results:
    SQL> select sid,serial# from v$session where username = 'test';
    no rows selected
    Please help me how to drop users in this case.

    User names, like all other database objects, are case-sensitive when quoted as strings. Try this variation on your code:
    select sid,serial# from v$session where username = 'TEST';
    {code}
    Cheers, APC                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Cant Drop User (Error Ora-24005)

    Hello,
    I am using Oracle 10g Express Edition.
    I have a problem in my Schema. Can any one help me out, i need to drop schema. But when i use drop user tt cascade; i get the Error saying Ora-24005 Must use DBMS_AQADM.DROP_QUEUE_TABLE.
    I tried to execute the package, but i get an error saying....
    Ora-24012 Queue_Table
    Ora-06512 at SYS.DBMS_AQADM, line 4084
    Ora-06512 at SYS.DBMS_AQADM, line 197
    Can any one let me know how should i drop my schema.
    Mehul

    Mehul Mehta wrote:
    Hello,
    I am using Oracle 10g Express Edition.
    I have a problem in my Schema. Can any one help me out, i need to drop schema. But when i use drop user tt cascade; i get the Error saying Ora-24005 Must use DBMS_AQADM.DROP_QUEUE_TABLE.
    I tried to execute the package, but i get an error saying....
    Ora-24012 Queue_Table
    Ora-06512 at SYS.DBMS_AQADM, line 4084
    Ora-06512 at SYS.DBMS_AQADM, line 197
    Can any one let me know how should i drop my schema.
    MehulFirst identify queue table as select queue_table from dba_queue_tables where owner = 'TT'
    then connect sqlplus  tt/ttpass and
    exec dbms_aqadm.drop_queue_table(queue_table=>'identifiedfromabove',force =>true)
    finally drop user tt cascade

  • Error While Drop User

    Dear Experts,
    I got Error While Drop User.
    This is the Error msg.
    SQL> DROP USER FORPROCURE CASCADE;
    DROP USER FORPROCURE CASCADE
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [16201], [], [], [], [], [], [], []

    ORA-600 is Oracle's generic error code for unhandled exceptional behaviour (a bug to you or me). these things tend to be version and OS specific.
    The standard advice is to contact Oracle Support. Frequently the solution is to upgrade to a later patch version.
    But you might be fortunate. If you tell us your database version and OS platform we might be able to help you. Do you have any wrapped PL/SQL?
    Cheers, APC

  • Error when dropping users

    I accidently created several users that have an apostrophe attatched to the end of the user name.
    The database versions are 10.2.0.2 and 10.2.0.3.0
    The way I initially created the users was in SQLPLUS like : create user "SCOTT'";
    Now, when I go to try to drop the user fro the database, I receive the following error:
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01740: missing double quote in identifier
    ORA-06512: at line 7
    I have also tried to drop the users in Enterprise Manager Console and received the same error.
    Any ideas how else I can drop these users?
    Thanks!
    Edited by: 897877 on Aug 20, 2012 3:33 PM

    Thank you. I can reproduce the problem in 10.2.0.1.0 on Windows.
    A search indicates this is a known bug and I found this article that gives an explanation and shows a way around it.
    http://mikesmithers.wordpress.com/2010/02/17/dropping-quoted-users-%E2%80%93-why-sometimes-oracle-cant-bear-to-say-goodbye/
    This query
    SELECT owner, trigger_name, trigger_type  
    FROM dba_triggers  
    WHERE base_object_type LIKE 'DATABASE%'  shows three triggers owned by MDSYS and after the author disabled the triggers the user could be dropped.
    SDO_DROP_USER, SDO_DROP_USER_BEFORE, SDO_GEOR_DROP_USER
    Edited to add the commands needed - but you should read the post
    ALTER TRIGGER mdsys.sdo_drop_user disable;  
    ALTER TRIGGER mdsys.sdo_drop_user_before disable;  
    drop user "SCOTT'";
    ALTER TRIGGER mdsys.sdo_drop_user enable;  
    ALTER TRIGGER mdsys.sdo_drop_user_before enable;  

  • ORA-20160: Encountered an error while getting the ORACLE user account.

    when users trying to apply for the leave . Once they apply for the leave and the respective manager approves it.
    They get an notification mail with the error message The changes were not applied because ORA-20160: Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator. ORA-06512: at "APPS.ALR_PER_ABSENCE__800_53447_IAR", line 3 ORA-04088: error during execution of trigger 'APPS.ALR_PER_ABSENCE__800_53447_IAR'
    EBS : 12.1.2
    Database : 11.2.0

    We are also facing the same issue , with the following error.
    The Changes were not applied because ORA-20160: Encountered an error while getting the ORACLE user account for your concurrent request, Contact your system administrator. ORA-06512: at “ APPS.ALR_PAY_ELEMENT_801_53338_IAR”, line 1 ORA-04088: error during execution of the trigger ‘APPS.ALR_PAY_ELEMENT_801_53338_IAR’
    Dear Hussein ,
    As per your suggestion , if we disable the trigger , does it workflow goes ahead without any problems ?
    By Disabling the trigger , what would be the impact ? I mean does we are going to loose the data that was supposed to be updated the trigger.
    And basically please educate me . what is the use of this APPS.ALR_PAY_ELEMENT_801_53338_IAR’ ?
    Regards
    Raghu

  • Error while getting the ORACLE user account for your concurrent request

    Hi ,
    When I am submitting the Concurrent Program from OAF page Iam getting
    Error
    Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.
    When we will face this error.
    Not able to submit the Request
    Krishna

    Krishna
    Try like this
    public int submitCPRequest(String shipmentId) {
    System.out.println("into submitCPRequest");
    try {
    OAApplicationModule am = pageContext.getApplicationModule(webBean) ;
    OADBTransaction transaction = am.getOADBTransaction();
    Connection conn = transaction.getJdbcConnection();
    ConcurrentRequest cr = new ConcurrentRequest(conn);
    cr.setDeferred();
    String applnName = new String("XXAPL"); //Application that contains the concurrent program
    System.out.println("ApplName"+ applnName);
    String cpName = new String("SHIP_REQ"); //Concurrent program name
    System.out.println("Concc Name"+ cpName);
    // String cpDesc = new String("Shipping Request"); // concurrent Program description
    // Pass the Arguments using vector
    // Here i have added my parameter headerId to the vector and passed the
    //vector to the concurrent program
    Vector cpArgs = new Vector();
    cpArgs.addElement(shipmentId);
    System.out.println("Args"+ cpArgs);
    After this it is going into exception
    // Calling the Concurrent Program
    int requestId = cr.submitRequest(applnName, cpName, null, null, false, cpArgs);
    System.out.println("Req Id"+ requestId);
    tx.commit();
    return requestId;
    catch (SetDeferredException e)
    throw new OAException("SetDeferredException " + e.getMessage(),OAException.ERROR);
    catch (RequestSubmissionException e) {
    System.out.println("Into Exception");
    OAException oe = new OAException(e.getMessage());
    oe.setApplicationModule(this);
    throw oe;
    }Thanks
    AJ

  • Problem calling web service: Error while getting the ORACLE user account

    Hi All!
    I was able to call the service EGO_ITEM_PUB-PROCESS_ITEM, but after implemented some patches, suddenly I get this error as result:
    - <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    - <env:Body>
    - <OutputParameters xmlns="http://xmlns.oracle.com/apps/ego/soaprovider/plsql/ego_item_pub/process_item__1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <X_INVENTORY_ITEM_ID xsi:nil="true" />
    <X_ORGANIZATION_ID xsi:nil="true" />
    <X_RETURN_STATUS>U</X_RETURN_STATUS>
    <X_MSG_COUNT>1</X_MSG_COUNT>
    <X_MSG_DATA>Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.</X_MSG_DATA>
    </OutputParameters>
    </env:Body>
    </env:Envelope>
    Any ideas?
    Thanks,
    Konrad

    hsawwan wrote:
    Hi,
    I was able to call the service EGO_ITEM_PUB-PROCESS_ITEM, but after implemented some patches, What are those patches?
    # Patch 8407693:R12.TXK.B ISG: Service Generation Failure - Java Compiler Could Not be Found
    # Patch 8459663:R12.OWF.B : Mandatory Consolidated One-Off Fixes for ISG on Top of 12.1.1
    # Patch 8916358:R12.OWF.B : Service Timeout When Invoking Services Deployed to Integrated SOA Gateway
    # Patch 9349321:R12.OWF.B : Issue with item Bulk Load in Oracle Product Hub PIP 2.4
    # Patch 9446625:R12.FND.B : 1OFF:8995921:12.1.1:12.1.1:PERF : LoginModules Performance Issue
    # Patch 9070077:R12.OWF.B : 1OFF:9045280:12.1.1:12.1.1:Invoking a Web Service Requires NLS Lang When It Should be Optional
    # Patch 9153106:R12.OWF.B : IREP_Parser.PL Exits with GETPWUID Function IS Unimplemented in PARSER.PM -> Wichtig für ISG (für custom pl/sqls im ISG)
    # Patch 9004712:R12.OWF.B : One-Off for IREP PARSER on Top of Oracle E-Business Suite Release 12.1.1 -> Wichtig für ISG (für custom pl/sqls im ISG)
    IAS:
    # Patch 8607523 for the AS version 10.1.3.4
    Oracle Support told me that I need this patches because of some other problem (generating wsdl and deploy for BOM_BO_PUB package does not work in my environment) and since that, the process_item call stopped working!
    btw: The EGO_ITEM_PUB-PROCESS_ITEM call for an existing item still works (I can modify the description), but creating a new item does not work anymore. Here are the parameters I send to the web service:
    Header:
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:UsernameToken>
    <wsse:Username>sysadmin</wsse:Username>
    <wsse:Password
    Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">sysadmin</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    <q0:SOAHeader/>
    Body:
    <q1:InputParameters>
    <q1:P_API_VERSION>1.0</q1:P_API_VERSION>
    <q1:P_INIT_MSG_LIST>T</q1:P_INIT_MSG_LIST>
    <q1:P_COMMIT>T</q1:P_COMMIT>
    <q1:P_TRANSACTION_TYPE>CREATE</q1:P_TRANSACTION_TYPE>
    <q1:P_ITEM_NUMBER>KHR_WS_05</q1:P_ITEM_NUMBER>
    <q1:P_DESCRIPTION>desc2</q1:P_DESCRIPTION>
    </q1:InputParameters>
    Thanks,
    Konrad

Maybe you are looking for

  • All fields are not displayed in SM30

    Dear All, I have created one Z-Table with 5 fields. For that Z-Table I have maintained table maintenance generator. Now in SM30 I am able to see only 3 fields, I have checked all the options but I am not able to find out what is the problem that 2 fi

  • Itunes64.exe (itunes 10.3) - file wont run on my laptop!

    i have just got my new i7 laptop and saved itunes to my downloads and when i run as administrator it does nothing? please help!

  • Condition type not determined

    Hello All, I am using COPY CONTROL to create contract through VA41. Problem i am facing is condition type not getting picked up at item level, though correct pricing procedure is getting determined. In that pricing procedure this condtion type is mai

  • How to fix page wrap

    Ok, I can't get this page: http://web.mac.com/jsimoneau/iWeb/Site/Photos%204.html to work in Explorer on windows because I dragged that top shape behind my logo, off the page so it would only have rounded corners on the bottom. It looks fine in Safar

  • Deleting multiple photos

    Hello, I seem to have copied most of my photos in i photo twice! Is there an efficient way to locate and delete multiple copies without going through every photo and deleting? Thank you