To verify that the Oracle ODP.NET is installed
successfully on your system, complete the following steps:
-
From the Content Composer setup directory, copy the following files to a temporary directory.
-
VerifyOra_64.bit.exe
- VerifyOra_64.bit.exe.config
-
- Open a Command Prompt window and navigate to the directory where you copied the files in the previous step.
- Type VerifyOra_64bit.exe and then press Enter.
-
Review the output.
The VerifyOra tool writes either SUCCESS or an error message to the Command Prompt window and to the log file VerifyOra.txt, located in the My Documents directory of the executing Windows user account. In case of an error message, see VerifyOra_troubleshooting_error_messages.xml.
-
To verify the connection to an Oracle database server, execute the following command.
Note: You can execute the command using any existing Oracle user.
VerifyOra_64bit.exe "[Oracle server name]" "[Oracle user name]" "[password]"
Example
VerifyOra_64bit.exe "MyOra:1521/orcl" "alincoln" "password"