Skip to content

Commit

Permalink
fix for sqlplus
Browse files Browse the repository at this point in the history
  • Loading branch information
xtender committed Jun 25, 2019
1 parent 7d49497 commit ccb4ff5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
create or replace type numbers is table of number;
/
create or replace type strings is table of varchar2(100);
/
create or replace type numbers_array is table of numbers;
/
create or replace type strings_array is table of strings;
/

0 comments on commit ccb4ff5

Please sign in to comment.