What is synonym?
Answers were Sorted based on User's Feedback
A synonym is nothing but a permanent alias name given to an
existing data base table.
The main concept of synonym is as below;
1)To hide the original table name.
2)To hide the owner of the table.
Synonym can be created on following 3 objects:
1)Table
2)View
3)Synonym
Synonym are of basically 2 types:
1)Public synonym: This can only be created by a data base
administrator.
2)Private synonym: This can be created by any valid data
base user.
Syntax for creating a synonym is
create [or replace] synonym synonym_name for object name;
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / mike
A synonym is a alternative name for objects such as tables,
views, sequences , stored procedures and other database
objects.
| Is This Answer Correct ? | 2 Yes | 1 No |
What is incremental aggregation?
How do we implement materialized view?when to use materialized view?
i have a data in my source as a flat files what test i have to perform the next step can any body help to me
In dimension and fact table? which one holds big data?
What are mapplets? How is it different from a Reusable Transformation?
can session assigned multiple mappings or not?
How to use Normalizer transformation?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
Design time, run time. If you don't create parameter what will happen
what is the monster dimension plz give me one example
Explain about Informatica server process that how it works relates to mapping variables?
What is the session task and command task?