Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Can We Create a Synonym On Trigger?

Answer Posted / anang

Yes We can create a synony for a trigger like this

Create or replace trigger test before insert on emp
begin
dbms_output.put_line('Hi');
end;
Create the trigger in scott schema

and connect to apps schema and create a synonym like this

create public synonym test for scott.test;

or

create synonym test1 for scott.test;

Is This Answer Correct ?    19 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a value set? List its various types.

1144


Which oracle applications pl/sql standard apis you are familiar, have you used most of them?

1165


what is the difference between request group and request security in oracle apps?

5979


Tell me where we find the status of order information?

1194


What do you understand by a set of books?

1154


Hi  Friends this is preetham, i am  searching for job on oracle apps(technical) i put 3 years fake exp, so any one  please could you help me for realtime interview  questions and 9739782164 this is my no srpsrp777@gmail.Com please guys please provide your no for contact i have a doubts i want to clarify

2087


How can a process be deployed in soa?

1336


How to move the one file from one instance to another instance? And your scripts also?

1173


What are file in oracle.

2287


Do you know what are user profiles in apps. Any examples you can give?

1140


Can you differentiate between mediator and osb?

1193


What are the benefits of using soa architecture?

1325


what are the different transaction clauses in AR?

2167


Can you define an erp system?

1224


can we get profile values in report without using user exists is it possible how?

2934