Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 1071(0.041 seconds)
Sort By:
 
I wish to work with arrays in pl/sql language, also using loops and 'for' conditions? maybe somebody know how arrays are written in pl/sql?
Zones: OracleDate Answered: 04/06/2000 Rating: 6.8 Views: 0
Is it possible in SQL to read whole table with nested table into the scalar variables (not row by row in PL/SQL)? I have the object type: CREATE TYPE res_period_cnt AS OBJECT ( res_period number...
Zones: OracleDate Answered: 04/10/2000 Rating: 7.4 Views: 0
Is there any way to select from a refcursor in sql_plus? If I run this at the sql prompt, can I select from the :cur bind variable to see what's in the dynaset? EXEC SCHEMA.PACKAGE.PROC('122...
Zones: OracleDate Answered: 03/07/2002 Rating: 7.2 Views: 0
I have a stored proc that has an order by variable as one of the parameters, but the sql statment won't work with it. I've tried passing the field name and the field number. Below is a partial proc...
Zones: OracleDate Answered: 11/01/2001 Rating: 7.6 Views: 0
Hi, I am using oracle9i and jdk1.4.0. I want to write a trigger that fires when a row is inserted into the table. When the trigger fires it should call a java program. I want to know how to loa...
Zones: OracleDate Answered: 01/19/2004 Rating: 8.0 Views: 0
Hello there, I need to create a procedure that compares a variable to the values in a table. The variable(lets call it varX) needs to be hold the following values in a incremention fashion  ...
Zones: OracleDate Answered: 11/27/2004 Rating: 9.4 Views: 0
I am currently working on a SQL project.  I have included my code, the requirements, the errors I am getting, and the questions I have.   drop table ALL_PATIENTS; drop table PATIENT_CHARGES; d...
Zones: PL / SQL, Oracle, DatabasesDate Answered: 11/14/2007 Rating: 7.6 Views: 0
I want replicate data from a schema to same schema in a remote db. Only new data should be inserted, duplicates ignored. The insert statements look fine but no data is inserted, and I get no err...
Zones: PL / SQL, OracleDate Answered: 11/29/2007 Rating: 6.4 Views: 0
rtrim(to_char( column_name,'99G999D999999')); i must to use this format if number is 12.123,12345600 must be shown six digits right side of number , if number is 12.123,100 in some situations...
Zones: PL / SQL, OracleDate Answered: 12/29/2007 Rating: 9.4 Views: 0
Hello, i hava a table contain XML string (CREATE TABLE tblControllerProjectsXML OF XMLType) [Code Snippet] I tried a lot of queries, but none of them work well for me. The query that i wrot...
Zones: PL / SQL, Oracle 10.xDate Answered: 09/10/2008 Rating: 9.4 Views: 14