SYS_CONTEXT

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
IGLE
Posts: 1
Joined: Tue 16 May 2006 16:01

SYS_CONTEXT

Post by IGLE » Tue 16 May 2006 16:05

begin :Result := SYS_CONTEXT ('USERENV', 'CURRENT_SCHEMA');end;

Can anybody explain me why they call this every time. I don't change schema in session. I use schema name before tables. I use "net" conection. I don't need it. Can I remove this?

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Wed 17 May 2006 08:04

In the latest versions of ODAC this code is called only when user requests value of Schema property. Please specify the version of ODAC you use.

Post Reply