The name you give the view in the CREATE VIEW statement is the SQL name you use when referencing the view in SQL statements.
The unqualified view name is:
The qualified view name is the view name preceded by its schema and a period (.). The schema is represented by a valid authorization ID. Therefore, the qualified view name is in the format authid.view-name.
You can specify the authorization ID in the CREATE VIEW statement. If you do not specify an authorization ID, CA Datacom Datadictionary uses the current default authorization ID for the session.
The default authorization ID is the AUTHORIZATION occurrence related to the PERSON occurrence of the user ID entered to sign on to CA Datacom Datadictionary. However, you can establish an authorization ID that is the default for the current session. See Relating the Person to the AUTHID.
CA Datacom Datadictionary uses the authorization ID and the view's SQL name to build the VIEW entity-occurrence name, as follows:
|
Copyright © 2014 CA.
All rights reserved.
|
|