Oracle is an RDBMS product.
CREATE OR REPLACE TYPE myObjectFormat AS OBJECT ( A VARCHAR2(200), B INTEGER, C INTEGER ) / CREATE OR REPLACE TYPE myTableType AS TABLE …
oracle oracle10g pipelined-functionOracle Details:- Oracle 10g Enterprise Edition Host running XP x32 I use scott tiger for logging with SQL* Plus . …
oracle10g informatica-powercenterI'm using Oracle Form Designer with a Master-Detail relationship, I have a WHEN-NEW-FORM-INSTANCE trigger which runs 'EXECUTE_QUERY;' but …
forms oracle oracle10g designer form-designerI am getting stale connection error when there is no requests to the database from my java application for couple …
java jdbc oracle10g connection-pooling oracle-call-interfaceI am trying to find a reliable method for matching duplicate person records within the database. The data has some …
oracle plsql oracle10g data-qualityI had an idea that I could write a query to find all the descendent tables of a root table, …
oracle recursion oracle10g recursive-query