Recycle bin LMT Vs Dictionary Managed

Hi,
Am I right in thinking you only get a recycle bin for LMT's?
So any dictionary managed tablespaces will not have a recycle bin even if recyclebin is on for the database.
Thanks.

You're correct that DMTs cannot make use of the recyclebin functionality.
create tablespace hjr datafile 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\TEST\hjr01.dbf' size 10m extent management dictionary;
create table t1 (col1 char(5)) tablespace hjr;
show recyclebin;
{nothing returned}
drop table t1;
show recyclebin;
{nothing returned}BUT...
create tablespace hjr2 datafile 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\TEST\hjr201.dbf' size 10m extent management local;
create table t1 (col1 char(5)) tablespace hjr2;
show recyclebin;
{nothing returned}
drop table t1;
show recyclebin;
ORIGINAL NAME    RECYCLEBIN NAME                OBJECT TYPE  DROP TIME
T1               BIN$zq24aOXxRGitS2FnP8SUjQ==$0 TABLE        2008-01-07:22:09:02It comes down to the fact that the recyclebin isn't a separate place where tables are moved to, but simply a means of marking extents for over-writing without actually vacating them. In DMT, that would potentially mean updating lots of rows in the UET$ table, and that would be expensive. In LMT, you simply set lots of bits.
The recyclebin is simply not feasible in DMT, in other words.

