Advertisement
Zeda

err

Apr 13th, 2020
1,046
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.23 KB | None | 0 0
  1. CREATE OR REPLACE TYPE reportObj AS OBJECT (
  2.     c_file UTL_FILE.FILE_TYPE,
  3. );
  4.  
  5.  
  6. --------------------
  7. -- 0/0      PL/SQL: Compilation unit analysis terminated
  8. -- 2/9      PLS-00201: identifier 'UTL_FILE.FILE_TYPE' must be declared
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement