Skip to content

Instantly share code, notes, and snippets.

@jstenquist
Created December 14, 2012 18:38
Show Gist options
  • Save jstenquist/4287567 to your computer and use it in GitHub Desktop.
Save jstenquist/4287567 to your computer and use it in GitHub Desktop.
Altering a table using OpenArk Tools
oak-online-alter-table --host=192.168.1.1 --user=myuser --pass=mypass --database=db_phonebook --table=contacts --alter="CHANGE first_name first_name varchar2(100) not null"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment