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,407 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 40 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 40 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 48 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 48 Read More
PL/SQL Developer Jump to new posts
Re: large DATA Editor - unwanted Tranformation 0D to 0DA in Version 14 and 15 D.Wenzel 04/12/24 12:38 PM
Thanks for the tip Fabrice, I have passed it on to my colleagues.

Have a nice weekend everyone
(too many configuration options are the death of the hare)
2 82 Read More
PL/SQL Developer Jump to new posts
Re: large DATA Editor - unwanted Tranformation 0D to 0DA in Version 14 and 15 fabrice 04/12/24 08:53 AM
In v14, you have in options \ windows types \SQL windows, use LF as CRLF from database.
Perhaps..
2 82 Read More
PL/SQL Developer Jump to new posts
large DATA Editor - unwanted Tranformation 0D to 0DA in Version 14 and 15 D.Wenzel 04/12/24 07:56 AM
Servus Marcus,

SQL Query
select bla, dump(bla) from (select cast('1'||chr(13)||'2' as varchar2(4000)) bla from dual)

bytes - if open the Larg DATA Editor a unwanted, additional CHR(10) 0Ah is added.

Is the a Preference to avoid this?

Ahoi Daniel

... who is proud to have been using PLSQL-Developer for years
2 82 Read More
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.018s Queries: 7 (0.005s) Memory: 2.1966 MB (Peak: 2.3272 MB) Data Comp: Off Server Time: 2024-04-18 23:49:51 UTC
Valid HTML 5 and Valid CSS