hi,
I get my result set truncated in command window. I try to increase the size by setting set lines 200 but get following "Cannot SET LINES"
This is the output in command window:
SQL> SELECT * FROM TABLE(dbms_xplan.display);
PLAN_TABLE_OUTPUT...
I am trying to use PL/SQL developer 8.0.4 against 11g rel2 [11.2.0.2.0] client but the pl/sql developer is not able to detect the 11g oracle home and its relative tns names. I was looking in past post and checked a few things:
I am able to connect using sqlplus.exe and oci.dll is found in by...