Print Thread
Page 2 of 2 1 2
Re: "not a variable" while debogging..
Laurent Feltz #45283 12/14/12 02:42 PM
Joined: Feb 2006
Posts: 619
Sao Paulo, Brazil
G
Member
Offline
Member
G
Joined: Feb 2006
Posts: 619
Sao Paulo, Brazil
Laurent,

You can send it to support@allroundautomations.com.

Best regards,
Gustavo


There are 10 types of people: those who know binary and those who don't.
Re: "not a variable" while debogging..
Gustavo #47146 05/29/13 05:53 PM
Joined: Jun 2003
Posts: 8
Walker, MI, USA
Member
Offline
Member
Joined: Jun 2003
Posts: 8
Walker, MI, USA
Same issue for me. Any news on a cause or work-around?

Re: "not a variable" while debogging..
ariffe #48031 10/17/13 09:54 PM
Joined: Dec 2002
Posts: 43
Phoenix, Arizona USA
Member
Offline
Member
Joined: Dec 2002
Posts: 43
Phoenix, Arizona USA
This is an issue for us as well, when we go into debugger and hover over a variable (any type, varchar2, number, date) it will say 'Not a Variable'.

Any solutions discovered? Thanks, Kate.

Windows7 64bit

PL/SQL Developer
Version 10.0.4.1708
09.22789 - Unlimited user license
Windows 7 (64-bit) 6.1 Build 7601 (Service Pack 1)

Physical memory : 4,194,304 kB (4,136,120 available)
Paging file : 4,194,304 kB (4,194,304 available)
Virtual memory : 2,097,024 kB (1,773,888 available)

Parameters
C:\Program Files (x86)\PLSQL Developer\plsqldev.exe
NOAUTOLOGON
NOAUTOLOGON
NOAUTOLOGON

Preferences
Session mode: Multi
OCI Library:
Use OCI7: False
Allow Multiple Connections: False

Preference Files
C:\Program Files (x86)\PLSQL Developer\Preferences\Default\Default.ini
C:\Users\johnsoka\AppData\Roaming\PLSQL Developer\Preferences\johnsoka\default.ini

Plug-Ins
*Active Query Builder (C:\Program Files (x86)\PLSQL Developer\PlugIns\ActiveQueryBuilder.dll)
*PL/SQL Documentation (plsqldoc) (C:\Program Files (x86)\PLSQL Developer\PlugIns\plsqldoc.dll)
*Red Gate Deployment Plug-In (C:\Program Files (x86)\PLSQL Developer\PlugIns\RedGate.dll)
*Version Control Interface 1.2 (C:\Program Files (x86)\PLSQL Developer\PlugIns\VCS.dll)
(* is Active)

Aliases
d01
d02
d03
d04
d05
...

Homes
OraClient10g_home1 (C:\devsuitehome_1)
OraClient11g_home1 (C:\oracle\product\11.2.0\client_1)

DLLs
C:\oracle\product\11.2.0\client_1\bin\oci.dll

TNS File
C:\oracle\product\11.2.0\client_1\Network\Admin\tnsnames.ora

Using
Home: OraClient11g_home1
DLL: C:\oracle\product\11.2.0\client_1\bin\oci.dll
OCI: version 11.1
Oracle9i Enterprise Edition Release 9.2.0.8.0

Character Sets
Character size: 3 byte(s)
CharSetID: 871
NCharSetID: 871
Unicode Support: True
NLS_LANG: AMERICAN_AMERICA.WE8MSWIN1252
NLS_CHARACTERSET: UTF8
NLS_NCHAR_CHARACTERSET: UTF8

Last edited by johnsok; 10/17/13 09:57 PM. Reason: add info

