Problem: While running adbldxml.pl, the following error occurs:
D:\ORACLE\PRODR12\db\tech_st\11.2.0>perl D:\ORACLE\PRODR12\db\tech_st\11.2.0\appsutil\bin\adbldxml.pl Starting context file generation for db tier.. D:ORACLEPRODR12dbtech_st11.2.0binsqlplus.exe: not found D:ORACLEPRODR12dbtech_st11.2.0bintnsping.exe: not found ERROR: while running command : D:\ORACLE\PRODR12\db\tech_st\11.2.0\bin\tnsping.exe Failed to execute the specified command. Verify that the command can be executed from the command prompt.
Solution: Use perl located in %ORACLE_HOME%\perl\bin. Do not use perl bundled with MKS Toolkit.
e.g. D:\ORACLE\PRODR12\db\tech_st\11.2.0\perl\bin\perl D:\ORACLE\PRODR12\db\tech_st\11.2.0\appsutil\bin\adbldxml.pl
0 Comments.