The user existed but trying to drop/Alter error giving as "user does not exist".

Hi team,

I'm a junior DBA. As part of my work connected SYSDBA and try to drop/Alter the user, then it the following errors.

Using the select command, I found the user is existed.

Please suggest and help me.

SQL > show user

The USER is "SYS".

SQL > select username, account_status from dba_users where username = "s354621";

USERNAME ACCOUNT_STATUS

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

EXPIRED s354621

SQL > DROP USER s354621

2.

DROP USER s354621

*

ERROR on line 1:

ORA-01918: user 'S354621' does not exist

=========================================

SQL > Alter user s354621 identified by 'happy33 ';

ALTER user s354621 identified by 'happy33 '.

*

ERROR on line 1:

ORA-01918: user 'S354621' does not exist

============================================

Thank you

Venerable.

What is the version of your RDBMS?, I've seen a few bugs related to this issue

also post the result of this,

Select the username, dump (username) from dba_users where username like '% s35% '.

In addition,

You can also post the original create statement of the user? If you created the user with quotes, you need to remove the user with double quotes. For example:

SQL > create user 's354621' identified by one;

Created by the user.

SQL > drop user s354621;

Drop user s354621

*

ERROR on line 1:

ORA-01918: user 'S354621' does not exist

SQL > drop user 's354621 ';

Deleted user.

Tags: Database

