Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installation Error

Status
Not open for further replies.

jayjaybigs

IS-IT--Management
Joined
Jan 12, 2005
Messages
191
Location
CA
I am installing Oracle 10g on Linux 2.6.9-1.675_EL on i686 architecture.

After installation, I ran DBCA from command line I got the following error:

[oracle@localhost oracle]$ dbca

UnsatisfiedLinkError exception loading native library: njni10
Exception in thread "main" java.lang.UnsatisfiedLinkError: get
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.(Unknown Source)
at oracle.sysman.assistants.util.NetworkUtils.(NetworkUtils.java:204)
at oracle.sysman.assistants.util.step.StepContext.(StepContext.java:240)
at oracle.sysman.assistants.dbca.backend.Host.(Host.java:607)
at oracle.sysman.assistants.dbca.ui.UIHost.(UIHost.java:200)
at oracle.sysman.assistants.dbca.ui.InteractiveHost.(InteractiveHost.java:54)
at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:149)
at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:91)
at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:169)

This is after I got several make problems when I was installing.

However, OUI said the database was installed successfully.

Also, I got no errors when OUI was checking system b4 installation.

My guess is that dbca was not installed at all hence the database never got created.

I was wondering if there is any way to install the dbca and create the database or create the database with no dbca.

Thanx for your help in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top