Setting up a development environment for learning PL / SQL

I want to set up a sandbox environment to hone my pl / sql and database skills. I was thinking about downloading the full version of Oracle 11G and using SQL Developer. Setting up a test database and working with it.

Any recommendations? Do you think this is a good approach?

Thank you in advance!

0
source share
3 answers

If you want to isolate the entire environment, Oracle provides pre-created VM images that contain an 11-gram database, SQL Developer, and other tools; more details here , and if you just want PL / SQL first version, the listed should have everything you need.

, - DBA - , , O/S, VirtualBox, , ( ) - , .

+13

, . 11g SQL Dev. . .

+1

ISTBC, , 11g Enterprise Edition, Standard Edition Standard Edition One.

Express Edition, however, is free. This is exactly the same database, it just has some size restrictions that are unlikely to hit while you are studying.

Oracle Database 11g Express Edition (Oracle Database XE) is an entry-level database, a small database based on Oracle Database 11g Release 2. It is free to develop, deploy and distribute; fast loading; and easy to administer.

More details here:

http://www.oracle.com/technetwork/database/express-edition/overview/index.html

0
source

All Articles