Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem with Oracle 12c Installation on RHEL6.

Prashant DixitJun 27 2013 — edited Jul 15 2013

Hi Everyone,

Hope everyone of us are quite excited after the release of Oracle 12c r1 database and all of us are ready to test new features packed inside the 'New Red'

But it seems like i have to wait to perform some tests and learn more about the 12c.

Today I've downloaded software from oracle official website:

Oracle Database 12c Release 1 (12.1.0.1.0) for Linux x86-64

Downloadhttp://www.oracle.com/technetwork/database/enterprise-edition/downloads/database12c-linux-download-1959253.htmlhttp://www.oracle.com/technetwork/database/enterprise-edition/downloads/database12c-linux-download-1959253.htmllinuxamd64_12c_database_1of2.zip (1,361,028,723 bytes) (cksum - 3389130601)
Downloadhttp://www.oracle.com/technetwork/database/enterprise-edition/downloads/database12c-linux-download-1959253.htmlhttp://www.oracle.com/technetwork/database/enterprise-edition/downloads/database12c-linux-download-1959253.htmllinuxamd64_12c_database_2of2.zip (1,116,527,103 bytes) (cksum - 273248753)

and i have already created a brand new Red Hat 6 machine (64 Bit) to install the package and wet my hands with it,

Here is the situation/problem:

I've completed all pre--requisites and checks e.g. installed all needed rpm's

Modified profiles and kernel parameters

Made changes to 'limits.conf' file

Created required usergroups and user accounts

Set SELINUX to permissive

Set the DISPLAY and launched the .runInstaller

Everything went perfect -

~ Prepare  --- Completed

~ Copy Files --- Completed

While 'Linking Libraries' step received an error message which says about which i skipped and soon after that got many different errors related to linking, which i again skipped.

Same has happened during 'Net Configuration Step' and 'DB Configuration Assistant', which i again skipped (Otherwise the message keeps on coming on screen)

After that I've executed root.sh and related scripts from root account.

But now after this installation has completed (With many errors related to linking and Configuration files), I'm not able to launch the sqlplus executable. Even after setting the ORACLE_BASE, ORACLE_HOME.

Details:

Database: Oracle 12c Release 1

Package Name: Oracle Database 12c Release 1 (12.1.0.1.0) for Linux x86-64

Files: linuxamd64_12c_database_1of2.zip  and linuxamd64_12c_database_2of2.zip

OS Version:

[oracle@oracle12c ~]$ uname -a

Linux oracle12c 2.6.32-71.el6.x86_64 #1 SMP Wed Sep 1 01:33:01 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux

[oracle@oracle12c ~]$ uname -m

x86_64

Errors:


First error reported during 'Linking Libraries Stage'

"Error in invoking target 'client_sharedlib' of makefile '/u01/app/oracle/product/12.1.0/db_1/rdbms/lib/ins_rdbms.mk

See /u01/app/orainventory/logs/installactions2013-06-29_12-50-04AMlog for details.

Screen Buttons:

ABORT ----- RETRY ---- CONTINUE

* Tried zillion times to RETRY but no luck, hence have to continue/skip the problem.

Please click below provided link to access/read orainventory installation log files.

http://oracleant.com/discussions/

Other Errors (After this faulty Installation)

[oracle@oracle12c ~]$ sqlplus / as sysdba

sqlplus: error while loading shared libraries: /u01/app/oracle/product/12.1.0/db_1/lib/libclntsh.so.12.1: file too short

[oracle@oracle12c ~]$ dbca

UnsatisfiedLinkError exception loading native library: njni12

java.lang.UnsatisfiedLinkError: /u01/app/oracle/product/12.1.0/db_1/lib/libnjni12.so: /u01/app/oracle/product/12.1.0/db_1/lib/libclntsh.so.12.1: file too short

Exception in thread "main" java.lang.UnsatisfiedLinkError: oracle.net.common.NetGetEnv.get(Ljava/lang/String;)Ljava/lang/String;

    at oracle.net.common.NetGetEnv.get(Native Method)

    at oracle.net.config.Config.getNetDir(Unknown Source)

    at oracle.net.config.Config.initConfig(Unknown Source)

    at oracle.net.config.Config.<init>(Unknown Source)

    at oracle.sysman.assistants.util.NetworkUtils.<init>(NetworkUtils.java:298)

    at oracle.sysman.assistants.util.step.StepContext.<init>(StepContext.java:371)

    at oracle.sysman.assistants.dbca.backend.Host.<init>(Host.java:941)

    at oracle.sysman.assistants.dbca.wizard.UIHost.<init>(UIHost.java:243)

    at oracle.sysman.assistants.dbca.wizard.InteractiveHost.<init>(InteractiveHost.java:58)

    at oracle.sysman.assistants.dbca.wizard.InteractiveHost.getInstance(InteractiveHost.java:71)

    at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:168)

    at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:113)

    at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:184)

Suggestions Required.

Thanks

Prashant

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 12 2013
Added on Jun 27 2013
11 comments
28,796 views