Oracle is an RDBMS product.
I've got a load-balanced (not using Session state) ASP.Net 2.0 app on IIS5 running back to a single Oracle 10g …
oracle oracle10g odp.net oracleexceptionFor some reason, people in the past have inserted data without using sequence.NEXTVAL. So when I go to use …
sql oracle oracle10g primary-key sequenceHow can I view the code of a stored procedure using sqlplus for Oracle 10g? When I type in: desc …
oracle stored-procedures oracle10g sqlplusI want to take runtime input from user in Oracle 10g PL/SQL blocks (i.e. interactive communication with user). …
oracle oracle10g user-inputI tried to debug my dynamic query via dbms_output but seems like the query string is too long for …
sql oracle plsql oracle10g dbms-outputI'm trying to create a function in package that returns a table. I hope to call the function once in …
plsql oracle10g package