Problem when droping temporary tablespace

After changing the temporary tablespace default temp for TEMP3, when I try to drop the TEMP tablespace hangs until I have terminate with CTRL + C.

The reason is there sessions using TEMP that will not disconnect.

I guess connections SYSAUX will leave if I close SGD, but what of the APPLICATION of substantive processes? I can't stop this instance for such a stupid task.

Looking at the LAST_ETL_TIME and the STATUS of the RCGB bg process, I realized that they are ASSETS since the database started upward, 21/09/2012.

Any ideas?

Thank you.

Col tablespace format a10

Col username format a6

Col osuser format a6

Pass program format a27

SELECT a.INST_ID, b.tablespace, b.segfile #, b.segblk #, b.blocks, a.sid, a.serial #, a.username, a.osuser, a.program, b.segtype, to_char (a.logon_time, ' dd/mm/yy HH24') logon_time, a.status, a.last_call_et

GV $ session has, gv$ sort_usage b

WHERE a.saddr = b.session_addr

ORDER BY 1, 2, 3, 4, 5, 6;

INST_ID SELECT TABLESPACE SEGFILE # SEGBLK # BLOCK SID, SERIAL # USERNA OSUSER PROGRAM SEGTYPE LOGON_TIME STATUS LAST_CALL_ET

---------- ---------- ---------- ---------- ---------- ---------- ---------- ------ ------ --------------------------- --------- -------------- -------- ------------

1 oracle TEMP 201 2766464 128 640 31865 SYSMAN SGD INDEX 16/10/13 10:50 56 INACTIVE

1 oracle TEMP 201 2856192 128 640 31865 SYSMAN GIVEN WHO 16/10/13 10:50 56 INACTIVE

1 oracle TEMP 201 2865664 128 695 45433 SYSMAN SGD INDEX 16/10/13 10:50 22 INACTIVE

1 oracle TEMP 201 2865792 128 695 45433 SYSMAN GIVEN WHO 16/10/13 10:50 22 INACTIVE

1 oracle TEMP 201 2865920 128 695 45433 SYSMAN GIVEN WHO 16/10/13 10:50 22 INACTIVE

1 oracle TEMP 201 2866048 128 695 45433 SYSMAN SGD INDEX 16/10/13 10:50 22 INACTIVE

1 oracle TEMP 201 2894976 128 640 31865 SYSMAN GIVEN WHO 16/10/13 10:50 56 INACTIVE

1 oracle TEMP 201 2895104 128 695 45433 SYSMAN GIVEN WHO 16/10/13 10:50 22 INACTIVE

1 oracle TEMP 201 2895232 128 695 45433 SYSMAN SGD INDEX 16/10/13 10:50 22 INACTIVE

1 oracle TEMP 201 2895360 128 640 31865 SYSMAN SGD INDEX 16/10/13 10:50 56 INACTIVE

1 oracle TEMP 201 2895488 128 640 31865 SYSMAN SGD INDEX 16/10/13 10:50 56 INACTIVE

1 oracle TEMP 201 2895616 128 640 31865 SYSMAN GIVEN WHO 16/10/13 10:50 56 INACTIVE

1 oracle TEMP 201 2895744 128 640 31865 SYSMAN GIVEN WHO 16/10/13 10:50 56 INACTIVE

1 oracle TEMP 201 2933120 128 695 45433 SYSMAN GIVEN WHO 16/10/13 10:50 22 INACTIVE

1 TEMP3 203 136192 128 392 8811 WEB_ES person don't httpd@weblxfe03 (V1 - V3 TNS) DATA 04/04/14 15:00 IDLE 0

DC81

Oracle TEMP 201 490368 128 337 55503 SYSMAN 2 the WHO DATA 16/10/13 10:49 52 INACTIVE

Oracle TEMP 201 628992 128 337 55503 SYSMAN 2 SGD INDEX 16/10/13 10:49 52 INACTIVE

Oracle TEMP 201 640768 128 337 55503 SYSMAN 2 SGD INDEX 16/10/13 10:49 52 INACTIVE

