0

good morning I am writing because I am trying to connect to an oracle 12c database that is in an oracle container, the question is what I am doing with a user that created but I get the error ORA-01017:

enter image description here

On the other hand, if I try the system user with his password that can be obtained at the following link: https://hub.docker.com/_/oracle-database-enterprise-edition?tab=reviews, everything works fine and the connection it's correct:

enter image description here

As you can see below the user is already created and I can even connect from the server to the database:

enter image description here

Try applying what you say in this question: ORA-01017 Invalid Username/Password when connecting to 11g database from 9i client but no change my problem

Update: for some reason the changes I am making through the console I am not seeing with the SQL Developer client, I do not understand why this happens, attached evidence, where you can see that the user cesar created through the console is not visible on the server

enter image description here

Arturo29
  • 197
  • 1
  • 5
  • 14
  • 2
    At the risk of stating the obvious, maybe your login and password are incorrect, or you're attempting to connect to the wrong database or a nonexistent one. You need to re-check everything. – Robert Harvey Dec 27 '19 at 15:26
  • For some reason the changes I am making in the server database I can not see through the sql developer client, I do not understand why, go to the sql developer with the system, check the tables and there are no users that create through command – Arturo29 Dec 27 '19 at 15:37

0 Answers0