Tagged Questions
4
votes
2answers
4k views
How can I change the SID of an Oracle XE instance
I needed to change the SID of an Oracle XE database (not the Service Name) to match a production database.
When I tried searching online, most of the pages were describing changing or adding a ...
2
votes
4answers
7k views
Java JDBC - How to connect to Oracle using Service Name instead of SID
I have a Java application that uses JDBC (via JPA) that was connecting to a development database using hostname, port and Oracle SID, like this:
...
2
votes
2answers
1k views
Oracle database connections - what are all the fields I need to fill in?
I'm used to using SQL Server and I'm now faced with connecting to Oracle. Can I get some completely unambiguous descriptions for what all the fields I need to fill in are?
Specifically, I want to ...