ERROR: ORA-12505: TNS:listener does not currently know of SID given in connect descriptor - weblogic

Message icon - Error Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:443)
Hi Evreyone 
I've tried all suggestions here in this (ORA-12505: TNS:listener does not currently know of SID given in connect descriptor (DBD ERROR: OCIServerAttach))
and the final result is the same as this error. I've been stuck here for 5 days, and I'm still unable to connect from Weblogic to the database. Please #assist me. Thank you in advance.

Related

Connection failed Pentaho

Can someone help me with this error?
All the time when I tried to preview result from my data base I received this error.
I mention that the connecting data to the data base are fine....
Unable to get queryfields for SQL:
select 'Testare interfata' as Test
Error occurred while trying to connect to the database
Connection failed. Verify all connection parameters and confirm that the appropriate driver is installed.
The connection attempt failed.

SQL using method 'caching_sha2_password' error

Hi there are 10 computers. Put the program on everything and connected them to the database server.
9 connected ok, but the tenth does not connect and pings the error:
Authentication to host 'xxx.xxx.xxx.xxx' for user 'xxx' using method 'caching_sha2_password'
failed with message: Reading from the stream has failed.
Tell me how to fix this?
The problem, as I understand it, is in the computer, since no error occurs on other PCs

Weblogic 10g to Oracle 12/19C Data Source connectivity

When i create a data source from my Weblogic version 10.3.3.0 to Oracle Database 12C.
I get the below error :-
Connection test failed.
Message icon - Error ORA-01017: invalid username/password; logon denied <br/>oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)<br/>oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)<br/>oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)<br/>oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)<br/>oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:406)<br/>oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:399)<br/>oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:799)<br/>oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:368)<br/>oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:508)<br/>oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)<br/>oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)<br/>oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)<br/>com.bea.console.utils.jdbc.JDBCUtils.testConnection(JDBCUtils.java:505)<br/>com.bea.console.actions.jdbc.datasources.createjdbcdatasource.CreateJDBCDataSource.testConnectionConfiguration(CreateJDBCDataSource.java:458)<br/>sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br/>java.lang.reflect.Method.invoke(Method.java:597)<br/>org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:870)<br/>org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)<br/>...
I have checked my creds and jdbc string but not sure what's going wrong.
Any suggestions , please assist.
You can check if you use a simple DataSourceSample.java to connect successfully. Make sure all your credentials are correct.

Oracle SQl Developer ORA-01017: invalid username/password; login denied

I have create user and trying to use to make new Connection with that user but im unable to get connect , i have provide that image below
but i have also tried with some other methods
but i got this type of responses
ORA-12543: TNS:destination host unreachable
can any anyone help me out .......????

Weblogic connection pool

I'm trying to create a connection pool in weblogic (8.1) and getting the following exception:
<BEA-001129> <Received exception while creating connection for pool "testPool": 7>
I have no clue about that number (7). How can I solve the problem?
Seems like a DB side error. Pls check if you are able to connect to the target DB using any other client. That might give a clue.