Some errors...

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
HalfLife
Posts: 3
Joined: Thu 27 Oct 2005 06:00

Some errors...

Post by HalfLife » Thu 27 Oct 2005 06:24

I use OraDeveloper Studio 1.0.3.0.

Oracle server version is 9i.
When I use direct connection(without Oracle Client), retrieved data is not shown correctly.
Data was '1234', but shown as '123'.
I can see data correctly when use Oracle Client.

And 'Help' menu not available except 'About...'.
I cannot use 'Help' menu.
I have to access 'OraDeveloper.chm' directly to see help file. :(

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Fri 28 Oct 2005 15:16

When I use direct connection(without Oracle Client), retrieved data is not shown correctly.
Could you, please supply with the table information?
And 'Help' menu not available except 'About...'.
Check if the registry key
HKEY_LOCAL_MACHINE\SOFTWARE\CoreLab\OraDeveloper
contains HelpFile value with full path to the chm file.

HalfLife
Posts: 3
Joined: Thu 27 Oct 2005 06:00

Post by HalfLife » Fri 04 Nov 2005 04:34

This is table info.

Code: Select all

SQL> desc tbl_clients;
 SECRETKEY    NOT NULL     VARCHAR2(16)
 HOSTNAME                  VARCHAR2(32)
 STATUS                    VARCHAR2(3)
 NOTE                      VARCHAR2(64)
 IPADDR       NOT NULL     VARCHAR2(15)
Click this link to see Sreen Shot
1-1. Retrived data using Oracle Client
Correct.

1-2. Edit table using Oracle Client
Wrong result !!

2-1. Retrived data using Direct connection
Wrong result !!

2-2. Edit table using Direct connection
Wrong result !!

When I use direct connection(without Oracle Client), retrieved data is not shown correctly.
As I see...
If table field length is 4 and the data length is 4, OraDeveloper Studio eliminates last charactor.

When I use "Edit Table", always WRONG !! (Length & Nullable)

Oh... There is no registry key
"HKEY_LOCAL_MACHINE\SOFTWARE\CoreLab\OraDeveloper.
How to create it ? I want to know key name, type and value.

HalfLife
Posts: 3
Joined: Thu 27 Oct 2005 06:00

Post by HalfLife » Fri 04 Nov 2005 04:59

I tested with OraTools...

Everythings OK with OraTools except overflow. :!:
OraTools cannot display big integer, but OraDeveloper can.

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Mon 07 Nov 2005 07:43

We've found the problem with direct mode and VARCHAR fields. The problem will be fixed in the nearest release of OraDeveloper.

Post Reply