Skip to content

Instantly share code, notes, and snippets.

@achampav
Created July 16, 2019 05:36
Show Gist options
  • Save achampav/f9c73cf03a8acb5613b802a8c8528ef8 to your computer and use it in GitHub Desktop.
Save achampav/f9c73cf03a8acb5613b802a8c8528ef8 to your computer and use it in GitHub Desktop.
create type t_obj_requete_metier as object(
d1 date,
ca varchar2(60),
cb number,
cc varchar2(10),
c1 varchar2(100),
c2 varchar2(100),
c3 varchar2(20),
c4 number,
c5 varchar2(30),
c6 number,
c7 number,
c8 number
);
/
create type t_tbl_requete_metier as table of t_obj_requete;
/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment