All Projects → exercism → plsql

exercism / plsql

Licence: MIT license
Exercism exercises in PL/SQL.

Programming Languages

PLSQL
303 projects
shell
77523 projects

Projects that are alternatives of or similar to plsql

Elm
Exercism exercises in Elm.
Stars: ✭ 100 (+354.55%)
Mutual labels:  exercism-track
dart
Exercism exercises in Dart.
Stars: ✭ 43 (+95.45%)
Mutual labels:  exercism-track
vimscript
Exercism exercises in Vim script.
Stars: ✭ 19 (-13.64%)
Mutual labels:  exercism-track
Erlang
Exercism exercises in Erlang.
Stars: ✭ 105 (+377.27%)
Mutual labels:  exercism-track
C
Exercism exercises in C.
Stars: ✭ 177 (+704.55%)
Mutual labels:  exercism-track
mips
Exercism exercises in MIPS Assembly.
Stars: ✭ 19 (-13.64%)
Mutual labels:  exercism-track
Fsharp
Exercism exercises in F#.
Stars: ✭ 77 (+250%)
Mutual labels:  exercism-track
x86-64-assembly
Exercism exercises in x86-64 Assembly.
Stars: ✭ 19 (-13.64%)
Mutual labels:  exercism-track
Javascript
Exercism exercises in JavaScript.
Stars: ✭ 245 (+1013.64%)
Mutual labels:  exercism-track
clojure
Exercism exercises in Clojure.
Stars: ✭ 125 (+468.18%)
Mutual labels:  exercism-track
Kotlin
Exercism exercises in Kotlin.
Stars: ✭ 128 (+481.82%)
Mutual labels:  exercism-track
Csharp
Exercism exercises in C#.
Stars: ✭ 169 (+668.18%)
Mutual labels:  exercism-track
pony
Exercism exercises in Pony.
Stars: ✭ 34 (+54.55%)
Mutual labels:  exercism-track
Php
Exercism exercises in PHP.
Stars: ✭ 100 (+354.55%)
Mutual labels:  exercism-track
sml
Exercism exercises in Standard ML.
Stars: ✭ 21 (-4.55%)
Mutual labels:  exercism-track
Scala
Exercism exercises in Scala.
Stars: ✭ 88 (+300%)
Mutual labels:  exercism-track
raku
Exercism exercises in Raku
Stars: ✭ 19 (-13.64%)
Mutual labels:  exercism-track
babashka
Exercism exercises in Babashka.
Stars: ✭ 12 (-45.45%)
Mutual labels:  exercism-track
emacs-lisp
Exercism exercises in Emacs Lisp.
Stars: ✭ 40 (+81.82%)
Mutual labels:  exercism-track
swift
Exercism exercises in Swift.
Stars: ✭ 89 (+304.55%)
Mutual labels:  exercism-track

Exercism PL/SQL Track

Exercism exercises in Oracle PL/SQL

Setup

You'll need access to a mounted Oracle DB. If you don't have one already installed, here are a few options:

  • download VirtualBox from Oracle and run one of the freely available images; at the time of writing, the easiest to get started with at the time of writing might be Database App Development VM. The image is quite large...
  • download and install the a version of the Oracle DB itself. Developer licenses are free.
  • get a free workspace at https://apex.oracle.com

Note: if you're using the online version of APEX, compilation errors will not be indicated very clearly when working in SQL Commands - you will simply get "Error at line XX: PL/SQL: Statement ignored"... More insight can be found using the Object Browser and navigating to the object you created (select either Packages or Procedures in the dropdown menu showing Tables, depending on what you created for the exercise). Also, when you run statements, "run" each individual create statement individually by selecting its text. APEX does not seem to like doing too much work at once...

To work on individual problems, a nice and free way is to use SQL Developer. If you don't want to use yet another IDE, you can simply copy and paste your code into a terminal / command prompt connected to the database. The files are prepared in a way that will simply overwrite the previously compiled version.

Style Guide

You will most likely find the formatting used a bit weird at first. If you can, you will find it makes your life much easier over time...

Tests

The last part of both the test file is commented-out code will launch the tests. Simply uncomment and execute.

Contributing Guide

Please see the contributing guide

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].