Similar Questions

  • I have a HTML5 form that sends a null (%) if the user does not have a choice. It works fine, but I get an error of W3c on the value of '% '. Is there another way to send a NULL value?

    I have an HTML5 form that allows the user to select 1 of 6 provinces of Costa Rica. If they do not select a Province, I use php code to send a NULL value and the other selections research of the form looking for all Provinces. If they choose a province, we are looking for database records that are found in this province.  Currently I use the value = '%' as the selected value if the user does not have a choice. It works and looks in all provinces, but I get an error of W3c checking on the value = '% '. Y at - it another way to send a NULL value. PS: I have the same problem on the following form which allows you to select the Business category. The page is http://www.yellowpagescr.com

    Here is a copy of the code. The RED line works but gets a W3c issue error of the test page. :

    < form = class "navbar-form Center navigation bar" role = "Search" action = "#searchresults" method = "get" name = "selectterms" id = "selectterms" title = "" >

    < select name = "province" autofocus class = 'copyright' title = "Click to select a Province (optional)" >

    < option value = '%' selected = "selected" > all Provinces < / option >

    < option value = "alajuela" > Alajuela < / option >

    < option value = "cartago" > Cartago < / option >

    < option value = "Guanacaste" selected > Guanacaste < / option >

    < option value = "heredia" > Heredia < / option >

    < option value = "Limon" > Limon < / option >

    < option value = "Puntarenas" > Puntarenas < / option >

    < option value = "San Jose" > San Jose < / option >

    < option value = "Other" > other < / option >

    < / select >

    The correct way.

    Nancy O.

  • Updatususer new user on PC. The user does not appear in the user accounts. It is said that the account was 9 hrs + connected. Is this a virus or some backdoor account made kids?

    Original title: Updatususer

    I was checking the parental control to see what children are in and I found this new user in there.  The user does not appear in the user accounts.  Updatususer, is the name.

    I tried to access any information in the file, but I see no file... even if it is said that the account was 9 hrs + connected.  Is this a virus or some backdoor account made kids?

    Thank you

    It seems to be used by a program to update NVIDIA.

    http://forums.nvidia.com/index.php?showtopic=178965

  • Try to reactivate my old Photoshop Elements 10 by downloading to the new computer, but Adobe insists on downloading of 14 elements and does not recognize my serial number

    Try to reactivate my old Photoshop Elements 10 by downloading to the new computer, but Adobe insists on downloading of 14 elements and does not recognize my serial number

    Download & install instructions https://forums.adobe.com/thread/2003339 can help

    -includes a link to access a page to download the Adobe programs if you do not have a disk or drive

    -Cloud desktop http://helpx.adobe.com/creative-cloud/help/creative-cloud-desktop.html

    -Cloud Getting Started https://helpx.adobe.com/creative-cloud.html

    -you will need to enter your original serial number during the installation for non-Cloud programs

    - or kglad links in response to #1 here can help https://forums.adobe.com/thread/2081216

    Also go to https://forums.adobe.com/community/creative_cloud/creative_cloud_faq

  • If the user does not have their e-mail address defined

    Hello

    If some users don't have their email address in the fnd_user table, then will goto the user notification work? What should I do to ensure that the workflow is not raise an error in such a situation and always send a notification to this user?

    Thank you

    Kumar

    Kumar,

    Notifications are assigned to users regardless of the email address they have. If a notification is the target of a user so the user will be able to see it in the list of tasks of notification, as long as the notification is open. Now, if the user turns out to have a valid e-mail address and sender of workflow works correctly then the user will also be sent an e-mail with the content of the notification.

    There is an error or warning if a user does not have an e-mail address; the notification will be always accessible from the task list.

    Kind regards

    Alejandro

  • Customization of the user does not not as expected

    JDeveloper version - 11.1.1.7.0


    My requirement is when a user customizes a page and re - called leave the same browser or browser; the custom page must be provided to them. Also when the URL is called from a different machine, design time page should appear (not the one to measure) and a separate customization should be allowed on this machine. that is, each machine to their respective customization.


    I created an application that has the class UserCC customization in MDS. I run my application of Jdev and customize it. Then when I call the URL from another browser, it shows the page design time and not the custom. If I invoke it on a different machine , it displays the page of time to design as expected.


    I've tried including the customization of SiteCC class in MDS as well as the UserCC. This time on the execution of the page, it displays the previously custom page by default and no time to design page. It also shows the custom page on the appeal of an another machine or other browser URL.


    Steps to create the application-

    1. MDS allowing between sessions

    2 configured adf - config.xml

    ADF - open config.xml -> Configuration MDS -> added UserCC & SiteCC.

    3 defined the elements and attributes that are get persistent store of MDS.

    I'll go with you step by step (it's what I've done in a ADF applications I have):

    1 - my ADF Application use custom security (not use the ADF security). After the user successfully connecting I will store user id in the variable in the scope of session (the name of the variable is "userId").

    2. to activate SDM, you must configure 3 things:

    -Database

    -Weblogic Standalone

    -ADF Application

    3. for the database, you must configure the remote on the database and create user db DEV_MDS (refer to Sameh Nassar: MDS apply to Oracle ADF Application)

    4. for stand-alone weblogic, you must open em and configure MDS in the weblogic (refer to Sameh Nassar: MDS apply to Oracle ADF Application)

    5. for the Application-level configuration follow these print screens:

    The ViewController project properties:

    Create a new class MyUserCC extends SiteCC as:

    --> Descriptors application resources--> ADF META_INF--> adf-config. XML

    5. deploy the application. But you have only 2 ways to deploy the application:

    -From direct JDeveloper:

    Create war and ear files

    * Set connection of Server Application for weblogic (main Menu-->--> Application Server Browser view)

    * Menu select application--> deployment--> yourEar file--> deploy to the application server--> select the server

    * MDS window enter any name as the name of the partition (but if you redeploy the application again, you must enter the same partition name that you added the first time to keep the user's changes)

    -Second way you can use to deploy the application comes from em

    * Em open (http://serverIp:7001 / em)

    * Expand Weblogic domain--> right click--> application deployment

    A step is to select the MDS repository and enter the name of the partition

    6-test you request. Sign in with the user "user1" hide certain columns, collapse to any component reducible logout then login again with the id "User1", you should see the Exchange user. Disconnect and connect with the user "user2", you should not see the changes of the id "User1".

  • Adobe Reader 11 Rollout - Set 'Import' certificates so that the user does not

    Hello

    My company, which has 1800 + users, is upgraded to Adobe Reader 10 for Adobe Reader via SCCM 2012 11.0.04.  I created a package using the Adobe Customization Tool, and everything works as expected, with the exception of the security prompt that appears at first launch of import certificates.  I tried to use a tweak registry to disable verification, but that doesn't seem to work, but after some thought rather security would select "Import" to the first launch, without intervention of the user, if possible.

    Is this possible?

    Thank you

    Rich

    I ended up doing this

    REM move files locally

    Mkdir "c:\apps\Adobe_Reader_11004."

    xcopy /s /e /i "\\servername\package_source\Adobe\Reader\11.0.04\Custom Installer" "c:\apps\Adobe_Reader_11004."

    REM install AR11

    'c:\Apps\Adobe_Reader_11004\setup.exe '.

    REM move files of certificates to prevent importation popup on first launch

    xcopy /s /e /i "C:\Users\%username%\AppData\Roaming\Adobe\Acrobat\10.0\Security\*.acrodata" C:\Users\%username%\AppData\Roaming\Adobe\Acrobat\11.0\Security"\ «»

    And the popup did not come to the top for the first two criteria.  I'll wrap up in SCCM and try again, but I think it's good to go.  Changes to the registry Clreaed out of my custom install since it was garbage.

  • the user does not appear in the login screen (el capitan)

    I see a user in the control panel users & groups of system settings, but it does not appear in the login screen. How can I fix it? I did a reinstall of system and see that the data is always there the prior installation.

    In users and groups > Connection Options, is the verified user list?

    If you have FileVault active it cannot list users until you type the Admin password for decrtpt disk.

  • Device and the user does not add security to the family account

    First post.

    Win8 running on a laptop. He was previously a partner in a family safety account, that I had put in place. I removed the unit and the user to try to resolve a problem with a web page. However, the account will now add the user or the device back to when clicking on many user form accounts for managing issues online.

    Family safety account is under my email address. laptop user is my child, who is defined as a child with a separate e-mail account. The security account for the family is still working and control another portable under win7 under a separate connection.

    Help!

    I managed to solve my problem.

    I created a new administrator account on the laptop under different parents email address.

    Logged in under that account, I was able to edit on behalf of a child who then it adds the new parental control under the new e-mail address of the parent.

    Only problem I have now is a child under a security account for the parental family and one under the other, but I can live with that...

    Steve

  • my computer is not letting me log in. it gives me the error "service provider of the user does not.

    I get an error message when I enter my password 'user profile service cannot open a session' what should I do? I already turned off the computer and turned it back

    Hello

    Here are a couple of things to try.

    Shut down the PC. Tap away at f8 that you start the PC to enter the Windows Recovery Console.  Use the arrow keys to select Safe mode and press ENTER.  If this will load in the Start Menu, click principally made programs, click Accessories, click System Tools and run the system restore.  Choose a restore point at least 24 hours prior to the issue of logon and then proceed to the restoration.  When you are finished, Windows will restart as usual - see if you can now log on your profile.

    If the above does not help, repeat the first part of the procedure of launching Windows Recovery Console, but this time use the arrow keys to select "start using the last good known Configuration" and press to enter.

    Kind regards

    DP - K

  • The element of Interaction of the user does not correct my Boolean attribute value

    Hello

    I'm just starting using the element of User Interaction. In my workflow, I set several attributes - some string and a Boolean value. I have a script task that makes treatment and eventually set these attributes. I then a piece of User Interaction that has these characteristics than external contributions. The Interaction of the user unit shows the correct values to strings, but the Boolean value is always shown as wrong - regardless of what I put the attribute in the script task immediately preceding.

    I'm confused. I plugged everything in the binding in the same way, but it does not seem to reflect the State of the attribute. I can switch the Boolean value in the Interaction of the user and the attribute is replaced as expected.

    Thank you

    Edit: I have reproduced this issue with a very simple affair. Make a new workflow and put only a part of the Interaction of the user in it. In the UI element, create an external of entry as a Boolean attribute of the workflow. Default font to True/Yes. When you run the workflow, the user interface element shows the value as a no.?

    Hello

    Looks like a bug in the client Java vRO (but works in vSphere client to Web). I am able to reproduce it in my environment, on the two vRO 6.x and 7.0.

    I'll open a PR in order to track and remedy in the future vRO releases.

    BTW, I vaguely remember there is a reported similar problem long time for vCO 4.x. It seems that the problem has reappeared again in silence

  • AP (1140) is configured as a DHCP server, but the user does not get an IP address

    Hello

    I just a PA 1140 as standalone AP for the purpose of the investigation on site wireless AP is not attached to any network equipment.

    I can't get an IP address after I have configured the AP as a DHCP server.

    SW AP version is: c1140-k9w7 - mx.124 - 25d.JA1

    Below the output of the show conf:

    AP #sho conf

    With the help of 1455 on 32768 bytes

    !

    version 12.4

    no service button

    horodateurs service debug datetime msec

    Log service timestamps datetime msec

    no password encryption service

    !

    host ap name

    !

    Pulse 9 logging console

    !

    No aaa new-model

    No dhcp use connected vrf ip

    DHCP excluded-address IP 172.16.1.1

    !

    IP dhcp DHCP pool

    network 172.16.1.0 255.255.255.0

    default router 172.16.1.1

    !

    !

    dot11 syslog

    !

    dot11 ssid BTC WiFi SS Kit

    open authentication

    Comments-mode

    !

    !

    !

    !

    !

    Bridge IRB

    !

    !

    interface Dot11Radio0

    no ip address

    no ip route cache

    !

    SSID WiFi SS Kit BTC

    !

    antenna gain 128

    root of station-role

    Bridge-Group 1

    Bridge-group subscriber-loop-control 1

    Bridge-Group 1 block-unknown-source

    No source of bridge-Group 1-learning

    unicast bridge-Group 1-floods

    Bridge-Group 1 covering-disabled people

    !

    interface Dot11Radio1

    no ip address

    no ip route cache

    Shutdown

    gain of antenna 0

    no block of dfs

    channel SFR

    root of station-role

    Bridge-Group 1

    Bridge-group subscriber-loop-control 1

    Bridge-Group 1 block-unknown-source

    No source of bridge-Group 1-learning

    unicast bridge-Group 1-floods

    Bridge-Group 1 covering-disabled people

    !

    interface GigabitEthernet0

    no ip address

    no ip route cache

    automatic duplex

    automatic speed

    No keepalive

    !

    interface BVI1

    IP 172.16.1.1 255.255.255.0

    no ip route cache

    !

    IP http server

    no ip http secure server

    IP http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag

    !

    !

    !

    Line con 0

    line vty 0 4

    opening of session

    !

    end

    AP #.

    Hello

    are you have shown a complete result of the 'see the conf?

    I don't see a single relevant command which is to enable a BVI to accept and route routable packets received from its corresponding bridge group:

    1 channel ip bridge

    I hope this will solve your problem:

    conf t

    1 channel ip bridge

    output

    WRI

  • Team a full license can be used by another user, when the user does not use them?

    We currently have 2 cs5.5 master collection or allowed to 2c5.5 standard design.

    2 licenses of master collection are used full-time by 2 designers, but the design 2 licenses standards are shared between 4 users who only needs to access the software from time to time and us enable or disable on their computer as needed. Can do us the same thing with CC for teams and have installed more than users but activate it as a user has a need and then a week later, disable and let another user can access?

    Rafrafi: Hello. Welcome to the assistance of Adobe.

    Rafrafi: I received your request. Allow me a moment to check your account and review the details of your request.

    Ted Newman: ok thanks

    Rafrafi: With each license for creative cloud you can activate the product on 2 different machines but can use only one instance at a time.

    Rafrafi: Means that you cannot use these 2 machine together.

    Ted Newman: We want to purchase 8 licenses complete team, install all 8 on 20 computers and our peak load can be used at the same time, most of the time just 3 or 4 is used, but they will be spread across 20 machines from day to day, not always the same machine, is it possible? Do you understand what I mean. If a maxium of 8 but a dynamic distributed in 20 users who soak in one off but never more than 8 at the same time?

    Rafrafi: With creative cloud you invite users in the team.

    Rafrafi: With 8 licenses, you can invite 8 users.

    Rafrafi: It works 1 license per user.

    Rafrafi: So if you have 2 different users, using the same machine with a different user name to connect to the computer, it will not work.

    Ted Newman: up to 20 users needs 20 licenses of team?

    Rafrafi: Yes.

    Ted Newman: 8 even if only access at the same time

    Rafrafi: For a better understanding, you can contact our team of sales at 800-585-0774.

    Rafrafi: Yes. Because if you have 8 licenses you can activate it on 16 machines.

    Rafrafi: But can only use only 8 machine at any given time.

    Rafrafi: So you can activate creative cloud on 2 machines, but can only use 1 instance at a time.

    Ted Newman: ok purchase 8 licenses and install on 16 machines and use only 8 at the time. Have we not use the administration console to add and remove occasional users whenever they need to access? or is - this a withdraw permanent for users who leaves the company?

    Rafrafi: Yes you can remove users from the administration console and add them to the time where you need to add.

    Rafrafi: whenever you add them back they must accept the invitation.

    Ted Newman: ok great, thanks a lot

    Rafrafi: You're welcome.

    Rafrafi: Is there anything else that you need help?

    Ted Newman: No thanks

    Rafrafi: Should I close this case solved?

    Ted Newman: Yes please

  • Remote Desktop works when my office and cell phones are on the same system, but then when I take my laptop home, it does not work!

    I recently updated my computer to Windows 7 Pro.  I also have a laptop running Vista Pro.  I have configured remote desktop on my Windows 7 machine to allow my laptop to access and it works fine when I work the two machines on the same Linksys WRT54 router, here at my small business.  I have configured my router to allow communications to port 3389, but as soon as I take my computer laptop home, I can't access my desktop computer.   I have to configure my home router as well?  It's a new Motorola ADSL router/modem and no place in the configuration to allow port forwarding or port address.  Help!

    Hello

    We are unable to access a computer from another computer if they are in another network by using remote desktop.

    If they are in the same network, use the following links as reference:

    http://Windows.Microsoft.com/en-us/Windows-Vista/connect-to-another-computer-using-Remote-Desktop-connection

    http://Windows.Microsoft.com/en-us/Windows-Vista/Remote-Desktop-connection-frequently-asked-questions

    Hope that helps.

  • After I download a PDF file, it remains in the download list, but when I try to open it again it does not open.

    I have many PDF files that I downloaded. It opens very well the first time without problem. (see 22).
    When I click on the list of PDF in the download a second time list, nothing opens.

    Hello, you choose to open or save these files? -in the first case, the files will only be transferred in the temporary folder of your operating system and could get deleted after closing the application to view the file.

    Change Firefox don't work when you click on or download a file

Maybe you are looking for