What is the @ symbol mean in oracle?
@
For example:
select * from question_answer@abcd where id = \'45\'
This is the syntax for accessing a table via a database link called "abcd" See the documentation for CREATE DATABASE LINK, or to see the defined db links:
SELECT * FROM all_db_links;