drop user suspended in oracle 10g

Hi all

I'm giving 5 patterns on my database.

When issuing the command 'move user username', it runs for hours without completing.

There are no objects in the schema

There are no sessions related to patterns in the view v$ session/v$ process

I blocked patterns (down) in order to avoid users log in again.

Database version: 10.2.0.4.0

Operating system: Solaris 10

Thank you

Leruo

Mark this thread as a response please

Tags: Database

Similar Questions

  • to find the point where the user had fallen oracle

    Hi Experts,
    I have the request of my Auditor that it will be possible to find the time when the oracle user has been abandoned.

    Vesrion oracle 10g, 11g

    We can find it through the audit trail, or there is some dynamic combined opinions that maintains this information.


    Or other wise, that we create some manually trigger to enter the time, in the affirmative, please provide the details of the same


    A quick response will be useful...

    See here: 11.2.0.1 Windows XP

    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> select username from dba_audit_trail
      2  where
      3  action=53;
    
    no rows selected
    
    SQL> show parameter audit;
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    audit_file_dest                      string      E:\APP\SERVERROOM\ADMIN\ORCL\A
                                                     DUMP
    audit_sys_operations                 boolean     FALSE
    audit_trail                          string      DB_EXTENDED
    SQL> audit drop user;
    
    Audit succeeded.
    
    SQL> create user test identified by test;
    
    User created.
    
    SQL> drop user test;
    
    User dropped.
    
    SQL> column sql_text for a50;
    SQL> set line 200;
    SQL> select username,
      2  timestamp,
      3  sql_text
      4  from dba_audit_trail
      5  where
      6  action=53
      7  /
    
    USERNAME                       TIMESTAMP SQL_TEXT
    ------------------------------ --------- --------------------------------------------------
    SCOTT                          30-APR-12 drop user test
    SQL>
    

    So the answer is action = 53 in dba_audit_trail for user to drop and user specific just add like operator with column sql_text. means, scott user droped the user test on April 30, 12.

    If you want to know the meaning of the action column of the dba_audit_trail then see link below:
    http://docs.Oracle.com/CD/B19306_01/server.102/b14237/dynviews_2088.htm#g1432037
    Command.v$ session = action.dba_audit_trail

    If this answers your question, please close the message, otherwise continue.

    Concerning
    Girish Sharma

  • Oracle 10g with 10.2.0.5 patch app thin?

    Hello

    I'm working on creating a fine app for oracle 10g. I am able to create the thin application without patch and everything seems to work normally, but in our situation, we must apply the 10.2.0.5 patch. When I patch the program, everything still seems to work ok, so I'm going through with the postscan, which also seems to work fine until there finishes.

    I don't know if this is related, but I get the following warnings after the postscan:

    Could not copy the file--> C:\Program Files (x 86) C:\ProgramData\Microsoft\RAC\StateData\RacMetaData.dat \VMware\VMware ThinApp\Captures\Oracle 10 g + patch\%Common AppData%\Microsoft\RAC\StateData\RacMetaData.dat
    Could not copy the file--> C:\Program Files (x 86) C:\ProgramData\Microsoft\RAC\StateData\RacWmiEventData.dat \VMware\VMware ThinApp\Captures\Oracle 10 g + patch\%Common AppData%\Microsoft\RAC\StateData\RacWmiEventData.dat
    Could not copy the file--> C:\Program Files (x 86) C:\ProgramData\Microsoft\Search\Data\Applications\Windows\MSStmp.log \VMware\VMware ThinApp\Captures\Oracle 10 g + patch\%Common AppData%\Microsoft\Search\Data\Applications\Windows\MSStmp.log
    Could not copy the file C:\Users\All Users\Microsoft\RAC\StateData\RacMetaData.dat--> C:\Program Files (x 86) \VMware\VMware ThinApp\Captures\Oracle 10 g + patch\%drive_C%\Users\All Users\Microsoft\RAC\StateData\RacMetaData.dat
    Could not copy the file C:\Users\All Users\Microsoft\RAC\StateData\RacWmiEventData.dat--> C:\Program Files (x 86) \VMware\VMware ThinApp\Captures\Oracle 10 g + patch\%drive_C%\Users\All Users\Microsoft\RAC\StateData\RacWmiEventData.dat
    Could not copy the file C:\Users\All Users\Microsoft\Search\Data\Applications\Windows\MSStmp.log--> C:\Program Files (x 86) \VMware\VMware ThinApp\Captures\Oracle 10 g + patch\%drive_C%\Users\All Users\Microsoft\Search\Data\Applications\Windows\MSStmp.log
    Could not copy the file C:\Users\All Users\Microsoft\Windows Defender\IMpService925A3ACA-C353 - 458 A-AC8D - A7E5EB378092.lock--> C:\Program Files (x 86) \VMware\VMware ThinApp\Captures\Oracle 10 g + patch\%drive_C%\Users\All Users\Microsoft\Windows Defender\IMpService925A3ACA-C353 - 458 A-AC8D - A7E5EB378092.lock
    Could not copy the file C:\Users\All Defender\Scans\History\CacheManager\MpSfc.bin--> C:\Program Files (x 86) Users\Microsoft\Windows \VMware\VMware ThinApp\Captures\Oracle 10 g + patch\%drive_C%\Users\All Users\Microsoft\Windows Defender\Scans\History\CacheManager\MpSfc.bin

    And then finally I get this at the end of the 'Build Project' message:

    C:\Windows\hh.exe: an executable not valid
    Build failed *.

    I can't determine why the build fails.

    Any help would be appreciated.

    Hi Mark

    1. the warnings that you are seeing after Postscan aren't a problem, in my view, they are for most of the newspapers that were not copied to the ThinApp of your application project (probably because access is denied because some application process is running and use).

    2. the error you see regarding hh.exe during the generation probably occurs because it is a 64-bit binary (and ThinApp 4.7.3 can't stand not the 64-bit binaries), in all cases, please open the file package.ini in the project folder (the folder that contains the project ThinApp registered Oracle 10 g, generated by the capture process) and find the section [hh.exe] and add 'Disabled = 1' under it , and then try again to build again by running build.bat.

    Thank you.

  • Oracle 10g 11g vs?

    Is - this here is output expected between the different versions of DB?

    Oracle 10g
    select utl_url.escape('http://sample.com/questions/hea[der.html') from dual;
    O/P
    http://sample.com/questions/hea%5Bder.html
    Here characters ' [' is dropped.]
    Oracle 11g
    select utl_url.escape('http://sample.com/questions/hea[der.html') from dual;
    http://sample.com/questions/hea[der.html
    Here characters ' [' is no exception.]

    Support UTL_URL note. ESCAPE escape is no longer some characters such as brackets [] in 11.2 [1467611.1 ID]:
    >
    The UTL_URL procedure. ESCAPE has been updated to 11.2 in conformity to the specification of the URL RFC 2396. The procedure only escapes illegal characters (and possibly reserved characters) using the 2%-figure-hex-code format. It appears that some legal / reserved characters (such as [and]) have also been dropped in earlier versions.

  • Increase the number of user in the Oracle database

    Hello
    I have a small base of 50 concerts Oracle 10g in the test environment and only two user who uses. In a few days about 100 users will start to use at the same time, and there will be a lot of Insert and Update transactions. Do I need to do anything on the database to handle the increase in traffic? Help, please.

    -Bigit

    Hello

    I think it need more process, maybe you need some settings in the database, for example, you can see follow these settings:

    1. Select name, value of the parameter $ v where name like '% session ';
    2. Select name, value of the parameter $ v whose name as "process % ';
    3. Select name, value of the parameter $ v where name like '% of transactions;

    Accordint to this...

    You can the chance these values...

    I hope that this information will be useful for you.

  • Drop user cascade locks

    Hello

    I'm in Oracle Database 10 g Enterprise Edition Release 10.2.0.2.0 - Prod.

    I'm trying to drop user cascade and the statement hangs with wait event 'db file scattered read' on a query from sys.

    I put a trace on the session where I'm doing it and rerun the drop command.
    ALTER session set events "name of the 1940 ERRORSTACK level 3 trace";
    ALTER session set events 10046 trace context name forever, level 12';

    The relevant section of the tkprof is below:

    Select o.name, o.type #, o.obj #, o.remoteowner, o.linkname, o.namespace, o.subname
    Of
    obj$ o, tab$ t where o.owner #=: 1 and o.type #! 11 and o.type = #! = 13 and
    o.type #! 14 and o.type = #! 10 and o.type = #! = 33 and o.type #! = 32 and o.type #.
    ! 8 and o.type = #! = 9 and o.type #! 7 and o.type = #! = 38 and o.type #! = 22
    and o.type #! = 28 and o.type #! 29 and o.type = #! 30 and o.type = #! = 55 and
    o.obj # t.obj = #(+) and (t.property is null or (bitand (t.property, 8192)! = 8192))
    and bitand (t.property, 512). (= 512 and bitand(t.flags,536870912)! = 536870912))
    o.type # desc order


    call the query of disc elapsed to cpu count current lines
    ------- ------ -------- ---------- ---------- ---------- ---------- ----------
    Parse 1 0.00 0.00 0 0 0 0
    Run of 115 0.01 0.02 0 0 0 0
    Fetch 7501 75.39 825,13 1385179 2455703 0 7500
    ------- ------ -------- ---------- ---------- ---------- ---------- ----------
    Total 7617 75,40 825,15 1385179 2455703 0 7500

    Chess in the library during parsing cache: 0
    Optimizer mode: CHOOSE
    The analysis of the user id: SYS (recursive depth: 1).

    Rows Row Source operation
    ------- ---------------------------------------------------
    7500 SORT ORDER BY (cr = 2449755 pr = 1381735 pw = time 0 = 822704263 en)
    FILTER 162677 (cr = 2449755 pr = 1381735 pw = time 0 = 818684218 en)
    162677 HASH JOIN EXTERNAL (cr = 2449755 pr = 1381735 pw = time 0 = 818328045 en)
    164036 TABLE ACCESS BY INDEX ROWID OBJ$ (cr = 34382 pr = 6 pw = time 0 = 737122 en)
    310201 I_OBJ2 INDEX RANGE SCAN (cr = 4830 pr = 4 pw = time 0 = 126082 US)(object id 37)
    14444378 TABLE ACCESS FULL TAB $ (cr = 2421321 pr = 1385173 pw = time 0 = 770578194 en)


    I tried to collect statistics of dictionary and troubleshoot with Metalink ID 1291804.1.
    However, none of these permits.

    Please help.

    Kind regards
    Horia Berca

    Hello

    There is a bug in Oracle10.2.0.4. Please try my suggestions mentioned bellows. And let me know if any question.

    1 remove the objects belonged to the first schema.
    2. then slide the user later.

    Also, please see my doc mentioned below.

    Drop User Cascade very slow in 10.2.0.4 [ID 798586.1].

    Hopefully this might solve your problem.

    Thank you
    Vishal Joshi
    Oracle Apps DBA.

  • How to use Oracle 10g (LOGMINER) consistent with DBA privileges JKM

    Hi gurus,

    Transposition of the CDC, we are checking out JKM Oracle 10g coherent (LOGMINER).
    Only restriction is that we can have no privilege DBA granted to the user of the ODI.

    So far, I did the following

    JKM Oracle 10g compatible (LOGMINER) uesed with

    ASYNCHRONOUS_MODE = NO
    AUTO_CONFIG = NO
    JOURNAL_TABLE_OPTIONS: USERS


    1 source schema: test
    2. There are 2 tables (DEPT_CDC_SRC and EMP_CDC_SRC) in the schema of the TRIAL, the two were added to the process of the CDC
    3 schema work: cdc

    4. from SYS schema the following grants were given to ODI work shema user.

    Grant connect, the cdc resources
    GRANT SELECT ANY TABLE OF CDC
    Grant EXECUTE ON dbms_stats to cdc
    Grant execute on DBMS_CDC_PUBLISH at CDC
    Grant execute on DBMS_CDC_UTILITY to CDC
    Grant execute on DBMS_CDC_SUBSCRIBE at CDC
    Grant execute on DBMS_STREAMS_CDC_ADM to CDC
    Grant execute on DBMS_CDC_IPUBLISH to CDC
    Grant execute on DBMS_CDC_SYS_IPUBLISH to CDC
    Grant execute on DBMS_CDC_ISUBSCRIBE at CDC
    Grant execute on DBMS_CDC_DPUTIL to CDC
    Grant execute on DBMS_CDC_EXPDP to CDC
    Grant execute on DBMS_CDC_EXPVDP to CDC
    Grant execute on DBMS_CDC_IMPDP to CDC

    5. as a user SYSDBA has done the following:
    ====================================
    SHUTDOWN IMMEDIATE;
    BOOTABLE MEDIA;
    ALTER DATABASE ARCHIVELOG;
    ALTER DATABASE OPEN;
    ALTER SYSTEM ARCHIVE LOG START;
    ALTER SYSTEM SWITCH LOGFILE;
    ===================================

    6 start journal... it fails to create the stage newspaper.
    with the following error
    ORA-06512: at "SYS." DBMS_CDC_PUBLISH.

    7. for the goal conceded role DBA to CDC test and start the log it is successful

    8 revoked of CDC DBA and restart the log. It still fails to form newspaper market.
    with the same error i.e.
    ORA-06512: at "SYS." DBMS_CDC_PUBLISH.

    How to solve this problem without any DBA privilege to the scheme of ODI work?

    Kind regards
    Frédéric

    Published by: 804400 on November 24, 2010 02:39

    Hello

    http://www.DBA-Oracle.com/t_insifficient_privileges_create_view_grant.htm said

    You must have the privileges of the object that you made from tables

    Privileges required to create views

    To create a view, you must meet the following requirements:

    You must have been granted the CREATE VIEW (to create views in your schema) or CREATE ANY VIEW (to create a view of another user schema) system privilege, either explicitly, or by a role.

    You need to explicitly obtain the SELECT, INSERT, UPDATE, or DELETE privileges object on all underlying base objects in the view or system privileges SELECT ANY TABLE, INSERT a WHOLE TABLE, UPDATE ANY TABLE or DELETE ANY TABLE. You may not have gotten these privileges through roles.

    I hope this helps.

    Thank you
    Fati

  • Oracle 10g se & 10g application server installation conflict port 1521

    Hello

    I use Windows server 2003 and I had previously installed Oracle 10 g Standard Edition for Hyperion 11.1.1.3.

    now, I want to install Oracle 10 g application server.

    But when I tried to install Oracle 10 g application server, sound suspends with the oracle 10g database server in port 1521.

    Is it possible to install Oracle 10 g Standard Edition and Oracle 10g application server in Windows server 2003?

    Help please.

    Hervé M

    Yes, it is possible to make them together.
    In cases where the port 1521 is busy, try 1522.

    AMN

  • Oracle 10g database export

    Hello
    I installed oracle 10g on Windows 2003 Server R2.
    Now I want to export my database using Enterprise Manager, but I'm stuck at the first step when I entered the username and password of the user of the machine, well me as 'Administrator' password is annoying knowing that I open windows with that user.

    Hi, this is the host credentials and you must configure it. Follow these steps:

    go heart Control Panel-administrative tools-local security-online local policy online online fonts-online user rights => select connection as a batch and then add your users (for example, administrator). Then try again

  • File icon in the form of oracle 10g

    HII,

    I'm a new user in oracle 10g, here I am in form & placing all the icons in a folder, after that I changed the path to the icon file in the default.env file, the path is same where are preserved icons, but I am unable to see the icons running.

    what I need to change another file or icons will be kept somewhere particaular?

    Help, please...

    Hmmmmmm

    Please see different gif icons and do not attempt to set jpg, tiff or bmp please just try to check Gif icons.

    Sarah

  • Guyz I need to convert the database from ms access to oracle 10g

    Hello everyone... I wanan convert my access database to oracle 10g. As I create a form like OVERVIEW MONTHLY after the transfer to oracle 10 g... I wud really cud happy if a few b help me in this matter...
    I'm ready to send database... access to u people can check it out and get back to me with a useful solution!

    Hello

    Oracle SQL Developer migration

    Oracle SQL Developer integrates migration support, offering users the opportunity to migrate objects from database and data from MySQL, Microsoft Access and Microsoft SQL Server, Sybase to Oracle. This document details the installation steps to help prepare your environment for migration of database and provides a brief description of each of the 5 main steps of a migration.

    http://www.Oracle.com/technology/tech/Migration/Workbench/files/omwb_getstarted.html

    Concerning

  • export table from oracle 10g with oracle 8i exp utlity

    Hello

    I export table from oracle 10g with oracle 8i exp the binaries:
    bash-2.05$ exp pin/pin file=prakash.dmp tables=prakash@APPSDB
    
    Export: Release 8.1.7.0.0 - Production on Tue Aug 4 09:58:18 2009
    
    (c) Copyright 2000 Oracle Corporation.  All rights reserved.
    
    
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.0.0 - 64bit Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - 64bit Production
    Export done in UTF8 character set and UTF8 NCHAR character set
    
    About to export specified tables via Conventional Path ...
    EXP-00011: PIN.PRAKASH@APPSDB does not exist
    Export terminated successfully with warnings.
    I can't please inputs appreciated.

    axis/axis here is the user and pwd to oracle 8i
    Prakash is the name of a table in oracle 10g

    appsdb is the link of database

    Thank you

    Prakash GR

    axis/axis here is the user and pwd to oracle 8i

    Prakash is the name of a table in oracle 10g >

    To export the database 10g PRAKASH table, use the 8i export utility.

    log tables = prakash.log file = prakash.dmp exp = feedback = 100000 PRAKASH

    Who is the owner of the table? You have the TNS entry for the 10g database in your NET80 folder. If this isn't the case, then put an entry in there. Then, when you are prompted for the user name

    username:newcolsys@tns_alias/password

    HTH
    Anand

  • Oracle 10g DBA questions

    I am preparing to Oracle 10g certification. I have several questions that I can't answer how well I did a lot of research. Help, please. Thank you. S.

    1. which two databases users can log into EM to perform the loading bath using SQL loader?

    2. who would have three configurations you use for the automatic management of the backup and restoration of the Oracle database operations?
    store data files in the flash recovery area.
    store the archive logs in the flash recovery area.
    Back up the control files; use the database in archivelog mode.
    Configure the automatica undo management;
    Use the flash recovery for backup files automatic storage management

    3. which three user names, by default, can provide access to the control of database Oracle Enterprise managers?
    system, sysman, dmsnmp, sys?

    4. When you create a database using DBCA, why is the block size not enabled?

    5. the table maybe flashback if it resides in a locally managed tablspace?

    You do not have my point. There is no need to look for 'anyone' on any forum for the answers. You should look for them yourself.

    Think about this question only. Why the confusion? Florian gave an answer already you must choose the tempelate custom to get the option of block size. So the question is the size of block unmodifiable why right?

    + 1. you have chosen the file storage system.

    Doesn't ANY sense!
    2. you use no model of custom database to create db

    + 3. you haven't chosenGrid Ctrl +.
    It has nothing to do with the size of the block.

    + 4. data block size is set to the maximum block size supported by the operating system.

    Nope, oracle assigns the default value they use in a statement.

    + 5 block size can be increased when DBCA is called Oracle installer +.
    Nonsense!

    I left the option 2, that has meaning today?

    Yet once, not worth about issues and especially not these. Think and prepare concepts and for it you just put the efforts.

    HTH
    Aman...

  • Oracle 10g RAC - private interconnection on VLAN not routable private

    There is in our data center existing Oracle 10g RAC configured with VLAN private interconnection managed by a different group of DBA.

    We create a new, separate Oracle 10 g RAC environment to support our request.

    When we discussed with our data center people to set up a local VIRTUAL private network for our CARS of interconnection, they suggest to use the same VLAN used by the other Oracle RAC configurations existing private. In this case the IPs of interconnection will be on the same subnet as the other Oracle RAC configurations.

    For example, if
    RAC1 with 2 nodes use 192.168.1.1 and 192.168.1.2 in the VLAN_1 for the Interconect, they want us to use the same VLAN_1 with interconnecting IP 192.168.1.3 and 192.168.1.4 to our 2 node RAC.

    Share the same subnet on the same private VLAN for the interconnection of different configurations of RAC, supported?
    Which will cause a drop in performance? This means the IPs of a RAC interconnect configuration is to pings from other RAC configuration.

    Someone met with such purpose?

    Could not find any info on it on Metalink.

    Thank you

    Yes
    It is practically very doable... as you would have only 4 m/c in subnet ip... and it is much less than the public subnet that we should abstain from interconnection.

  • sequences removed in oracle 10g

    Hi all

    Can retrieve us the sequences fell in oracle 10g?

    Command?

    Thank you.

    Published by: user545846 on April 9, 2009 07:32

    Yes, the original poster will have to re-create the sequence. Do a flashback query against just DBA_SEQUENCES provides the names of old footage and the starting value which must be specified (as well as other parameters such as cache) makes it easier to properly recreate those dropped sequences.

    Justin

Maybe you are looking for