aspose file tools
The moose likes JDBC and the fly likes How to retrieve Oracle SID from java web application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "How to retrieve Oracle SID from java web application" Watch "How to retrieve Oracle SID from java web application" New topic
Author

How to retrieve Oracle SID from java web application

Bahareh Nikfarjam
Greenhorn

Joined: Oct 23, 2009
Posts: 1
Hello everybody,

Does anybody know of a API that I can use to capture the name of the database that I am connected to? Here is the scenario, I login to my application, now on the first page I want to display the name of the database I am connected to. Let say this is the entry from my tns file:
DATABASENAME =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = xx.xxx.xx.xxx)(PORT = 1521))
)
(CONNECT_DATA =
(SID = DATABASENAME)
)
)
I want to display DATABASENAME in UI after I log in.

Thanks in advance!
Jan Cumps
Bartender

Joined: Dec 20, 2006
Posts: 2343

select name from v$database

I have also seen: select instance_name from v$instance;


OCUP UML fundamental
ITIL foundation
 
I agree. Here's the link: http://jrebel.com/download
 
subject: How to retrieve Oracle SID from java web application
 
Similar Threads
Connect to the DB from Oracle forms 6i with existing Oracle 8.1.7.0.0 DB.
Everytime getting an empty ResultSet
Retrieving database values inside the <s:select> tag
Retrieving big list from that database and memory
i m using flex and java and my db is mysql, i want to display image in flex from database