Daniel
Daniel

Reputation: 147

Oracle 11g and Database Connection

I need to have access to a SQL worksheet in 11g for my coursework. In university I have access to a Oracle server but I wish to do it on my laptop and there is no way for me to connect to that Oracle sever. How can I get a database connection to allow me to access the SQL worksheet without actually connecting to a real database. Virtual database? :S

Upvotes: 3

Views: 1471

Answers (1)

Bozho
Bozho

Reputation: 597362

You can download Oracle XE (Express Edition) on your machine. Theoretically it should not be that much heavy. I don't find a XE for 11g, but the differences should not be visible for a coursework.

Upvotes: 2

Related Questions