Oracle TEMP 201 701056 128 337 55503 SYSMAN 2 SGD INDEX 16/10/13 10:49 52 INACTIVE

Oracle TEMP 201 744064 128 337 55503 SYSMAN 2 the WHO DATA 16/10/13 10:49 52 INACTIVE

Oracle TEMP 201 757760 128 337 55503 SYSMAN 2 the WHO DATA 16/10/13 10:49 52 INACTIVE

Oracle TEMP 201 762752 128 337 55503 SYSMAN 2 the WHO DATA 16/10/13 10:49 52 INACTIVE

2 TEMP 201 3033728 128 55 1 oracle [email protected] (Application) DATA 21/09/12 09:51 48402541 ACTIVE

2 TEMP 201 3033984 128 55 1 oracle [email protected] (Application) of the INDEX 21/09/12 09:51 48402541 ACTIVE

2 TEMP 201 3034368 128 55 1 oracle [email protected] (Application) DATA 21/09/12 09:51 48402541 ACTIVE

2 TEMP 201 3048448 128 55 1 oracle [email protected] (Application) of the INDEX 21/09/12 09:51 48402541 ACTIVE

2 TEMP 201 3048576 128 55 1 oracle [email protected] (Application) DATA 21/09/12 09:51 48402541 ACTIVE

2 TEMP 201 3048704 128 55 1 oracle [email protected] (Application) DATA 21/09/12 09:51 48402541 ACTIVE

2 TEMP 201 3048832 128 55 1 oracle [email protected] (Application) of the INDEX 21/09/12 09:51 48402541 ACTIVE

3 oracle TEMP 201 3033728 128 55 52181 SYSMAN GIVEN WHO 16/10/13 10:49 25 INACTIVE

3 oracle TEMP 201 3033984 128 55 52181 SYSMAN SGD INDEX 16/10/13 10:49 25 INACTIVE

3 oracle TEMP 201 3034368 128 55 52181 SYSMAN GIVEN WHO 16/10/13 10:49 25 INACTIVE

3 oracle TEMP 201 3048448 128 55 52181 SYSMAN SGD INDEX 16/10/13 10:49 25 INACTIVE

3 oracle TEMP 201 3048576 128 55 52181 SYSMAN GIVEN WHO 16/10/13 10:49 25 INACTIVE

3 oracle TEMP 201 3048704 128 55 52181 SYSMAN GIVEN WHO 16/10/13 10:49 25 INACTIVE

3 oracle TEMP 201 3048832 128 55 52181 SYSMAN SGD INDEX 16/10/13 10:49 25 INACTIVE

3 TEMP3 203 239616 128 286 50245 WEB_ES person don't httpd@weblxfe21 (V1 - V3 TNS) DATA 04/04/14 15:03 IDLE 0

DC81

37 selected lines.

# Note: 'oracle2.local' is the host name and domain.

Here is the solution: http://danielrobertosoto.blogspot.com.ar/2014/04/11gr2-result-cache-feature.html

Tags: Database