Kate Johnson
Re: "not a variable" while debogging..
johnsok #48056 10/21/13 12:34 PM
Joined: Dec 2005
Posts: 2,004
Roima Denmark
Member
Offline
Member
Joined: Dec 2005
Posts: 2,004
Roima Denmark
I sometime experience problems like this, but not on a regular basis.
I have compared your Oracle info with mine. The only major differences are the plugins (I have no plugins) and the character set settings: I have a size of 1 byte and NLS_CHARACTERSET: WE8MSWIN1252 (and not UTF8) and my NLS_NCHAR_CHARACTERSET is AL16UTF16 (not UTF8).
Otherwise Oracle database and Windows OS versions are the same.
My PLD version is 10.0.5

Try to disable all plugins and maybe change the character set to see if it helps.

I have noticed, that you have PLD installed in the directory C:\Program Files (x86)\PLSQL Developer\...
Try to install it in C:\Program Files\PLSQL Developer\...
(without paranthesis). Some 32 bit programs (e.g. some of the SQL*Net versions) get confused when there is a paranthesis in the path.

Try executing the selects below (some of the same as PLD uses to determine the support info). Then try to 'mime' these settings on your session and optionally on your database (if possible) and see if it helps. Other than that, I have no suggestions.


select * from v$version

I get the results:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Production
PL/SQL Release 11.2.0.2.0 - Production
CORE 11.2.0.2.0 Production
TNS for 32-bit Windows: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production

select * from nls_instance_parameters

I get the results:
NLS_LANGUAGE AMERICAN
NLS_TERRITORY AMERICA
NLS_COMP BINARY
NLS_LENGTH_SEMANTICS BYTE
NLS_NCHAR_CONV_EXCP FALSE
(all others are NULL)

select * from nls_database_parameters

I get the results:
NLS_LANGUAGE AMERICAN
NLS_TERRITORY AMERICA
NLS_CURRENCY $
NLS_ISO_CURRENCY AMERICA
NLS_NUMERIC_CHARACTERS .,
NLS_CHARACTERSET WE8MSWIN1252
NLS_CALENDAR GREGORIAN
NLS_DATE_FORMAT DD-MON-RR
NLS_DATE_LANGUAGE AMERICAN
NLS_SORT BINARY
NLS_TIME_FORMAT HH.MI.SSXFF AM
NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
NLS_DUAL_CURRENCY $
NLS_COMP BINARY
NLS_LENGTH_SEMANTICS BYTE
NLS_NCHAR_CONV_EXCP FALSE
NLS_NCHAR_CHARACTERSET AL16UTF16
NLS_RDBMS_VERSION 11.2.0.2.0

select * from nls_session_parameters

I get the results:
NLS_LANGUAGE DANISH
NLS_TERRITORY DENMARK
NLS_CURRENCY kr
NLS_ISO_CURRENCY DENMARK
NLS_NUMERIC_CHARACTERS ,.
NLS_CALENDAR GREGORIAN
NLS_DATE_FORMAT RR-MM-DD
NLS_DATE_LANGUAGE DANISH
NLS_SORT DANISH
NLS_TIME_FORMAT HH24:MI:SSXFF
NLS_TIMESTAMP_FORMAT RR-MM-DD HH24:MI:SSXFF
NLS_TIME_TZ_FORMAT HH24:MI:SSXFF TZR
NLS_TIMESTAMP_TZ_FORMAT RR-MM-DD HH24:MI:SSXFF TZR
NLS_DUAL_CURRENCY (Euro)
NLS_COMP BINARY
NLS_LENGTH_SEMANTICS BYTE
NLS_NCHAR_CONV_EXCP FALSE

select length(chr(2000000000)) l4, length(chr(2000000)) l3, length(chr(20000)) l2, 'c' c1 from dual

I get the results:
1 1 1 c

Page 2 of 2 1 2

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.126s Queries: 15 (0.065s) Memory: 2.5501 MB (Peak: 3.0466 MB) Data Comp: Off Server Time: 2024-05-18 09:45:14 UTC
Valid HTML 5 and Valid CSS