InterviewSolution
Saved Bookmarks
| 1. |
What Is The Diff Between Apps Schema And Other Schemas? |
|
Answer» Apps schema contains only Synonyms we can't create tables in apps schema,where as other schema s contains tables, & all the OBJECTS. Here only we will create the tables and giving grants on CREATED tables. Almost all every time we will connect to apps schema only. Apps schema contains only Synonyms we can't create tables in apps schema,where as other schema s contains tables, & all the objects. Here only we will create the tables and giving grants on created tables. Almost all every time we will connect to apps schema only. |
|