About 261,000 results
Open links in new tab
  1. Changing password with Oracle SQL Developer - Stack Overflow

    Jul 25, 2018 · Try this solution if the Reset Password option (of SQL Developer) did not work: Step 1: Open Run SQL Command Line (from the start menu, which comes with SQL …

  2. Change password in SQL Developer after ORA-28001 the …

    Jun 1, 2013 · Open SQL Developer and perform the following steps: Right click on Connections > New Connection. Connection Name: sys; Username: sys as sysdba; Password: sys (or your …

  3. sql developer change a connection password - Stack Overflow

    Oct 30, 2019 · I need to open one of my old connections from SQL Developer, but i forgot its password. I tried to make it fast with a Show Me Password extension, but there are no saved …

  4. Change the password of the "system" user in Oracle12c database …

    Feb 7, 2017 · If he needs to change the SYSTEM password, there is no other choice. As to doing bad things - I will venture to guess that the OP, like me, is working on a learning sandbox, not …

  5. oracle database - Reset sql developer password - Stack Overflow

    If I got you right, you have forgotten the password of the user you are trying to connect to in SQL-DEVELOPER. If that is the case: Simply launch SQLPLUS from command prompt as …

  6. how to reset SQL Server sa password - Stack Overflow

    Jan 25, 2014 · Stage 2: Part 3: Altering the SA Password and enabling the account. Double Click on Security. Double Click on Logins. Right click on SA and choose properties. Change and …

  7. How to save passwords in PL/SQL Developer? - Stack Overflow

    There is an option under Tools>Preferences to store passwords for multiple connections, but it doesn't seem to have any effect. The password field is always blank when I start the …

  8. ORA-28001: The password has expired - Stack Overflow

    1.open command prompt 2.type sqlplus 3.It will ask Enter Password, you can give old password, it will show password has expired ORA-28001 4.It will ask new password and retype password …

  9. how to reset a password in oracle? - Stack Overflow

    Aug 28, 2022 · Either you didn't update the SQL Developer connection properties with the new password, or you did that but incorrectly, or you aren't connecting to the right database - check …

  10. SQL Developer OS authentication - Stack Overflow

    Apr 1, 2019 · Oracle Sql developer and sqlplus work with OS authentication in absolutely different ways. Sql developer always tries to authorize by substituting to the user name "\". SLQPLUS …

Refresh