Menu

Bug in install.bat

Help
2005-08-22
2013-04-09
  • Nobody/Anonymous

    <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

     
    • Nobody/Anonymous

      Sorry about the HTML tags.

       

Log in to post a comment.