SYS_CONTEXT
Posted: 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?
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?