naming - Selection of table (or view) in oracle, that I cannot find in TOAD -


i reverse-engineering application administers oracle database. new me (application + database) there statement there somewhere, is:

select * xxx@yyy (xxx word, yyy word)

if go database toad can't find 'xxx@yyy' table nor view. if copy paste statement in toad's editor, results if table exists.

  • i know '@' symbol allowed naming oracle object. possible means else here though?
  • how can find table (or view)? possible information through statement such schema 'xxx@yyy' belong or weather table or view, can track it?
  • the database consists of many schemas. there default one. possible xxx@yyy may belong schema, rather default?

please me find table.

identifier behind @ database link. way access objects on remote oracle server. more info on http://docs.oracle.com/cd/e11882_01/server.112/e26088/statements_5005.htm#sqlrf01205


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -