I have two schema in the same database.
Map and Vendor
The tables in the Map schema gets loaded through some external application. Now i want to write a SP in Map schema to push the data from MAP to Vendor schema. I have to apply various business validations before inserting data to Vendor schema.
I am worried, how do i connect to Vendor schema through my SP in MAP Schema?
Map and Vendor
The tables in the Map schema gets loaded through some external application. Now i want to write a SP in Map schema to push the data from MAP to Vendor schema. I have to apply various business validations before inserting data to Vendor schema.
I am worried, how do i connect to Vendor schema through my SP in MAP Schema?