Problem : Segmentation fault when connect to sqlplus
Solution
It seems there is a linking problem for sqlplus which causes dbca to fail while creating repository database.Follow the below action plan.Ensure libgcc 3.4.6 for i386 and x86_64 architectures are installed. Then,
cd /usr/bin (as root)2. mv gcc gcc.script3. mv g++ g++.script4. ln -s gcc32 gcc5. ln -s g++32 g++6. login as oracle software owner (make sure environment is correct)7. cd $ORACLE_HOME/bin (The db10g ORACLE_HOME)8. relink all9. cd /opt/oracle/product/db10g/bin./sqlplus
Now the problem is solved.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment