Drop doesn't work

Hi,
that's my problem:
Connected as system I want to drop a user 'User1' by sql command:
drop user User1 cascade;
I get the message: ORA-01918: user name does not exist
But "select * from all_users" shows User1 with USER_ID = 118 !
Deleting the user by APEX-GUI thru Home>Administration>Manage Database Users>User --> Drop
works fine!
My long-shot guess is that User1 was generated by "Datapump" .
Can anybody help?
Regards,
Wilfried

My short shot guess the user was created with mixed case and wrapped in double quotes so Oracle took the username literally.
Lowercase characters (and the - and the space character) are considered special characters in identifiers. If you are using special characters you need to wrap this identifier thus:
"DitIsEenVervelende Gebruiker"
I see you seem to follow the course
'How can I work with Oracle by reading as little as possible'.
You will need to end that course very soon, or you'll become a true bore to this forum.
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • Drag and drop doesn't work and also control C and control V

    drag and drop doesn't work and also control C and control V

    Try this first. On your hard drive, go to Users / yourself / Library / Preferences.
    In that Preferences folder there is a file called com.apple.finder.plist.
    Trash that file and restart.

  • Drag and drop doesn't work on iMac running 10.5.8

    Drag and drop doesn't work on iMac running 10.5.8

    Please do a SMC and PRAM reset using the directions in iMac SMC and PRAM reset. If that doesn't work then please tell us exactly which mouse you own, it's possible it needs cleaning or replacing.

  • Drag & Drop doesn't work in XP64!?

    That's a strange one... I've built a Flex interface
    that run's fine in XP32. Now I try to run that with Firefox 32 and
    the most recent Flash Player, and drag and drop doesn't work :-(
    The drag does not even start. Beside that problem, the app
    works fine.
    Any ideas, helpful hints or suggestions?
    Thanks a million
    Klaus

    Jonas,
    do you have a backup of the documents in iCloud Drive?
    Then try the following:
    Open the System Preferences > iCloud panel and click the "options" for iCloud Drive.
    Then disable "Pages" on iCloud Drive.
    Close the System preferences and restart the Mac. Now enable "Pages" again.
    This should download fresh copies of your Pages documents from iCloud and may take a while.
    -- Léonie

  • Air Drop doesn't work on any of my devices since installing Yosemite and OS8. What is the problem?

    Air Drop doesn't work on any of my devices since installing Yosemite and OS8. What is the problem?

    Mac Basics: AirDrop lets you send files from your Mac to nearby Macs and iOS devices - Apple Support
    Use AirDrop to wirelessly share content - Apple Support

  • Mail drop doesn't work

    When I try to use Mail Drop Apple Mail responds
    'Attachement can't be send by Mail Drop' - 'try later again'
    But it doesn't work. I have an iCloud account of course.
    Any ideas?

    Pushed the wrong button, sorry! It didn't solve my problem.
    I have tried several file sizes but never bigger than 3Gb. I know that Mail Drop is limitated to 5Gb.

  • Problem Cursor disappears / Drag and Drop doesn't work

    Hey everybody,
    I have an urgent problem!
    Three butterflies are supposed to be dragged in an object.  My customized cursor is sort of a landing net to catch these butterflies.
    For the cursor I have this code:
    cursor_mc.startDrag("true");
    Mouse.hide();
    My drag and drop code is:
    cursor_mc.addEventListener(MouseEvent.MOUSE_DOWN, startMove);
    redbutterfly_mc.addEventListener(MouseEvent.MOUSE_DOWN, startMove);
    violetbutterfly_mc.addEventListener(MouseEvent.MOUSE_DOWN, startMove);
    yellowbutterfly_mc.addEventListener(MouseEvent.MOUSE_DOWN, startMove);
    cursor_mc.addEventListener(MouseEvent.MOUSE_UP, stopMove);
    redbutterfly_mc.addEventListener(MouseEvent.MOUSE_UP, stopMove);
    violetbutterfly_mc.addEventListener(MouseEvent.MOUSE_UP, stopMove);
    yellowbutterfly_mc.addEventListener(MouseEvent.MOUSE_UP, stopMove);
    function startMove(evt:MouseEvent):void {
       redbutterfly_mc.startDrag();
       cursor_mc.startDrag();
       violetbutterfly_mc.startDrag();
       yellowbutterfly_mc.startDrag();
    function stopMove(evt:MouseEvent):void {
       redbutterfly_mc.stopDrag();
       cursor_mc.stopDrag();
       violetbutterfly_mc.stopDrag();
       yellowbutterfly_mc.stopDrag();
    But when I'm clicking on a butterfly my cursor stops to move and stays on the position of the butterfly, which i'm dragging. After dropping it, there is no cursor at all so one doesn't know where the mouse is currently located.
    Does someone know why this doesn't work? I'm working currently with a mousefollower, because at the moment this is the only way it works..
    The mousefollower code is:
    addEventListener(Event.ENTER_FRAME, enterFrameHandler)
    function enterFrameHandler(event:Event):void {
        cursor_mc.x += cursor_mc.mouseX / 4;
        cursor_mc.y += cursor_mc.mouseY / 4;
    But now I have the problem that only the yellow butterfly moves even if I'm clicking on the red or the violet...
    Please help me!! Thank you in anticipation!

    You've solved the problem, thank you very much!
    Since it seems you know all about actionscript or at least all answers to my questions, I try my luck a further time
    If I wanted to collect the caught butterflies in a certain target, for example a flowerpot, where the butterflies can't be removed after dragged in, is this more or less the code for it? I haven't tried it yet but I'm searching the internet for something like that and maybe it is the right thing? And is in this case "myTarget" the name of the picture which is used as the target? Thank you in advance!
    function pickUp(event:MouseEvent):void {
        event.target.startDrag(true);
        event.target.parent.addChild(event.target);
        startX = event.target.x;
        startY = event.target.y;
    function dropIt(event:MouseEvent):void {
        event.target.stopDrag();
        var myTargetName:String = "target" + event.target.name;
        var myTarget:DisplayObject = getChildByName(myTargetName);
        if (event.target.dropTarget != null && event.target.dropTarget.parent == myTarget){
            event.target.removeEventListener(MouseEvent.MOUSE_DOWN, pickUp);
            event.target.removeEventListener(MouseEvent.MOUSE_UP, dropIt);
            event.target.buttonMode = false;
            event.target.x = myTarget.x;
            event.target.y = myTarget.y;
            counter++;

  • Drag and drop doesn't work after upgrading to Yosemite

    It is strange.  Since upgrading yesterday to Yosemite, my drag and drop does not working consistently.  I use drag and drop all of the time, into emails, moving files from one folder to another, moving music from finder to itunes, etc.  It seems each time I try to drag a file, initially the Finder window I am dragging from crashes and re-starts.  Once it re-starts, I actually am able to move a file as normal for about a minute or two.  After a minute or two, if I try to drag and drop a file, again it crashes and re-opens.
    Does anyone have any ideas?  I did submit a bug notice to Apple, but thought maybe someone would have a fix.

    I'm not sure if this experience relates to your issue but maybe..
    After upgrading my iMac to Yos, I could only select and copy files to relocate them. Frustrating for a couple of days. I eventually found that the setting on my trackpad was for three fingers over a selected file/folder window/etc moved the item to where I wanted. It had automatically changed to this preference. Its called a 'three finger drag'. The video shows a pane being moved but it also applies to all files etc. It can found in preferences/trackpad/point & click. Here you can turn it off if that is hat is causing the issue. Otherwise no software solutions I'm aware of. Good luck.

  • I am trying to import an mp3 audio file into garage band for editing.  drag and drop doesn't work. What now?

    I am trying to import an mp3 audio file into garage band for editing.  Drag and drop does not work. any ideas?

    Try reposting in the Garageband forums. You can find it at:
    https://discussions.apple.com/community/ilife/garageband

  • Drag and drop doesn't work on non-intel machines

    It may be just me but Pages on my Macbook Pro allows me to drag and drop. The same document on my work G5 doesn't have this functionality. Both machines run 10.4.10 though the G5 doesn't have all the latest updates (corporate firewall issues)
    I am assuming its the different processor but would be interested to know of others experience.

    I drag & drop in Pages, Numbers, AppleWorks, etc. on both my G5 tower & my MacBook Pro all the time, no problems. There is a trick, though. You do need to click & then wait a half-second or so before dragging.

  • Drag n' drop doesn't work

    When I drag photos from iPhoto to desktop or a folder in the Finder, it seems to copy the files - and then all of the files disappear! I can export the files, but why doesn't the drag n' drop work? I'm using Lion and iPhoto 11.

    Create a folder on the Desktop and see if you can drag and drop onto it.  If not then make a temporary, backup copy (if you don't already have a viable backup copy) of the library and try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home()/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
         User/Home()/Library/Caches/com.apple.iPhoto folder. 
    3 - launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding down the Option key when launching iPhoto.  You'll also have to reset the iPhoto's various preferences.
    OT

  • Drag and drop doesn't work

    Drag and drop does not seem to work for me. I have 2 IPods & an Ipad2. I use iTunes ios5. I see many posts on the Internet for this problem but no solutions! Help!,

    Patrick hello,
    Not quite sure what has happened here as a number of things may be wrong ... to correct and also do the necessary system maintenance at the same time follow the instructions here and re-install iTunes ...Let me know how it goes after that.
    1st take a copy of the iTunes Library file inside the iTunes folder for safety sake.
    TP

  • My 'drag and drop' doesn't work using Mountain Lion OS X 10.8.2 on iMac

    Drag and drop occasionally works between folders but very rarely - and now not at all. I have tried various remedies suggested onthis forum, but they didn't work.
    Copy and paste is a real drag (sorry!)
    Hugh

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up guest users” (without the quotes) in the search box. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click Log in.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    *Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Drag and drop doesn´t work with photoshop

    Hi,
    I can't open any files in ps anymore by simply drag and drop the file on the ps app. open with in the context menue doesn't help either, ps is called up, but the file is not opened. looks like some other people had the same problem, but the links are all broken.
    your help would be very much appreciated.
    thanks
    g4, 1,25   Mac OS X (10.4.3)  

    Take a look in the root Library folder (not your home one) and see if you have the ScriptingAdditions folder with the Adobe Units Types file inside. If not that is your problem. You can either reinstall Photoshop, or you can create the ScriptingAdditions folder and download and unzip the file HERE, then put it in the ScriptingAdditions folder. NB: there is NO SPACE in the folder's name.
    Francine
    Schwieder

  • AIR DROP DOESN'T WORK

    The airdrop feature  does not work between my iPhone 4S (iOS 7.0.6) and iPad Mini (iOS iOS7.0.6) - there is no way of air dropping between the two.
    The Apple help shows Air drop on Control Centre but there is no Airdrop icon on Control Centre of either of my devices. Bluetooth and wifi are switched on and both devices are on the same wifi network at home and both independently access wifi for web and email just fine.
    Another promise from Apple not yet fulfilled but perhaps there is something I have missed? Any help much appreciated.

    You are most welcome

Maybe you are looking for

  • Problem with download

    i have a prblem ! i cant download illustrator

  • From ONE file to Many  IDocs in many systems

    Hi, In my scenario i have the input file like below HEADER;EMPNO;EMPNAME;TARGETSYSTEM ITEMHEADER;DESG;LEVEL HEADER;EMPNO;EMPNAME;TARGETSYSTEM ITEMHEADER;DESG;LEVEL HEADER;EMPNO;EMPNAME;TARGETSYSTEM ITEMHEADER;DESG;LEVEL Here TARGETSYSTEM values are S

  • Imported clips has 19 stereo tracks mysteriously added. Exported frm iphoto

    Hi, I posted this on the iPhoto section, but after thinking it over, maybe it's actually an FCP 6 issue... I am exporting three slideshows from iPhoto '08 to Quicktime to be placed in a Final Cut Pro project. The first two exported fine. The longest

  • Install Adobe Reader fails; says I should check javascript but how do I do it?

    Windows 7 I attempted to load Adobe Reader but it failed at the end, saying "There was an error installing Adobe Reader [Error 1321. There was insufficient privileges to modify the file C\Program Files(x86)\Adobe\Reader11.0\Reader\Browser\nppdf32.dll

  • Retina vs. Hi Res Antiglare screen? New MBP

    I am looking to pick up a new 15" MBP and am torn between the two. (my simple in store tests didn't prove one to outshine the other, except I love the weight of the rMBP) Portability is key since I travel and work in 4 locations in my studio alone. I