M marcuoli Member Nov 11, 2022 #1 Hello guys, How to login to the database thru PL/SQL Developer using username like "username@blahblah.com"? Thanks in advance, Marcus
Hello guys, How to login to the database thru PL/SQL Developer using username like "username@blahblah.com"? Thanks in advance, Marcus
patch Member³ Nov 14, 2022 #1 You can try using double quotes around the username. sqlplus "username@email.com"/"P@55w0rd"@yourdatabase
You can try using double quotes around the username. sqlplus "username@email.com"/"P@55w0rd"@yourdatabase
M marcuoli Member Nov 16, 2022 #1 Thanks but I tried that... it doesn't work . PL/SQL Developer tries to connect to "@email.com" instead of "@yourdatabase".
Thanks but I tried that... it doesn't work . PL/SQL Developer tries to connect to "@email.com" instead of "@yourdatabase".
patch Member³ Nov 18, 2022 #1 This seems to work: username: "p@trick" password: "b@rel" database: yourdatabase connect as: Normal I am using PL/SQL Developer 15.
This seems to work: username: "p@trick" password: "b@rel" database: yourdatabase connect as: Normal I am using PL/SQL Developer 15.
M marcuoli Member Nov 25, 2022 #1 I'm also using version 15. The username is a LDAP user so it would be something like "myusername@myemail.com/mypass@mydatabase". Is there a way to debug that so I can put some more information here? Thanks² Marcus
I'm also using version 15. The username is a LDAP user so it would be something like "myusername@myemail.com/mypass@mydatabase". Is there a way to debug that so I can put some more information here? Thanks² Marcus