Set
ORACLE_HOME
in your for using SQLPLUS.Connect to the database.
Set
JAVA_HOME
.Execute the
irca.sh
(UNIX/Linux)/irca.bat
(Windows) command located in thesoa_schemas\irca
folder of the SOA Suite Installaion to load the schema into the target database.IRCA provides two execution modes: silent and interactive.
In the silent mode, you provide all the execution parameters in a single string, using the syntax:
Breakup of command:
all : for all schema
server: database location
port: port on which service is running
servicename: name of the service(for eg: xe in case of xe database)
database password: password of the database
overwrite: overwrites the existing definition of schemas
schema name: name of the schema(orabpel oraesb or orawsm)
schema password: any password you provide
for eg:
irca[.sh] all "localhost 1521 orcl" welcome -overwrite orabpel orabpel oraesb oraesb orawsm
In the interactive mode, you invoke the command by specifying only the schema to be loaded:
irca[.sh] orabpel
The utility prompts you for the database details and the passwords.
Excellent :)
ReplyDelete