Advertisement

1 - 10 of 171 containing alltags:("oracle pl/sql") (0.002 seconds)
If you have two schemas in oracle "Schema1" and "Schema2" Schema 1 has several tables A and B etc and some procedures/packages Schema 2 has several tables E anf F etc and some procedures/packages...
Zones: Oracle 9.x, Databases, PL / SQLDate Answered: 10/31/2007 Grade: A Views: 75
In Oracle pl/sql how can i get a delete from statement to tell me how many rows deleted without using a cursor ? thanks for help
Zones: Oracle, PL / SQLDate Answered: 12/12/2007 Grade: B Views: 4
I'm seeking an Oracle/PLSQL function that will return the value between parenthesis in a string. Input Example: "nine (9)" Desired Output Example: "9"
Zones: PL / SQL, OracleDate Answered: 01/24/2008 Grade: A Views: 8
I am using Oracle PL/SQL 10.  I would like to join several tables together, but the field that I join on is dependent on the values in one of the tables.  I was trying to insert a case statement in...
Zones: PL / SQL, Oracle 10.xDate Answered: 01/07/2008 Grade: A Views: 58
I have an Oracle 10 database and am using PL/SQL.  I am trying to write a package that contains the following if statement:     If not fFinished and argLocation in ('PP', 'IL') then       if ar...
Zones: PL / SQL, Oracle 10.xDate Answered: 01/08/2008 Grade: A Views: 22
I created a trigger on an Oracle 8 table that displays an error message (raise_application_error) when a certain criteria is matched. The trigger is working ok if the data is updated from within S...
Zones: Oracle 8.x, PL / SQLDate Answered: 02/03/2008 Grade: B Views: 36
I currently use a stored procedure with 4 input parameters and 1 output cursor to provide data to crystal reports. I can't summarise the data the way I need to in Crystal and would like to perform ...
Zones: OracleDate Answered: 02/20/2008 Grade: A Views: 0
I want to retrieve data for 4 fields along with column name from Oracle table and create XML file. I use oracle 9i. How do I do that in PL/SQL procedure? A sample code would be appriciated. Tabl...
Zones: Oracle 9.x, XML, PL / SQLDate Answered: 02/01/2008 Grade: A Views: 143
I have the following problem. I need to join to two tables but the datatype in one table is Varchar(17) and number in the other. When I attempt the following query and error is returned saying inva...
Zones: PL / SQL, OracleDate Answered: 02/19/2008 Grade: A Views: 0
I have an Oracle9i Release 9.2.0.8.0 built package (see code snippet for sample code) I can easily build the string of the package and function/procedure I want to call.  I just want to be able ...
Zones: Oracle 9.x, Databases, OracleDate Answered: 09/25/2008 Grade: A Views: 229