Similar Messages

  • Enable Recycle Bin on mapped network drives

    A few years ago I discovered how redirected user profile folders in Windows get Recycle Bin protection, even when the folders are redirected to a network location. This was a huge find for me, and I used this feature to add Recycle Bin coverage to some of
    my mapped network drives. I shared this information on another forum here:
    http://forums.mydigitallife.info/threads/16974-Tip-Network-Recycle-bin
    Today I figured out a better way to achieve the same goal that doesn't rely on user profile folder redirection, and am sharing that information for other users to try out. You might want to take a look at these forum topics for additional information:
    http://technet.microsoft.com/en-us/library/cc787939(v=ws.10).aspx
    http://blogs.technet.com/b/askds/archive/2012/07/16/managing-the-recycle-bin-with-redirected-folders-with-vista-or-windows-7.aspx
    http://msdn.microsoft.com/en-us/library/bb882665.aspx
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/10bfcfb9-14f3-434e-9ffa-0289b8b32e01/folder-redirection-recycle-bin
    The standard disclaimer applies - this might break stuff. I've only tested in Windows 8, and my testing is limited. Try this at your own risk.
    This is what I've learned (or think I've learned - I might be wrong):
    Windows Vista and later store the configuration settings for the Recycle Bin for redirected user profile folders in this registry key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\KnownFolder
    Under this key are separate keys for each redirected folder that is protected by the Recycle Bin. The keys contain the configuration information for each protected folder, and are named to match the GUIDs for "Known Folders." A list of the Known
    Folder to GUID mappings is available in one of the links above.
    The registry also contains a list of "known folders" at this location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions
    So, I reasoned that if I could create my own custom "known folder," I could add that to the list of folders that were protected by the Recycle Bin and protect any mapped network drive I wanted. So I looked at the list of existing "known folders"
    and created a key that was similar to the Documents key. I then fiddled with the values in the key until I narrowed it down to the minimum number needed to make the recycle bin work.
    This .reg file will protect a mapped X: drive with a ~50GB recycle bin. You should modify the file to fit your needs:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{9147E464-33A6-48E2-A3C9-361EFD417DEF}]
    "RelativePath"="X:\\"
    "Category"=dword:00000004
    "Name"="XDrive"
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\KnownFolder\{9147E464-33A6-48E2-A3C9-361EFD417DEF}]
    "MaxCapacity"=dword:0000c7eb
    "NukeOnDelete"=dword:00000000
    A few things of note:
    The GUID in the above .reg file {9147E464-33A6-48E2-A3C9-361EFD417DEF} came from this PowerShell command: "{"+[guid]::NewGUID().ToString().ToUpper()+"}"
    Each "known folder"/Recycle Bin combination requires a unique GUID. If you don't want to use PowerShell to generate a GUID, you can use an online GUID generator.
    I don't know what the "Category" value does, but the key I copied had it set to 4, and that works, so I didn't test any other values.
    The "Name" value is required, but is not the name that will be shown if you right-click on the Recycle Bin and select properties. (At least not in my environment.) In my environment, the name that is shown is the name of the network drive.
    Making this change adds a "Location" tab to the properties page of your mapped network drives. I suspect this could be removed by changing the "Category" value, but didn't bother to find out.
    I only tested with mapped network drives. I suspect this would work with UNC paths as well, but I didn't bother testing.
    I hope you're as excited to find this as I was to figure it out. Let me know if this works for you. I now plan to deploy the registry keys with Group Policy Preferences and will update this forum post with any information I discover.
    Best regards
    --Russel
    Update: I am now using Group Policy Preferences to deploy the needed registry keys, and all my mapped network drives are now protected by the recycle bin.
    Update 2: I have tested now with UNC paths, and this works fine. I still use mapped network drives, but if your environment requires UNC paths instead, you can use them. Note however that if you have a mapped network drive that points to a UNC path, and
    you protect the UNC path with a registry change, if a user deletes a file from the mapped network drive that points to that UNC path, the file will be permanently deleted. See below for more details.

    FANTASTIC work Russel !
    This is extremely helpful.
    I've turned your work into a Bat Script that will automatically make the reg file.
    It creates a unique guid each time it is run, so no worries on overlaps.
    Just copy and paste the following into notepad
    and save it as "Network Recycling Bin - auto make registry file.bat"
    echo off
    REM ========== MAIN FUNCTION  ========================
    Call :CreateREGfile
    PAUSE
    goto :eof
    REM ========== SUB FUNCTIONS  ========================
    :CreateREGfile
    set /p RelativePath=Enter
    current mapped path of drive (e.g. X:\FileShare\D_Drive):
    REM replace \ with \\ (for reg value its a requirement)
    Set RelativePath=%RelativePath:\=\\% 
    set /p MaxBinSize_Dec=Enter
    max size (in mb) (eg 11gb=11000):
    call :toHex
    %MaxBinSize_Dec% MaxBinSize_Hex
    Set outputREG="Network
    Recycling Bin - %RelativePath:~0,1% Drive (%MaxBinSize_Dec%mb).reg"
    call :MakeGUID_VBS NewGUID
    REM echo My new GUID : %NewGUID%
    echo Windows Registry Editor Version 5.00
    >
    %outputREG%
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\%NewGUID%]
    >>
    %outputREG%
    echo "RelativePath"="%RelativePath%"
    >>
    %outputREG%
    echo "Category"=dword:00000004
    >>
    %outputREG%
    echo "Name"="NetworkDrive2RecyclingBin_%NewGUID:~1,5%"
    >>
    %outputREG%
    REM The "Name" value is required, but is not the name that will be shown if you right-click on the Recycle Bin and select properties. That will be autoset to the network drive name.
    echo.>>
    %outputREG%
    echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\KnownFolder\%NewGUID%] 
    >>
    %outputREG%
    echo "MaxCapacity"=dword:%MaxBinSize_Hex%
    >>
    %outputREG%
    echo "NukeOnDelete"=dword:00000000
    >>
    %outputREG%
    goto :eof
    :MakeGUID_VBS
    echo set obj
    = CreateObject("Scriptlet.TypeLib")
    > TEMP_generateGUID.vbs
    echo WScript.Echo obj.GUID
    >> TEMP_generateGUID.vbs
    FOR /F "usebackq tokens=*"
    %%rin (`CSCRIPT "TEMP_generateGUID.vbs"`)DO
    SET RESULT=%%r
    set
    %1=%RESULT%
    del TEMP_generateGUID.vbs
    goto :eof
    :toDec
    :: todec hex dec -- convert a hexadecimal number to decimal
    ::             -- hex [in]      - hexadecimal number to convert
    ::             -- dec [out,opt] - variable to store the converted decimal number in
    SETLOCAL
    set /a dec=0x%~1
    ( ENDLOCAL & REM RETURN VALUES
        IF "%~2"
    NEQ "" (SET %~2=%dec%)ELSE
    ECHO.%dec%
    EXIT /b
    :toHex
    :: eg  call :toHex dec hex -- convert a decimal number to hexadecimal, i.e. -20 to FFFFFFEC or 26 to 0000001A
    ::             -- dec [in]      - decimal number to convert
    ::             -- hex [out,opt] - variable to store the converted hexadecimal number in
    ::Thanks to 'dbenham' dostips forum users who inspired to improve this function
    :$created 20091203 :$changed 20110330 :$categories Arithmetic,Encoding
    :$source http://www.dostips.com
    SETLOCAL ENABLEDELAYEDEXPANSION
    set /a dec=%~1
    set "hex="
    set "map=0123456789ABCDEF"
    for /L
    %%Nin (1,1,8)do
        set /a "d=dec&15,dec>>=4"
        for
    %%Din (!d!)do
    set "hex=!map:~%%D,1!!hex!"
    rem !!!! REMOVE LEADING ZEROS by activating the next line, e.g. will return 1A instead of 0000001A
    rem for /f "tokens=* delims=0" %%A in ("%hex%") do set "hex=%%A"&if not defined hex set "hex=0"
    ( ENDLOCAL & REM RETURN VALUES
        IF "%~2"
    NEQ "" (SET %~2=%hex%)ELSE
    ECHO.%hex%
    EXIT /b
    :eof

  • Recycle bin to show all deleted items on the site collection for specific user group

    hi there, is there any way where a certain sharepoint group (i.e. site collection members) to view and restore deleted items on theentire collection, without giving them site collection rights orgive them more rights than necessary? we wanted to create
    aSP group that has the permission to restore deleted items and give them to selected users so that our users won't have to contact us when they want to restore a deleted item

    I don't believe you can. If an item get's deleted it should go to the first recycle bin @ /_layouts/15/RecycleBin.aspx
    The Recycle Bin gives a site collection administrator
    greater control when users delete files, versions of files, list items, libraries, lists, and folders from a SharePoint site by providing a second stage safety net before an item is permanently deleted from a site. When a user deletes an item from the Recycle
    Bin, the item is sent to a second stage Recycle Bin (also known as the Site Collection Recycle Bin) that the site collection administrator manages. This article focuses on how a site collection administrator can manage the Recycle Bin for a site collection.
    https://support.office.com/en-US/Article/Manage-the-Recycle-Bin-of-a-SharePoint-site-collection-5fa924ee-16d7-487b-9a0a-021b9062d14b
    Ibrahim Sukari, Technical Consultant | SharePoint | Dynamics CRM |
    LinkedIn Profile

  • Active directory recycle bin in Windows STORAGE server 2008 R2

    I'd like to find a tool that helps me to monitor deleted server files. I understand that this tool is called Active directory recycle bin. I can't enable it. I can't even open lpd.exe. I'm using Windows storage server 2008 r2 essentials. Could someone
    help me with that? Thanks in advance. 

    In that case you must use a solution which combines Auditing
    and Backup solutions. Just to know who has deleted a file or folder does not really help you. You must be able to restore the deleted file or folders.
    If you need to find out at what time who deletes what file you should use auditing. Normally organizations enable auditing on sensitive data and folders to keep track who touches the stuff. Auditing is enabled in windows and by the administrator. Take a
    look at the below links if you want to enable auditing on files and folders:
    Use auditing to track who deleted your files
    However do not forget that you need to have backup solutions in order to restore a deleted file in case someone accidentally or intentionally deletes a file or folder. Using System Restore with Previous Version feature may comes handy if you are dealing
    with small number of computers. Otherwise you need to prepare yourself for a backup plan using Data Protection Manager as Denis mentioned or Windows Backup role (WBadmin) including in Windows Server 2008. More info on links below. I have included a video of
    how to recover lost data using previous versions for you.
    Recover lost or deleted files (Video)
    Windows Server Backup Step-by-Step Guide for Windows Server 2008
    Regards.
    Mahdi Tehrani   |  
      |  
    www.mahditehrani.ir
    Please click on Propose As Answer or to mark this post as
    and helpful for other people.
    This posting is provided AS-IS with no warranties, and confers no rights.
    How to query members of 'Local Administrators' group in all computers?

  • Delete from HD bypassing recycle bin

    LR v1.1 & Vista.
    Files deleted using LR's delete from HD are not being placed in the recycle bin but instead disappearing completely? Is this the designed behavior?
    If so, I don't find this to be desirable.
    If it isn't the designed behavior is it a bug?

    >>Are you sure you told Lightroom to remove the files as apposed to simply taking them out of the cataloge?
    Yes.
    >>Can you check in the folders where they started and confirm they aren't there?
    They are not located in the original folder on the HD.
    Update: Go figure, after asking for help it I managed to find the files in the recycle bin. Honestly, I didn't find them there yesterday. Oh well. Thanks for the help.
    **However**, while I have your ear... :)
    Empty folders that are deleted in LR are not actually deleted from the HD--only from the catalog. Is this the designed behavior? If so, is there a way to change it?

  • FIM 2010 R2 Sp1, Windows 2008 R2 SP1 and Recycle Bin issues

    Hi,
    We are running FIM 2010 R2 Sp1 (build 4.1.3613.0)
    Also running Windows 2008 R2 Forest and Domain functional level environment. (Windows Server 2008 R2 SP1 on all DCs). The previous Recycle Bin hotfix https://support.microsoft.com/en-us/kb/979214/ fails to install since we are already running WS08 R2 SP1
    on all the DCs.
    During deprovisioning, when a user is deleted from the source HR system, FIM deletes the object from AD, FIM Sync & Portal.
    FIM also manages a FIM Portal group, where membership is assigned manually. This membership is then updated in AD.
    When a user (who is part of this group) is deleted in HR, FIM deletes it from AD, FIM Sync, FIM Portal, FIM also removes user from FIM Portal group. The user is also removed from the AD group (by FIM group object membership attribute flow to AD)
    ...however, on the next AD Export, FIM fails to update the same group and complains about this very same user (CD Error) and lists the user as: CN=username\0ADEL:GUID, CN=Deleted Objects,DC=domain,DC=com
    It appears that there is a problem with FIM and the Recycle Bin again?
    Are there any new Recycle Bin/FIM hotfixes ?
    Thanks,
    SK

    May I suggest you review the following:
    Is the AD MA user account part of the Domain Admins group? If yes, please remove it from this Group
    Verify that the "CN=Deleted Objects" container has not somehow been included in the AD MA OU scope

  • Recycle bin and 'clear disk space'

    a combination issue, in PC settings etc you have the option to manage disk space, mentions the recycle bin at the bottom, HOWEVER, it displays the bin as empty, while it actually has about 6GB in it over at least 1 of the 3 'drives' I have.
    also, if you search for the reyclebin it'll always return nothing, the only access to it is via the desktop folder assuming you actually have one, 'This PC' (aka 'my computer' or 'computer') are still accessible via search so why not the bin?
    both of these I find pretty stupid to the point I call them bugs, there been anything about this...?

    Hi,
    The storage occupied in recyle bin under PC settings is the same as the storage occurpied in the bin in desktop, that means if you empty the recyle bin in desktop, then the recycle bin at the bottom of PC settings will also display empty.
    And regarding to this sentence
    "if you search for the reyclebin it'll always return nothing, the only access to it is via the desktop folder assuming you actually have one, 'This PC' (aka 'my computer' or 'computer') are still accessible via search so why not the bin?"
    I don't quite understand this sentence, but search result should be related with "Indexng Options" under Control Panel\All Control Panel Items\Indexing Options
    Yolanda Zhu
    TechNet Community Support
    'same as the one on the desktop' well no, its not;
    why would you think I'd say otherwise?
    also, considering the indexing should already contain the desktop, that doesn't make sense either, and I definitely haven't turned off indexing anywhere.

  • Basic of recycle bin

    Dear Experts,
    can you please clarify on this, as you know,in oracle 10g there is a new feature recycle bin, in my database having table with morethan 50Gb of size, if i dropped that particular table that can be restored from recycle bin, can you please explain how recycle bin manage huge size of table objects in that area. i searched some where i couldnt get functionality of recycle bin, where we have to assign the space for holdeing the huge size of tables in recycle bin. in case that recylce bin space is exceeded how we can flashback that dropped tables,? if it is in flashback recovery area, or db_recovery_file_dest_size=10G is low compared to actual table size how it will work? please explain this. apologies if this is a basic question, thanks in Advance.

    Hi,
    What the drop do, is really just renaming the table in the database, not deleting the data from the tablespace.
    Given that, "undropping" a table is just giving the table back it's old name. If you start adding objects into the tablespace that contains a dropped table, oracle will sooner or later start allocation extents that belongs to the dropped table. Once this happens, you're no longer able to "undrop" the table.
    More specific:
    Oracle will leave objects in the recyclebin until the tablespace runs out of space, or until you hit your user quota on the tablespace. At that point, Oracle purges the objects one at a time, starting with the ones dropped the longest time ago, until there is enough space for the current operation. If the tablespace data files are AUTOEXTEND ON, Oracle will purge recyclebin objects before it autoextends a datafile.
    More info can be found here:
    http://www.orafaq.com/node/968
    HtH
    Johan
    Edited by: Johan Nilsson on Jan 20, 2012 1:20 AM

  • Move Table on Ora 9.2 from tablespace to another (dictionary managed)

    Hello,
    is it possible to move tables with brtools from dictionary managed tablespace to another dictionary managed tablespace on Oracle 9.2 ?

    Hello Axel,
    this is a case where the BRSPACE error is not nice, because you have no easy chance to move this one table to a LMTS tablespace. In this case I would propose you to execute ALTER TABLE MOVE directly on Oracle side:
    ALTER TABLE <table_name> MOVE TABLESPACE <target_tablespace>;
    Afterwards all indexes of the table have to be rebuilt in order to validate them again:
    ALTER INDEX <index_name> REBUILD ONLINE;
    Kind regards
    Martin

  • Dictionary managed tablepsaces on Oracle 9.2

    Hello,
    We have an application that needs some adjustment before it can use LMT efficiently.
    I have two questions:
    1
    ===
    Can I configure Oracle 9.2 to work with DMT ?
    I tried creating one as described in the 9.2 docs and get the following response:
    SQL> CREATE TABLESPACE test
    2 DATAFILE 'D:\oracle\oradata\studio92\test.dbf' SIZE 10M
    3 EXTENT MANAGEMENT DICTIONARY
    4 DEFAULT STORAGE (
    5 INITIAL 100K
    6 NEXT 5120K
    7 MINEXTENTS 2
    8 MAXEXTENTS unlimited
    9 PCTINCREASE 0);
    CREATE TABLESPACE test
    ERROR at line 1:
    ORA-12913: Cannot create dictionary managed tablespace
    When I check what is ORA-12913, I see that if I have LMT system I can not use DMT , is that true ?
    2
    ===
    If I do change my system tbs to work with DMT, will I be able to use DMT.
    Guys, try answering the direct questions instead of telling me that LMT is better, as I wrote above, there is a functional problem in my application that currently can not use it.
    TIA
    Tal Olier ([email protected]).

    As I understand the situation, your SYSTEM tablespace must be a DMT in order to create non-SYSTEM DMT's. If you move SYSTEM back to a DMT, you shouldn't have problems creating new DMT's.
    Here's the appropriate section of the Database Concepts guide.
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96524/c04space.htm#1003

  • Cant enable AD Recycle bin faeture through Power shell

    Hi,
    I have Server 2008 R2 running in our environement.
    Domain functional level set to : 2008 R2
    Forest functional level set to : 2008 R2
    after checking awl these level i run following command over power shell
    Enable-ADOptionalFeature 'Recycle Bin Feature' -Scope ForestOrConfigurationSet -target 'test.com'
    and after the following error occured:
    Enable-ADOptionalFeature : The FSMO role ownership could not be verified because its directory partition has not replic
    ated successfully with at least one replication partner
    At line:1 char:25
    + Enable-ADOptionalFeature <<<<  'Recycle Bin Feature' -Scope ForestOrConfigurationSet -target 'test.com'
        + CategoryInfo          : NotSpecified: (Recycle Bin Feature:ADOptionalFeature) [Enable-ADOptionalFeature], ADExce
       ption
        + FullyQualifiedErrorId : The FSMO role ownership could not be verified because its directory partition has not re
       plicated successfully with at least one replication partner,Microsoft.ActiveDirectory.Management.Commands.EnableAD
      OptionalFeature
    Kindly help me out why i am facing this problem
    electrifying

    Hi,
    The error message is pretty specific. Are you sure replication is set up and working properly?
    Don't retire TechNet! -
    (Don't give up yet - 12,830+ strong and growing)

  • Why so long to delete files from the Recycle Bin?

    Why so long to delete files from the Recycle Bin? 1 film can be removed 2-3 hours
    s\n mac mini  C07GW3EEDJD1
    2,5 GHz Intel Core i5
    4 ГБ 1333 МГц DDR3
    AMD Radeon HD 6630M 256 МБ

    You installed an app right? The menu options are a bit different for s60v3 and s60v5 or s60v2 devices, so the thing is go to the application manager, it is inside Menu>Settings (or tools). If I remember correctly, s60v3 devices have the menu>tools>phone>applications. However I could be mistaken (you could check your manual). Anyway, once you get to the application manager, look for the particular app you want to remove and select options>uninstall.
    If you find my post helpful please click the green star on the left under the avatar. Thanks.

  • I moved itunes file to external hard drive and want to move the file on my pc to recycle bin. When I move i get an error message that it cannot delete ituneshelper.dll access is denied. Can I move that file to the recycle bin?

    I am trying to free up space on my pc and moving itunes files to external hard drive. I have followed instructions and believe I have file copied to new drive, but I am having trouble moving file to recycle bin as the instructions say. I am getting the following error message: cannot delete ituneshelper.dll:access denied, make sure disk is not full or write protected and file not in use. I know the file is not in use when trying to move. Any help would be most appreciated. I am on Windows XP.

    Yes. And you should not have moved that folder. Put it back. To move your iTunes library move the folder from User's Music.
    tt2

  • Recycle bin option disapeared when deleting a file from iTunes library?

    Problem : files deleted from my iTunes Windows library are not deleted on my hard drive.
    how to get back to the full "delete" features in iTunes library where you are asked if you want to put the files in the recycle bin or not? By mistake I 've ticked the option " don't ask again"
    thx
    iTunes 10.5.1.42

    OK I did follow the sequence but i still have only 1 msg instead of 2
    1/are you sure you want to delete the selected song from your iTunes library
    AND NOT THE SECOND
    2/ REMOVE TO RECYCLE BIN

  • Delete songs from itunes library, no option to keep file or move to recycle bin

    iTunes Version 11.0.1.12
    I just finished moving my library to a different drive and all seemed to be fine until I started cleaning out some duplicate songs.  When I delete a song from the library, it does not ask if you want to keep the file or move to the recycle bin.  Only 1 window comes up asking - Are you sure you want to delete the selected song?.....and there are only 2 choices - Delete Song or Cancel.  "Do not ask me again" still shows in the window with the box.
    In Preferences under Advanced, the path shows  - G:\iTunes\iTunes Media\iTunes Music.
    I checked for other references to this but could not locate.
    Would certainly appreciate some help - thanks

    I have this question too - Help tells me option is there but it's not

Maybe you are looking for

  • Downloads/purchases from AppleTV versus iTunes

    When I purchase a movie on iTunes (on my computer or iPhone) it immediately begins downloading and is added immediately to my "purchased" list on AppleTV.   However, when I purchase a movie from AppleTV, most of the time it does not download and is o

  • Reconsilatio account not posted corectly

    While data migration we uploaded Vendor and customer Intercompany trade open items, when we check balances at vendor and customer it ok tallid. But when we check at balance sheet this recon ac is not posted totally,very strangwly when we check at  al

  • How to get the Folders and subfolders collection in Project Manager

    Hi, I am trying to get the folders and subfolders collection in Project Manager, so that I will be able to loop through the collection and be able to create a project under the appropriate folder. Any suggestions? Thanks. Bhanu

  • Which is better ListIterator or Simple list.size() in for loop

    Hi everybody I have one scenario in which, I need to delete the duplicate values from the list (Note : Duplicate values are coming in sequence). I tried to approaches as follows 1) Using ListIterator I iterated all values and if I found any duplicate

  • 11.1.5 issues

    am trying to update my macbook to 11.1.5 but every time I try I just get the error message: An error occurred while downloading the updates.(102)