Skip to content

Instantly share code, notes, and snippets.

@vertigo7x
Created April 18, 2016 11:46
Show Gist options
  • Save vertigo7x/0931117a5baa83b501a1f69dd6b5a50e to your computer and use it in GitHub Desktop.
Save vertigo7x/0931117a5baa83b501a1f69dd6b5a50e to your computer and use it in GitHub Desktop.
ln: failed to create symbolic link '/u01/app/oracle/product': Protocol error
sed: can't read /u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora: No such file or directory
sed: can't read /u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora: No such file or directory
ls: cannot access /u01/app/oracle/oradata: No such file or directory
Database not initialized. Initializing database.
Setting up:
processes=500
sessions=555
transactions=610
If you want to use different parameters set processes, sessions, transactions env variables and consider this formula:
processes=x
sessions=x*1.1+5
transactions=sessions*1.1
mv: inter-device move failed: '/u01/app/oracle-product/11.2.0/xe/dbs' to '/u01/app/oracle/dbs/dbs'; unable to remove target: Is a directory
sed: can't read /u01/app/oracle/product/11.2.0/xe/config/scripts/init.ora: No such file or directory
sed: can't read /u01/app/oracle/product/11.2.0/xe/config/scripts/initXETemp.ora: No such file or directory
sed: can't read /u01/app/oracle/product/11.2.0/xe/config/scripts/init.ora: No such file or directory
sed: can't read /u01/app/oracle/product/11.2.0/xe/config/scripts/initXETemp.ora: No such file or directory
sed: can't read /u01/app/oracle/product/11.2.0/xe/config/scripts/init.ora: No such file or directory
sed: can't read /u01/app/oracle/product/11.2.0/xe/config/scripts/initXETemp.ora: No such file or directory
Oracle Database 11g Express Edition Configuration
-------------------------------------------------
This will configure on-boot properties of Oracle Database 11g Express
Edition. The following questions will determine whether the database should
be starting upon system boot, the ports it will use, and the passwords that
will be used for database accounts. Press <Enter> to accept the defaults.
Ctrl-C will abort.
Specify the HTTP port that will be used for Oracle Application Express [8080]:
Specify a port that will be used for the database listener [1521]:
Specify a password to be used for database accounts. Note that the same
password will be used for SYS and SYSTEM. Oracle recommends the use of
different passwords for each database account. This can be done after
initial configuration:
Confirm the password:
Do you want Oracle Database 11g Express Edition to be started on boot (y/n) [y]:
/bin/sed: can't read /u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora: No such file or directory
/bin/sed: can't read /u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora: No such file or directory
/bin/chown: cannot access '/u01/app/oracle/product/11.2.0/xe/network/admin/listener.ora': No such file or directory
sed: can't read /u01/app/oracle/product/11.2.0/xe/config/scripts/postDBCreation.sql: No such file or directory
/bin/chown: cannot access '/u01/app/oracle/product/11.2.0/xe/config/scripts/postDBCreation.sql': No such file or directory
/bin/sed: can't read /u01/app/oracle/product/11.2.0/xe/network/admin/tnsnames.ora: No such file or directory
/bin/sed: can't read /u01/app/oracle/product/11.2.0/xe/network/admin/tnsnames.ora: No such file or directory
/bin/chown: cannot access '/u01/app/oracle/product/11.2.0/xe/network/admin/tnsnames.ora': No such file or directory
sed: can't read /u01/app/oracle/product/11.2.0/xe/config/scripts/gettingstarted.sh: No such file or directory
/bin/chown: cannot access '/u01/app/oracle/product/11.2.0/xe/config/scripts/gettingstarted.sh': No such file or directory
Configuring database...Done
/bin/chmod: cannot access '/u01/app/oracle/oradata': No such file or directory
/bin/chmod: cannot access '/u01/app/oracle/diag': No such file or directory
Starting Oracle Database 11g Express Edition instance...Done
Installation completed successfully.
Database initialized. Please visit http://#containeer:8080/apex to proceed with configuration
Starting Oracle Database 11g Express Edition instance.
Failed to start Oracle Net Listener using /u01/app/oracle/product/11.2.0/xe/bin/tnslsnr and Oracle Express Database using /u01/app/oracle/product/11.2.0/xe/bin/sqlplus.
Database ready to use. Enjoy! ;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment