<p>
Hi, the file install.bat have a bug in the lines:
<ul>
<li> sqlplus "%SYS_USER%/%SYS_PASSW_USER%@%LOG_SID% as SYSDBA" @grantsys.sql %LOG_USER% </li>
<li> sqlplus %SYS_USER%/%SYS_PASSW_USER%@%LOG_SID% @grantsys.sql %LOG_USER%
</li></ul>
The problem is that it need to have the %LOG_PASSW_USER% after the %LOG_USER%, and the file grantsys.sql need to be modified in: IDENTIFIED BY &&1 -> IDENTIFIED BY &&2
Thank's
Gabriel Fairbanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
<p>
Hi, the file install.bat have a bug in the lines:
<ul>
<li> sqlplus "%SYS_USER%/%SYS_PASSW_USER%@%LOG_SID% as SYSDBA" @grantsys.sql %LOG_USER% </li>
<li> sqlplus %SYS_USER%/%SYS_PASSW_USER%@%LOG_SID% @grantsys.sql %LOG_USER%
</li></ul>
The problem is that it need to have the %LOG_PASSW_USER% after the %LOG_USER%, and the file grantsys.sql need to be modified in: IDENTIFIED BY &&1 -> IDENTIFIED BY &&2
Thank's
Gabriel Fairbanks
Sorry about the HTML tags.