Installation of the OFM

DBA Geral (instalação, configuração do banco, scripts do Sql*Plus, shell scripts, batch scripts, etc...)
Post Reply
alexrsilva
Rank: Analista Sênior
Rank: Analista Sênior
Posts: 153
Joined: Tue, 27 May 2008 1:31 pm
Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion

Environment Information:
* Oracle version: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production with Partitioning, OLAP, Data Mining and Real Application Testing Options
* Operating System: Microsoft Windows XP [version 5.1.2600]

Dear,
I have on my machine the WebLogic Server 11gr1 and now I'm trying to install Oracle Fusin Middleware (OFM) , but at the time of connecting as sysdba with the SYS user, the invalid user / password error message appears.
I have already been on in and changed the SYS password. I'vê gotogue with SQL Tool like Sysdba and even by SQLPlus. Do you know if you have any additional configuration to install the OFM?

Att,
alexrsilva
Rank: Analista Sênior
Rank: Analista Sênior
Posts: 153
Joined: Tue, 27 May 2008 1:31 pm
Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion

Just to complement.
I took a test by Oracle SQL Developer and the connection error actually occurred. Even with the option to connect by TNS on Oracle SQL Developer did not access.


Att,
pauloaleo
Rank: DBA Júnior
Rank: DBA Júnior
Posts: 181
Joined: Wed, 09 Feb 2005 12:30 pm
Location: SÃO BERNARDO DO CAMPO - SP

I'm not sure, but it seems to me that you have to record the repository so it does not happen.

View this link, which must have the information you need.
http://download.oracle.com/docs/cd/E128 ... m#CIHDCHCF

alexrsilva
Rank: Analista Sênior
Rank: Analista Sênior
Posts: 153
Joined: Tue, 27 May 2008 1:31 pm
Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion

So
I'm a step before creating the repository.
To create the repository, I need to log in as sys, but then the error appears.
pauloaleo
Rank: DBA Júnior
Rank: DBA Júnior
Posts: 181
Joined: Wed, 09 Feb 2005 12:30 pm
Location: SÃO BERNARDO DO CAMPO - SP

Are you using RCU?
alexrsilva
Rank: Analista Sênior
Rank: Analista Sênior
Posts: 153
Joined: Tue, 27 May 2008 1:31 pm
Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion

Yes.
I downloaded ofm_rcu_win32_11.1.1.1.0_disk1_1of1
I perform the rcu.bat which is in rcuHome\BIN
asks if I want to create or delete. Click to create, go to the next screen, where you ask for the connection data, at this point it shows that you have invalid user / password.
alexrsilva
Rank: Analista Sênior
Rank: Analista Sênior
Posts: 153
Joined: Tue, 27 May 2008 1:31 pm
Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion

Before you upgrade the bank to the mentioned version, logging normally.
The prerequisite error occurred, but passed the login.
After the bank upgrade is that the problem began.
pauloaleo
Rank: DBA Júnior
Rank: DBA Júnior
Posts: 181
Joined: Wed, 09 Feb 2005 12:30 pm
Location: SÃO BERNARDO DO CAMPO - SP

When you put the name of the host, are you putting the domain together?

To log in as SYS, you need Grant de Sysdba and remote_passowrdfile=EXCLUSIVE in the Bank init, and set ORAPW. Do you already have it defined?
alexrsilva
Rank: Analista Sênior
Rank: Analista Sênior
Posts: 153
Joined: Tue, 27 May 2008 1:31 pm
Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion

Dear Paul,
Sorry for the delay in answering.
The SYS already has Grant de Sysdba.
How do I change the Bank init and set ORAPW?

Do you know which documentation has this information?

Att,
pauloaleo
Rank: DBA Júnior
Rank: DBA Júnior
Posts: 181
Joined: Wed, 09 Feb 2005 12:30 pm
Location: SÃO BERNARDO DO CAMPO - SP

Follows how to mount orapw

of the machine prompt

Select all

cd $ORACLE_HOME/dbs 
 
orapwd file=$ORACLE_HOME/dbs/orapwnomedainstance password=passworddosyssystem entries=20 
in the init:
Add the parameter

Select all

remote_login_passwordfile=EXCLUSIVE


alexrsilva
Rank: Analista Sênior
Rank: Analista Sênior
Posts: 153
Joined: Tue, 27 May 2008 1:31 pm
Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion

Paul,
I found the initorcl file within the database folder, there is already the parameter

Select all

remote_login_passwordfile=EXCLUSIVE
I created the files orapw$orcl and orapworcl via orapwd in From the same folder and the DBS folder. In the DBS folder there was only the initdw.ora file.

I did the select select * from v$pwfile_users; and is not given.

If you can help me.
Metalink only has solution for Linux / UNIX. Unfortunately I am trying to install in the note that only has the rowing $.
The company unfortunately does not work with Linux.

grateful from now on,
alexrsilva
Rank: Analista Sênior
Rank: Analista Sênior
Posts: 153
Joined: Tue, 27 May 2008 1:31 pm
Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion

In ORAPWD was doing it wrong, the right is

Select all

orapwd file=%ORACLE_HOME\dbs\pwdsid.ora password=***** entries=20
grateful for the dispensed attention.
pauloaleo
Rank: DBA Júnior
Rank: DBA Júnior
Posts: 181
Joined: Wed, 09 Feb 2005 12:30 pm
Location: SÃO BERNARDO DO CAMPO - SP

Sorry for the ORAPW, I passed the syntax to UNIX, with the inverted bars.

The init always stays in the directory $ORACLE_HOME/dbs this init that you found in the database folder can not be the bank init.

If you give a show parameters spfile from the sqlplus prompt, do you return something?

If you do not return, the init must be in $ORACLE_HOME/dbs

I am waiting.


alexrsilva
Rank: Analista Sênior
Rank: Analista Sênior
Posts: 153
Joined: Tue, 27 May 2008 1:31 pm
Location: Rio de Janeiro - RJ
Alex Silva
Analista de Sistemas
11i.10 Applications Developer Implementation Champion
11i.10 E-Business Suite Integration Champion

The show parameters do not exist.
Look at some documentation that for Roindow $ is in Database, until Inisid is in this folder.
Doubts I generated in the two directories. The important thing is that it is now installed.
Now I'm going to SOA suite. 1.5 GB to unzip.

amplexes,
Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 1 guest