// Create a pool of connections var myPool = new DbPool("ORACLE", "mySID", "myApp", "appsPWD", "myTNS"); // Set the stored procedure arguments var myStprocArgs = myPool.storedProcArgs("sp_employees", "IN", "INOUT"); var myStproc = myPool.storedProc("sp_employees", 3, "%John%");