Top "Ora-01017" questions

ORA-01017: invalid username/password; logon denied

Sqlplus login error when using bash variables: SP2-0306: Invalid option

I have a bash script that connects to an oracle 10g database. In a first step it takes some variables …

oracle bash sqlplus ora-01017
Getting "ORA-01017: invalid username/password; logon denied" when trying to create a data source in Tomcat 6

Been pulling my hair trying to set up a data source in in Tomcat for an application. The steps I've …

oracle tomcat servlets datasource ora-01017
WebSphere to Oracle - doesn't accept correct password

In WebSphere 6.1 I have created a datasource to an Oracle 11g instance using the thin JDBC client. In Oracle I …

oracle jdbc websphere ora-01017
Oracle.ManagedDataAccess and ORA-01017: invalid username/password; logon denied

I have a challenging situation on one of our servers. I have an ASP.NET MVC 3 application that needs to …

c# oracle12c odp.net-managed ora-01017
oracle express sytem Invalid Login Credentials

i just installed oracle express, im trying to login at database homepage. trying with user sys and system with the …

oracle oracle-xe ora-01017
ORA-01017: invalid username/password; logon denied when using wss4j

I have many tests which access our Oracle DB without a problem, however when I run these tests along with …

java jdbc oracle11g bouncycastle ora-01017
error : java.sql.SQLException: ORA-01017: invalid username/password; logon denied

I entered 10 questions in database, with their answers. I started project, I logged in candidate id. After that I gave …

oracle ora-01017
Oracle JDBC : invalid username/password (ora-01017)

I have a strange problem with jdbc connection to an oracle database server. We've applications on a tomcat server running. …

java oracle jdbc tomcat6 ora-01017
Oracle XE - Just can't login after install

That sounds really stupid. On Lubuntu 10.10, I did: echo "deb http://oss.oracle.com/debian unstable main non-free" >> /…

linux oracle oracle10g ora-01017
ORA-01017: invalid username/password; logon denied when trying to connect via ODP.NET (Oracle.ManagedDataAccess.Client)

Following code throws: ORA-01017: invalid username/password; logon denied string constr = "User Id=Name;Password=Password;Data Source=server:1521/service"; …

oracle odp.net ora-01017