Similar Questions

  • When I do exp (expdp), why use the temporary tablespace?

    Dear

    Imp (impdp) is using temporary tablespace.

    but I'm not using tablespace temp, while exp (expdp) is running.

    I think that exp (expdp) will not use temporary tablespace. is it not?

    Please let me know?

    He could.  It must run queries on the data dictionary.  Some of these applications may require the temp tablespace.

    Hemant K Collette

  • Temporary tablespace in 8i

    Hello

    I have a data base of Production running 8i on Windows platform. (I know its not taken care of, but unfortunately, one of our client application is still running on it).
    The customer complained a problem of performance and when I analyzed, I saw today that there is no temporary table space assigned to that base.
    All use the SYSTEM tablespace as the temporary tablespace.

    So I created a tablespace temporary new TEMP1. Now, I want to make the default temporary tablespace.
    How do I do that? When I tried to give the command, it throws the below error.

    SQL > ALTER DATABASE DEFAULT TEMPORARY TABLESPACE by temp1;
    ALTER DATABASE by DEFAULT TABLESPACE TEMPORARY temp1
    *
    ERROR on line 1:
    ORA-02231: missing or not valid option ALTER DATABASE

    This command is not supported by 8i? Please let me know how to define TEMP1 as new temporary tablespace and assign all users to the newly created TEMP tablespace.

    Thank you!

    SQL > ALTER DATABASE DEFAULT TEMPORARY TABLESPACE by temp1;
    ALTER DATABASE by DEFAULT TABLESPACE TEMPORARY temp1
    *
    ERROR on line 1:
    ORA-02231: missing or not valid option ALTER DATABASE

    This command is not supported by 8i? Please let me know how to define TEMP1 as new temporary tablespace and assign all users to the newly created TEMP tablespace.

    You cannot set the temporary tablespace at database as tablespace temporary level by default in Oracle 8i. Oracle 9i from, you can create and assign the temporary tablespace at database level.

    Only possible in Oracle 8i is at the level of the user.

    SQL > alter user scott tablespace temporary TEMP;

    Concerning
    Shane

  • Problem in the SYSTEM tablespace

    Hi all
    I have a problem when I try to load data into a temporary data store. Data are loaded from Sybase to Oracle with the KM 'IKM SQL command Append', but in the step "To insert a new line" the answer is "error: impossible to extend the table TABLE in the SYSTEM tablespace". Is there a limit to the temporary data store? This limit can be set?
    Thank you

    Giovanni

    Hi G,
    try to check the memory allocated storage space in the Oracle database.

    Hello
    P

  • I m get problem when running IE, Chrome or firefox

    Signature of the problem:
    Problem event name: APPCRASH
    Application name: rundll32.exe
    Application version: 6.0.6000.16386
    Application timestamp: 4549b0e1
    Fault Module name: sprote ~ 1.dll
    Fault Module Version: 0.0.0.0
    Timestamp of Module error: 50212e17
    Exception code: c0000005
    Exception offset: 00079aed
    The system version: 6.0.6002.2.2.0.768.3
    Locale ID: 16393
    Additional information 1 c: 649
    More information 2: 2d993315539d1b4488dfdd4c43482412
    3 more information: bde9
    Additional information 4: e8c962f1cadf8af02e768e3862dcb56c
    Read our privacy statement:
    http://go.Microsoft.com/fwlink/?LinkId=50163&clcid=0x0409

    Signature of the problem:
    Problem event name: APPCRASH
    Application name: iexplore.exe
    Application version: 9.0.8112.16450
    Application timestamp: 503723f6
    Fault Module name: ntdll.dll
    Fault Module Version: 6.0.6002.18541
    Timestamp of Module error: 4ec3e3d5
    Exception code: c0000005
    Exception offset: 00039487
    The system version: 6.0.6002.2.2.0.768.3
    Locale ID: 16393
    Additional information 1: c453
    More information 2: abcc8f7853b48d9807d6d51eb1fa5df9
    Additional information 3: c453
    Additional information 4: abcc8f7853b48d9807d6d51eb1fa5df9
    Read our privacy statement:
    http://go.Microsoft.com/fwlink/?LinkId=50163&clcid=0x0409
     

    Signature of the problem:
    Problem event name: BEX
    Application name: chrome.exe
    Application version: 21.0.1180.89
    Application timestamp: 503ebf10
    Fault Module name: StackHash_2d77
    Fault Module Version: 0.0.0.0
    Fault Module Timestamp: 00000000
    Exception offset: 2028ad6b
    Exception code: c0000005
    Exception data: 00000008
    The system version: 6.0.6002.2.2.0.768.3
    Locale ID: 16393
    Additional information 1 / 2d 77
    More information 2: 0f87f8924e80c4cc111b410bf65df663
    Information has additional 3: 408
    Additional information 4: a747d84ca122d3999f6adb84ba0cb3d8
    Read our privacy statement:
    http://go.Microsoft.com/fwlink/?LinkId=50163&clcid=0x0409

    These are the messages of problem I m get... Please help me what I have to do...
    Thank you

    Hi Raja DSP,

    1. what version of IE are you using?

    2 did you do changes on the computer before the show?

    Follow the suggestions below for a possible patch with Internet Explorer:

    Method 1: I suggest you to run the fix - it and check if the problem still persists.

    Troubleshoot Internet Explorer to IE quick, safe and stable

    http://support.Microsoft.com/mats/ie_performance_and_safety/

     

    Method 2: If the method above is not enough you can follow the steps in the article mentioned below and check.

     

    Tips for solving problems when Internet Explorer hangs or stops working

    http://Windows.Microsoft.com/en-us/Windows-Vista/tips-for-solving-problems-with-Internet-Explorer

    Warning: Please note that the reset Internet Explorer (IE) resets all of the settings defined by the user, including those established by the installed extensions, toolbars and other add-ons for IE by default. This includes all the security, privacy and settings area. Also this will erase browsing history, delete all temporary Internet, cookies, form data files and especially all the passwords.

    If you have problems with Google Chrome and Mozilla Firefox, you see the following link for their respective forums:

    Google Chrome

    http://www.Google.com/support/chrome/

     

    Mozilla Firefox

    http://support.Mozilla.com/en-us/home

    Let us know if that helps.

  • Windows Media Player has encountered a problem when downloading the file

    Original title: Windows Media Player does not work

    What this means: Windows Media Player has encountered a problem when downloading the file? and what do I do about it?

    Johnny: What are your exact measurements that lead to the error message?

    Temporary compensation Internet filed and the Cookies Internet Explorer could help.

  • How to rename the temporary tablespace group name

    How to rename the temporary tablespace group name?  I have to remove all the temporary tablespace under the Group and then re-create the temporary tablespace again.

    EBS r12.1.1

    Database 11.0.1.7

    Please see any id doc.

    concerning

    pritesh Rodriguez

    Thanks for your update. I have solved my problem by creating a new group and add temporary tablespace to new goup.

    concerning

    pritesh Rodriguez

  • Captivate 7 starts no problem with a temporary file

    Hello. It seems that I'm not the only one having a problem when you try to launch Captivate (7) (7, 64-bit) Windows. See other thread here: https://forums.adobe.com/message/5916670#5916670

    Captivate used to launch without a hitch. Then I took a break in the program for a few months (could also have downloaded some Captivate 7 about Add-ons then too: App Packager, Quiz results Analyzer, reviewer).

    Now when I try to open the program, my antivirus AVG says that one automatically generated "CP" file in user > AppData > Local > Temp folder has a 'unknown' moderate risk and should be removed. After that she did this, the Captivate launch window remains suspended until a dialog box asking if I want to force close.

    If I scan with AVG Temp folder, he found no threat. I also scanned it with a Microsoft tool that has found no threat.

    The file which seems to cause the problem seems to be generated at the time of the launch (so need the temporary Captivate file for the session, which would be naturally stored in Temp).

    I can assume there is a compatibility problem with an update of the Windows 7 system. If everyone in the world with Windows 7 and 7 Captivate now has this problem, we can probably assume that this question.

    I tried uninstalling and reinstalling Captivate (after ask Adobe if it would be ok, because I can not open the program to disable the first license). - But still have a problem after a new installation CD.

    The Adobe Captivate team - is anyone following this topic? Comments would be appreciated because I don't know what to do next and need support.

    @ Erik Lord, thank you, but it was not a question of AVG.

    In the case where others facing this problem, I will describe my experience.

    I had already tested the Captivate launch with the Temp folder excluded in AVG anti-virus (which is not ideal, because other viruses could find themselves there and not projected). That did not work. AVG has always presented the message.

    I tried to temporarily disable all AVG (right click on icon in the toolbar View menu for this). That did not work. The program just hung.

    A beautiful Adobe technical person remotely took control of my computer to make a diagnosis.

    At the end of the day, it deleted all of my fonts (except system fonts that would not remove) and the program successfully launched after that. (I had installed recently many new policies - as well as brushes Photoshop, actions & bosses. Interestingly, the PS had been much slower to boot, which I thought was due to the new 'active', but I had not considered loading in Captivate fonts, as they would in most all other programs. It turns out that at least one of them had corrupted code.)

    Unfortunately, I still have a small problem, but it is manageable until I have to remember Adobe. The Tech support guy had an account administrator to troubleshoot issues where Captivate launches beautifully. After I removed this connection (at startup) and just use my normal user account, Captivate has got the same message error AVG - but this time, not with the launch but a minute or so later. Also, when I said AVG to fix the problem, Captivate is not stopped and I could continue to work in it as usual. I would say that I need to go back and look at the fonts that were left, but at least it's type of work at the moment. This will not mark as resolved immediately in case there is more to add soon.

  • warning when the temp tablespace is full

    Hi all

    on my DB 11.2 comes from time to time situation running the full temp tablespace. It sucks just two seconds and when the dba is not noticed, the tablespace is already almost vacuum. Is it a way somehow to create as a "reminder - notify" triggering te when the temp tablespace for us will say a lot of 70%.
    That "remember - notify" runs the sql statement look in the parameter $ v, process$ v, v$ sort_usage, v for sessions of problem $session.
    Thanks and rgds,

    Alex

    You do not use dbcontrol?
    You can easily configure dbcontrol to do this, or use the package dbms_server_alert directly.
    The starting point is as usual... reading documentation.

    ---------
    Sybrand Bakker
    Senior Oracle DBA

  • Unknow temporary tablespace

    How can busy temporary tablespace tablespace 4Gig, I delete this tempspace. Name of the segment is in numbers. I don't know what is happening here.

    Any help much appreciated.
    select  owner
    ,     segment_name
    ,     segment_type
    ,     mb
    from     (
         select     owner
         ,     segment_name
         ,     SEGMENT_TYPE
         ,     bytes / 1024 / 1024/1024 "MB"
         from     dba_segments
         order     by bytes desc
         )
    WHERE     ROWNUM < 11
    /
    ABC     34.396      TEMPORARY     4.1630859375

    A TEMPORARY segment is automatically deleted when the operation that created it is completed (successfully or unsuccessfully). If the same temporary segment persists, log an SR with Oracle's Support.

    Hemant K Collette

  • temporary tablespace

    Hello

    I want to know when I add 2g datafile to temporary tablespace.will that the same 2 GB space is used in operating systems or when the sort operation occurs in this space of time 2g will be used as the os

    Concerning

    user13364785 wrote:
    Then, when released used space.

    Concerning

    space inside TEMP tablespace will be reused as needed, but NOT returned to the operating system

  • Temporary tablespace: size of the measure

    Move us our DWH (1 to) to new hardware and upgrade to 11g DB. The system made heavy use of temporary storage during sorts / joins. That's why we'll go temporary tablespace groups different discs/pins.
    Now, we wonder if the size of the measure for the managed temporary tablespaces locally will also contribute to the performance. Standard measurement site is 1 M. Is there something to consider?

    Salvation;

    Please check the notes that might be useful for your question below:
    What size should have when creating temporary Segments to PERMANENT Tablespace [ID 163427.1]
    How to choose the measurement for a temporary Tablespace size prevent ORA-3232 [ID 125271.1]

    Respect of
    HELIOS

  • Temporary Tablespace issue

    Hello

    Oracle 10g

    When temporary tablespace verification through sql query gives output below. While when I check through Enterprise Manager, it shows autoextentible up to 2GB.
    SQL>  select *from DBA_TABLESPACES
      2   where
      3   tablespace_name= 'TEMP'
      4  /
    
    TABLESPACE_NAME                BLOCK_SIZE INITIAL_EXTENT NEXT_EXTENT MIN_EXTENTS MAX_EXTENTS PCT_INCREASE MIN_EXTLEN STATUS    CONTENTS  LOGGING   FORCE_LOGGING EXTENT_MANAGEMENT ALLOCATION_TYPE PLUGGED_IN SEGMENT_SPACE_MANAGEMENT DEF_TAB_COMPRESSION RETENTION   BIGFILE
    ------------------------------ ---------- -------------- ----------- ----------- ----------- ------------ ---------- --------- --------- --------- ------------- ----------------- --------------- ---------- ------------------------ ------------------- ----------- -------
    TEMP                                 8192        1048576     1048576           1                        0    1048576 ONLINE    TEMPORARY NOLOGGING NO            LOCAL             UNIFORM         NO         MANUAL                   DISABLED            NOT APPLY   NO
    Please suggest. Thank you.

    Use the query below and check if you get the same value as EM
    Select CanGrow, sum(maxbytes/1024/1024/1024) in the dba_temp_files where nom_tablespace = 'TEMP' group by CanGrow;

    You must for CanGrow, query dba_temp_files. (not dba_tablespaces)

  • Linux links - temporary Tablespace

    Hello

    It's probably the related issue of Linux.

    When I try to see the size of my temporary tablespace, datafile

    I have observed that the use

    [audi oracle@dbadm01] $ ls-l temp02.dbf
    -rw - r - 1 oracle oinstall 524296192 Dec 21 10:10 temp02.dbf

    Where I get

    of the $ [oracle@dbadm01 audi] - sh temp02.dbf
    1.1 temp02.dbf M


    So, what is the size of my data file on the disk. I mean he did not occupy 500 or just 1.1 MB.

    Why interviewed both showing me different values?

    Hello

    Currently you have held only 1.1 MB, even if it shows the 500 MB file size. It will develop its use. Other data files of tablespaces allocate the disk as soon as the data physical file is created.

    HTH

  • Temporary tablespace growth

    Hello guys,.

    I have an Oracle (10g version 10.1.0.5.0) database that is not too big, but my phase of temporary tablespace (LMT) too (20 GB)
    How can I save a normal or more regular size?

    Kind regards.

    There are reasons of servral why your app (has nothing to do with the size of the database) is using a lot of temporary space. Get your temporary tablespace to small size can not solve. It will still grow after that.

    You might want to take a look at these discussions on the parameters of the PGA, etc.

    Re: Problem with memory PGA - Oracle 10.2.0.4 on windows 2003
    Re: Details on using in the memory of the PGA

    If you must reduce the size of your tablespace temp of smaller size, an option is to create a new temp tablespace, change username for this tablespace, drop the old temp tablespace and re-create for small size chosen, then switch users back.

    Avoid creating your temporary tablespace with temporary file extension. The size of your tempfiles properly and not use AUTO EXTEND on creating temp tablespace.



    Oracle database FAQ

Maybe you are looking for

  • Why open a new page in the tab as well as my home page?

    When I go online, I expect to have only my open home page, instead, I have two tabs, my home page tab and the tab and the new tab is the page that actually opens. This just started yesterday, why?

  • iCloud photo library and faces

    I created faces on my library of Photos of MacBook and this morning has decided to turn on iCloud photo library on an iMac to remember all my originals.  All the photos were perfectly copied everywhere, but while the faces always works on the MacBook

  • Linking the Photos to iPhoto library

    My library is on an external hard drive (150 + GB). I installed my MacBookAir from the Mavericks to El Capitan (I jumped from Yosemite). I don't want to use iCloud for storing photos. How directly the Photos to find my external hard disk iPhotos libr

  • Equium A100 - 027 Vista: the screen goes black for just 1 second

    I was wondering if anyone here can tell me what is the problem with my laptop. That's all new Toshiba Equium A100-027. Quite often, my screen will turn black for just a second, and then it will return to normal again. I changed my power settings, so

  • Problems with Windows Defender

    My windows Defender Gets a server failure error 0 x 80080005 execution when I invited this scanner my computer automatically and get updates