When the following script is run, the error 'ORA-01745: invalid host/bind variable name' appears:
define p_start_date = TO_DATE('01-Jan-2010','DD-Mon-YYYY');
define p_start_month = TO_CHAR(&&p_start_date, 'MM-YYYY');
The error is related to the TO_CHAR in the script
WORKAROUND:
None.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center