ODAC

TOraSession.Schema Property

Used to change the current schema of the session to the specified schema.

Class

TOraSession

Syntax

property Schema: string stored IsSchemaStored;

Remarks

Use the Schema property to change the current schema of the session to the specified schema. This setting offers a convenient way to perform operations on objects in a schema other than that of the current user without having to qualify the objects with the schema name. This setting changes the current schema, but it neither changes the session user or the current user, nor gives you any additional system or object privileges for the session.

If Connected = True read this property to receive the name of the current schema.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback