You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to use the project but I am not able to use it just changing usual parameters. I have tried to change the SID but it does not work (I change xe by my desired SID: PBD, but I obtain the error:
Starting Oracle Database 11g Express Edition instance...Done
Installation completed successfully.
./accept_the_license_agreement_for_oracledb_xe_11g_and_install.sh: line 53: /u01/app/oracle/product/11.2.0/pbd/bin/sqlplus: No such file or directory
The command "bash ./accept_the_license_agreement_for_oracledb_xe_11g_and_install.sh" failed and exited with 127 during .
Sounds like installation has gone wrong at some point if sqlplus is not found. I would need complete log of the installation process to be able to say anything more. I don't know if Oracledb XE allows to change the SID.
I have tried to use the project but I am not able to use it just changing usual parameters. I have tried to change the SID but it does not work (I change xe by my desired SID: PBD, but I obtain the error:
Starting Oracle Database 11g Express Edition instance...Done
Installation completed successfully.
./accept_the_license_agreement_for_oracledb_xe_11g_and_install.sh: line 53: /u01/app/oracle/product/11.2.0/pbd/bin/sqlplus: No such file or directory
The command "bash ./accept_the_license_agreement_for_oracledb_xe_11g_and_install.sh" failed and exited with 127 during .
I change it from the ./accept_the_license_agreement_for_oracledb_xe_11g_and_install.sh in the main directory and deleting the line " - wget https://raw.githubusercontent.com/Vincit/travis-oracledb-xe/master/accept_the_license_agreement_for_oracledb_xe_11g_and_install.sh
" in travis.yml since such a file uses XE SID.
how can I change the SID?
Thank you
The text was updated successfully, but these errors were encountered: