Please help me demystify ‘Auto Config’
What is ‘Auto Config’?
Can you explain the difference between the database and application tier?
Is it possible to identify it in a multi note system?
Please help me understand.
What is ‘Auto Config’?
Can you explain the difference between the database and application tier?
Is it possible to identify it in a multi note system?
Please help me understand.
Hi Allison Gregory,
Part 1: AutoConfig’ is a tool. This tool uses to configure Oracle 11i applications. You can also configure Application and Database tier with this tool.
If you are going to configure database tier then execute autoconfig script adautocfg. sh
If you are going to configure application tier then execute this on the middle tier
Part 2: The database tier you can only be used for applications. Database tier is an entity contains the complete database and object instances used by the application.
While the application tier serves on top of database tier. The application tier uses the database tier.
Please let me know if this answers your questions:
Part 3: Yes this is possible.