stef
Member³
It's not so easy to describe, but I give a try.
I have a table with a field varchar2(2000);
Here I write my stack in case of an error.
Problem is that I cannot get all the information out of the SQL-windows grid. Also in the command window you can not see the complete information:
Info: This is the stack I wrote into the table
--------- ---------- --------- -------------
740-MIC-1-EUROPE\NLDVEN001MIC -2444855-
----- PL/SQL Call Stack -----
object
line object
handle number name
0000000148DBDCA0 25 ARROW.TBI_ARTLOCPROP
000000015E1053D0 111 package body ARROW.SV_SQL
0000000132DA53E0 1 anonymous block
---------------------------------------------
By selecting I get this row, but i cannot see that information: Result
740-MIC-1-EUROPE\NLDVEN001MIC
( the information above, i could see in sqlplus )
but at last not least
Some of the entries I can see.
( Special character ?? )
I have a table with a field varchar2(2000);
Here I write my stack in case of an error.
Problem is that I cannot get all the information out of the SQL-windows grid. Also in the command window you can not see the complete information:
Info: This is the stack I wrote into the table
--------- ---------- --------- -------------
740-MIC-1-EUROPE\NLDVEN001MIC -2444855-
----- PL/SQL Call Stack -----
object
line object
handle number name
0000000148DBDCA0 25 ARROW.TBI_ARTLOCPROP
000000015E1053D0 111 package body ARROW.SV_SQL
0000000132DA53E0 1 anonymous block
---------------------------------------------
By selecting I get this row, but i cannot see that information: Result
740-MIC-1-EUROPE\NLDVEN001MIC
( the information above, i could see in sqlplus )
but at last not least
Some of the entries I can see.
( Special character ?? )