Esta gu铆a est谩 orientada a distribuciones Debian/Ubuntu.
JDK 8
$ sudo apt-get update
var Perro = { | |
nombre: '', | |
raza: '', | |
constructor: function(nombre, raza){ | |
this.nombre = nombre; | |
this.raza = raza; | |
}, | |
getNombre: function(){ | |
return this.nombre; | |
}, |
CREATE OR REPLACE PROCEDURE SP_PRUEBA (
RESULTADO OUT NUMBER,
MSG OUT VARCHAR2
) AS
vERRORMSG VARCHAR2(250);
pROL_ID NUMBER;
BEGIN
Otra forma de instalarlo es: