Hello guys!!!
today i got a error that say your username/password is invalid (ORA-01017),
so I tried any solutions, like that:
-> change the password;
-> user upper/lower case;
-> use password whithout special character;
PS: I can conect using pl/sql, sqlnet, telnet on the same server. I dont know what to do anymore, pls help. ^^
Thereis the DS:
<datasources>
<local-tx-datasource>
<jndi-name>portalbasgpiDS</jndi-name>
<connection-url>jdbc:oracle:thin:@ip:port:SID</connection-url>
<driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
<user-name>sgpiba</user-name>
<password>secret</password>
<min-pool-size>1</min-pool-size><max-pool-size>200</max-pool-size>
<idle-timeout-minutes>30</idle-timeout-minutes>
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
</local-tx-datasource>
</datasources>
Thankss!.