Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. create tablespace objetos_lob
  2. datafile 'C:\ORACLEXE\APP\ORACLE\ORADATA\XE\lob_prueba.DBF' SIZE 5M;
  3.  
  4. CREATE DIRECTORY DIR_BLOB AS 'C:\imagenes';
  5. GRANT READ, WRITE ON DIRECTORY DIR_BLOB TO ESTUDIANTE;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement