How to know the Oracle Database Name?

how can know database name in oracle web logic server

  • I'm using oracle web logic server. How can I find out the database name and port number?

  • Answer:

    You can use nslookup or tnsping to know the host name and port of the database. nslookup DATABASE_SID tnsping DATABASE_SID

Zay Ya at Stack Overflow Visit the source

Was this solution helpful to you?

Other answers

1) You can login to the console and navigate to Data Sources (for WLS10 and above) and click the available data source and click the tab Connection Pool. You would need to navigate to the tab Connection Pool if WLS 8 is being used. 2) Alternatively you can go to the weblogic domain of your instance and check in the config directory , $WLS_DOMAIN/config/jdbc and view the contents of the datasource's xml file.

Kalyan Chavali

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.