Search found 10 matches

by gregor
Fri 18 Nov 2011 09:53
Forum: dbForge for Oracle
Topic: dbForge Object xxxx does not exist
Replies: 4
Views: 2066

Just for info. Step Into works .....
by gregor
Fri 18 Nov 2011 09:51
Forum: dbForge for Oracle
Topic: dbForge Object xxxx does not exist
Replies: 4
Views: 2066

I installed new version (checked in About menu) and issue is still here.

Can you reproduce problem?
by gregor
Mon 14 Nov 2011 11:10
Forum: dbForge for Oracle
Topic: dbForge Object xxxx does not exist
Replies: 4
Views: 2066

dbForge Object xxxx does not exist

If I click right button on package/function and select Execute i get error:

Object 'xxxxxx' does not exist.

This functionality work in OraDeveloper Studio, but in dbForge doesn't.

Are there any configurations settings?

BR, Gregor
by gregor
Sun 13 Nov 2011 17:00
Forum: dotConnect for Oracle
Topic: Oracle 32 bit vs. 64 bit client order in environment path...
Replies: 7
Views: 3241

Same problem is with dbforge. fbForge cannot connect on x64 windows. Direct mode is working ok...

Gregor
by gregor
Fri 01 Jul 2011 22:17
Forum: LinqConnect (LINQ to SQL support)
Topic: Version 2.50 introduces a lot of breaking changes / bug
Replies: 5
Views: 1658

Well, I had same problem regarding:
ORA-22905: cannot access rows from a non-nested table item

After upgrade everything worked until code was regenerated with new template, then I got error.

Solution is that you should change property of function to Pipelined:false (in designer). Then it is regenerated on old way. I think that such procedures cannot be queryable and hence this error, because dotconnect wants to perform operations...

Or if there were option to set default Pipelined to false it would solved everything. It is problem to click all functions and change property.
by gregor
Thu 31 Mar 2011 15:58
Forum: dotConnect for Oracle
Topic: NLS SETTINGS
Replies: 4
Views: 3338

NLS SETTINGS

Dear!

Of course, I didn't thought of this, since I do not set a lot of things in application level....:-)))

Thank you, that's it :-))

Best regards, Gregor
by gregor
Wed 30 Mar 2011 16:08
Forum: dotConnect for Oracle
Topic: NLS SETTINGS
Replies: 4
Views: 3338

NLS LANGUAGE

Hi!

If we have web asp.net application in which point to set OracleGlobalization.SetApplicationInfo?

Best regards, Gregor
by gregor
Tue 29 Mar 2011 20:51
Forum: dotConnect for Oracle
Topic: NLS_LANG Direct Connect
Replies: 3
Views: 2762

NLS LANGUAGE

Can you explain a little bit more in detail what to check in direct mode to match right nls language.

Best regards, Gregor
by gregor
Tue 29 Mar 2011 20:45
Forum: dotConnect for Oracle
Topic: NLS SETTINGS
Replies: 4
Views: 3338

NLS SETTINGS

Dear!

If using direct mode is it possible to set NLS Settings at connection level or string. If not, please give us link how to check and set database NLS settings... We are using Oracle 10g and connection via direct mode. Everything works, except sorting is wrong.

Best regards, Gregor
by gregor
Sat 25 Dec 2010 16:25
Forum: dotConnect for Oracle
Topic: PL/SQL BOOLEAN problems
Replies: 3
Views: 1313

PL/SQL BOOLEAN problems

Please advice how call procedure with linq, if procedure accepts pl/sql boolean as parameter.

If I import it to Model explorer, connector maps as db type pl/sql boolean and if I call procedure i get error:

Unsupported data type PL.

I searched forums and tried to change it to number, but then there is error that different data types are calling procedure.

There are one solution for ADO.NET, but not for linq to oracle.

Do you have any advice?


Best regards, Gregor