Questions tagged as 'toad'

1
answer

Immediate error when executing stored procedure from the beginning of the Script

I'm trying to run a Stored Procedure on Toad for Oracle 12.12 but I have not succeeded. I hardly execute the stored, I miss an error from the word Declare, I would appreciate your help. DECLARE -- Declarations var_P_NROTRA NUMBER;...
asked by 12.04.2018 / 00:36
1
answer

Use a case with data from a table and have the results of that case save them in a table

I have 1 table called 'CFACTURACOMISION' which has the columns. CLFILIAL, CLCLIENTE, CLASESOR, FOFACTURA, DACHAFACTURA, MNFACTURA, MNDESCUENTO MNIVA, MNTOTAL, FEVENCIMIENTO, CONDICIONESDEPAGO, PROMVENTA. The main objective of this table is...
asked by 20.03.2018 / 19:36
0
answers

Oracle XMLTable fails when the xml to parse is too long

I'm working with soap web services and trying to parse an xml with the oracle XMLtable command and inserting it into a table fails when the xml has many lines (2 million). It works well when the file has few lines. This is a summary of the comma...
asked by 26.02.2018 / 16:17
0
answers

Manipulate content of a cursor in Oracle

I have a stored procedure ( SP1 ) that returns a cursor with many columns, I need to know how from another stored procedure ( SP2 ) I call SP1 strong> and the result manipulated it with a SELECT to group, add and do other kinds of thing...
asked by 23.02.2018 / 17:30