InterviewSolution
| 1. |
How Can I Implement And Manage The Custom Schema? |
|
Answer» BASICALLY a schema is collection of objects(tables views INDEXES sequences) belonging to particular user here in case of Oracle apps every module is implemented as a user for example Order MANAGEMENT is implemented as a user ONT so to create a custom schema we need to create a user and REGISTER the user with AOL.check this link for step by step PROCESS to create a custom module(Application) and register with oracle AOL. Basically a schema is collection of objects(tables views indexes sequences) belonging to particular user here in case of Oracle apps every module is implemented as a user for example Order Management is implemented as a user ONT so to create a custom schema we need to create a user and register the user with AOL.check this link for step by step process to create a custom module(Application) and register with oracle AOL. |
|