In the previous post about installing and configuring Oracle10g for manual startup and self-starting services in CentOS5.3, the specific installation process is as follows. Here is the solution to the error in Ubuntu10.04: 1. errorininvokingtarget 'utilitiesctx _ on' ofmakefile: Execute ln-s/usr/bin/basename/bin/basename2, erro
In the previous post about installing and configuring Oracle 10g manual startup and self-starting services in CentOS 5.3, the specific installation process is as follows. Here is the solution to the error in Ubuntu 10.04.
1. error in invoking target 'utilities ctx_on 'of makefile
Run ln-s/usr/bin/basename before installation.
2. error in invoking target 'all _ no_orcl ihsodbc 'of makefile
Libstdc ++. so.5 is required for oracle compilation. Solution: Create a soft link.
Sudo ln-s/usr/lib/libstdc ++. so.6/usr/lib/libstdc ++. so.5
3, ora-12547: tns: lost contact solution
Sudo apt-get install libaio-dev
These three problems are basically encountered. Note: Ubuntu 10.04 is installed by default.