Error 11201

Severity

16

Message text

A remote table definition must be defined before the 'existing' option is used (object '%.*s').

Explanation

The create existing table statement was used without specifying a location clause.

Action

Use the location clause, or remove the “existing” keyword from the create table command:

  1. create existing table tablename (column_list) at 'server.database.user.object'

  2. create table tablename (column_list) other_options

Versions in which this error is raised

All versions