I am trying to call a stored procedure using ASP and I got the following error at the execute:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC driver for Oracle][Oracle]ORA-20004:
/dps/intake/CaseAdmitEdit.asp, line 217
That error would typically occur if the current oracle user doesn't have the authority to execute the SP_CREATE stored procedure. To test, try to login to SQL-plus using the same userid and password combination, and execute the same commands inside Oracle directly.