Skip to content
forked from bizoo/OracleSQL

Sublime Text 2 plackage for editing Oracle SQL and PL/SQL

Notifications You must be signed in to change notification settings

Dugong42/OracleSQL

This branch is up to date with bizoo/OracleSQL:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 4, 2013
Aug 27, 2012
Aug 27, 2012
Jul 4, 2013
Aug 27, 2012
Aug 27, 2012
Aug 27, 2012
Mar 4, 2014
Jul 3, 2014
Aug 27, 2012
Aug 27, 2012
Aug 27, 2012
Aug 27, 2012
Aug 27, 2012
Aug 27, 2012
Aug 27, 2012
Aug 27, 2012
Aug 27, 2012
Aug 27, 2012
Aug 27, 2012
Jan 24, 2014
Jul 3, 2014
Jan 29, 2014
Aug 27, 2012

Repository files navigation

Sublime Text 2 package for editing Oracle SQL and PL/SQL

Language definition and execution utilities for Oracle PL/SQL files.

It is based on the bundle http://code.google.com/p/oracle-textmate-bundle/

Install

  • Download and extract package. Rename folder from Oracle-master to OracleSQL and place in C:\Users\...\AppData\Roaming\Sublime Text 2\Packages\
  • Install keymaps for the commands (see Example.sublime-keymap for my preferred keys)

Build

To execute your PL/SQL source on your schema with ST2 Build command, you have to create a .sublime-build in your ST2 Users folder file containing something like:

{
    "target": "oracle_exec",
    "selector": "source.plsql.oracle",
    "variants":
    [
        {
            "name": "SCHEMA 1",
            "dsn": "USERNAME/PASSWORD@SCHEMANAME1"
        },
        {
            "name": "SCHEMA 2",
            "dsn": "USERNAME/PASSWORD@SCHEMANAME2"
        }
    ]
}

About

Sublime Text 2 plackage for editing Oracle SQL and PL/SQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%