Skip to main content
1-Visitor
June 13, 2015
Solved

How to installed Windchill 10.2 M030 on Oracle 12c?

  • June 13, 2015
  • 2 replies
  • 1941 views

Hi Experts,

I am trying to install windchill on oracle server 12c. But the installation fails giving "Connection to the database failed or OCU failed to execute the query". I am using monolithic architecture  ie all on one system(Windchill and database server). I am not able to resolve this issue. If some one has installed windchill oracle plz help me to find the issue.I am attaching the OCU as well as PSI logs. Guys please help me.

Thanks in advance

Best answer by BineshKumar1

It looks like the network adapter is not honoring the connection string. Are you using a static IP address?  Did the IP address change after you installed Oracle before OCU was run? It looks like the dbca was run successfully, so you should be able to connect through system/password through SQL Plus. Did you try this?

sqlplus system/password@rishi-pc.acme.com:1521/wind

Thanks

Binesh

Barry Wehmiller International

2 replies

2-Explorer
June 13, 2015

It looks like the network adapter is not honoring the connection string. Are you using a static IP address?  Did the IP address change after you installed Oracle before OCU was run? It looks like the dbca was run successfully, so you should be able to connect through system/password through SQL Plus. Did you try this?

sqlplus system/password@rishi-pc.acme.com:1521/wind

Thanks

Binesh

Barry Wehmiller International

hmungekar1-VisitorAuthor
1-Visitor
June 14, 2015

Hi Binesh,

You were right. The problem was the static IP.Now I configured static IP address and installation was completed successfully.

Thank You Very Much.