Page 1 of 1
New XI Oracle wizards no compatible with client 11.x ?
Posted: Wed Aug 31, 2016 9:27 am
by dlukinski
Hello XI support
Oracle Query wizard ver. 1.3.2 / Oracle Serverspace wizard ver. 1.5.2 / Oracle Tablespace wizard 1.5.3 seem to have compatibility issues with client 11.2 (breaks its configurations)
we were told to use in Q4 2015 because there were known issues with 12.x
Did anything change about client 12.x support in XI - could it be used now?
Does Oracle wizard/client manual now up to date?
Re: New XI Oracle wizards no compatible with client 11.x ?
Posted: Wed Aug 31, 2016 2:34 pm
by mcapra
The documents were recently updated to account for some changes to the Oracle website. However, they still recommend 11.2 be used.
Re: New XI Oracle wizards no compatible with client 11.x ?
Posted: Fri Oct 28, 2016 11:25 am
by dlukinski
mcapra wrote:The documents were recently updated to account for some changes to the Oracle website. However, they still recommend 11.2 be used.
When we upgrade to version 5.3 our Oracle checks (based of 11.2) stop working. all of them. so we cannot use 11.2 same way as with 5.2.9.
Re: New XI Oracle wizards no compatible with client 11.x ?
Posted: Fri Oct 28, 2016 1:34 pm
by dwhitfield
What error message do you receive?
Re: New XI Oracle wizards no compatible with client 11.x ?
Posted: Fri Oct 28, 2016 3:29 pm
by nietonoshana
Re: New XI Oracle wizards no compatible with client 11.x ?
Posted: Fri Oct 28, 2016 4:47 pm
by dwhitfield
Here's what likely needs be changed:
check_xi_oraclequery
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib ORACLE_HOME=/usr/lib/oracle/11.2/client $USER1$/check_oracle_health $ARG1$
to
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 $USER1$/check_oracle_health $ARG1$
check_xi_oracleserverspace
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib ORACLE_HOME=/usr/lib/oracle/11.2/client $USER1$/check_oracle_health $ARG1$
to
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 $USER1$/check_oracle_health $ARG1$
check_xi_oracletablespace
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib ORACLE_HOME=/usr/lib/oracle/11.2/client $USER1$/check_oracle_health $ARG1$
to
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 $USER1$/check_oracle_health $ARG1$
Please let us know if this fixes the issue.
There is an internal feature request to not overwrite user checks. There is not currently an ETA on that feature request.
Re: New XI Oracle wizards no compatible with client 11.x ?
Posted: Wed Nov 02, 2016 1:49 pm
by dlukinski
dwhitfield wrote:Here's what likely needs be changed:
check_xi_oraclequery
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib ORACLE_HOME=/usr/lib/oracle/11.2/client $USER1$/check_oracle_health $ARG1$
to
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 $USER1$/check_oracle_health $ARG1$
check_xi_oracleserverspace
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib ORACLE_HOME=/usr/lib/oracle/11.2/client $USER1$/check_oracle_health $ARG1$
to
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 $USER1$/check_oracle_health $ARG1$
check_xi_oracletablespace
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib ORACLE_HOME=/usr/lib/oracle/11.2/client $USER1$/check_oracle_health $ARG1$
to
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 $USER1$/check_oracle_health $ARG1$
Please let us know if this fixes the issue.
There is an internal feature request to not overwrite user checks. There is not currently an ETA on that feature request.
This worked, thank you.
Did not realize 5.3.x would overwrite oracle commands back into defaults.
Re: New XI Oracle wizards no compatible with client 11.x ?
Posted: Wed Nov 02, 2016 2:13 pm
by dwhitfield
The feature request in question is 9765. My guess is it will be a big enough change that 5.4 will be the earliest it exists. As of right now, there is no time-table (public or private).
That all said, is it ok if we lock this thread?
Re: New XI Oracle wizards no compatible with client 11.x ?
Posted: Wed Nov 02, 2016 2:59 pm
by dlukinski
dwhitfield wrote:The feature request in question is 9765. My guess is it will be a big enough change that 5.4 will be the earliest it exists. As of right now, there is no time-table (public or private).
That all said, is it ok if we lock this thread?
Yes please / thank you once again
Re: New XI Oracle wizards no compatible with client 11.x ?
Posted: Wed Nov 02, 2016 3:01 pm
by dwhitfield
You're welcome!