Compose a fully qualified table name based on DSN and remote table name.The utility function, att_local_name(), can be used to make a fully qualified table name from non-qualified or qualified one, i.e. the qualifier and owner will be added if they are missing. The schema name will be replaced with current qualifier on execution, owner will be replaced or added with name of supplied DSN name. All non-alphanumeric characters in the name will be replaced with underscore symbol.
Compose a fully qualified table name based on DSN and remote table name.The utility function, att_local_name(), can
be used to make a fully
qualified table name from non-qualified or qualified one, i.e. the qualifier
and owner will be added if they are missing. The schema name will be
replaced with current qualifier on execution, owner will be replaced
or added with name of supplied DSN name. All non-alphanumeric characters
in the name will be replaced with underscore symbol.