Active Threads | Active Posts | Unanswered Today | Since Yesterday | This Week
PL/SQL Developer Jump to new posts
Re: NetSuite Ankit 04/16/24 11:48 AM
Also Visit Ledger Labs provide NetSuite Services
10 5,417 Read More
PL/SQL Developer Jump to new posts
Re: Empty ACTION in v$session Marco Kalter 04/16/24 08:37 AM
Could it be that your Oracle user has a synonym, a view, or a table with the name V$SESSION? This would explain the different results when querying the sys.v_$session view.
1 44 Read More
PL/SQL Developer Jump to new posts
Empty ACTION in v$session DoctorWho 04/16/24 05:37 AM
Hello everyone,

I ran into a problem when I tried to do:
SELECT * FROM v$session . I get an empty value for the action field, although in fact it is not empty and ACTION HASH is not null.

If I try:
SELECT * FROM sys.v_$session, then everything is displayed correctly.

I noticed that when selecting from v$session, the 'ACTION' field type is varchar2, and when selecting from sys.v_$session type of ACTION field is varchar2(64).

Have anyone encountered this problem? I've already tried changing nls_lang, but it didn't work. The problem does not occur in TOAD.

Using PL/SQL 15.0.4.2064 64 bit,
Character size: 4 byte(s)
CharSetID: 873
NCharSetID: 2000
Unicode Support: True
NLS_LANG: AMERICAN_AMERICA.UTF8
NLS_NCHAR_CHARACTERSET: AL16UTF16
NLS_CHARACTERSET: AL32UTF8

Sorry for bad english.
1 44 Read More
PL/SQL Developer Jump to new posts
Re: How to save only package body ? Marco Kalter 04/15/24 09:37 AM
The complete Program Window will be saved, including the package specification and body if both are present in the Program Window. There are 2 solutions:

  • Open the package body and specification in separate Program Windows.
  • Install the "Save separate" Plug-In from the BAR Solutions web site.
1 50 Read More
PL/SQL Developer Jump to new posts
How to save only package body ? mrogel 04/15/24 09:19 AM
Hi,

how do I only save a package body in PL/SQL-Developer ?
For me, it always saves the whole package (header and body) even when I use "Save as type: Package bodies (*.pkb)"

Thanks !
1 50 Read More
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.022s Queries: 7 (0.006s) Memory: 2.1919 MB (Peak: 2.3273 MB) Data Comp: Off Server Time: 2024-04-19 17:05:25 UTC
Valid HTML 5 and Valid CSS