InterviewSolution
| 1. |
What Is Authentication File ? If You Have Dac Client Installed Can You Access Dac Repository Without Authentication File ? |
|
Answer» According to ORACLE Document: When you configure a connection to the DAC Repository, the configuration process includes CREATING a new authentication file or selecting an EXISTING authentication file. The authentication file authenticates the database in which the repository resides. If you CREATE a new authentication file, you will specify the table owner and password for the database. According to Oracle Document: When you configure a connection to the DAC Repository, the configuration process includes creating a new authentication file or selecting an existing authentication file. The authentication file authenticates the database in which the repository resides. If you create a new authentication file, you will specify the table owner and password for the database. |
|