Share the content if you found it is useful (You can share using 300 community websites) click "share" at the end of the post.

You are encouraged to leave a comment.








Thursday, December 09, 2010

Mismanaged Session Cookie JRE 1.6.0 Update 23

This is great News from oracle, that the new Version of JRE 1.6.0 Update 23 is being certified to use with Oracle EBS.

Those who are all working with JRE for forms, update as soon as possible. (11i and R12)
As seen in

http://blogs.oracle.com/stevanChan

Mismanaged Session Cookie Issue Fixed for EBS in JRE 1.6.0_23

jceecolorlogo2.gifAt last: some good news for those of you affected by the mismanaged session cookie issue in E-Business Suite environments. This issue is resolved by the latest Sun Java Runtime Environment 1.6.0_23 (a.k.a. JRE 6u23, internal version 1.6.0_23-b05).

See the 1.6.0_23 Update Release Notes for details about what has changed in this release. This release is available for download from the usual Sun channels and through the 'Java Automatic Update' mechanism.

This JRE release has been certified with both Oracle E-Business Suite Release 11i and 12. We recommend this release for all E-Business Suite users.

References
Related Articles

Wednesday, December 01, 2010

Apex 4.0.2 Configured with Oracle EBS 12.1.2

This post is about the integration of Oracle Application Express 4.0.2 with Oracle EBS 12.1.2 with oracle Application server 10.1.3.1 in the middle.

Operating System: Redhat - Linux 4 update 5
Database : 10.2.0.4
Application Server 10g: 10.1.3.1.0

Oracle E Business Suite: 12.1.2 with 11g Database (11.1.0.7)

The steps to be done:

1. Install oracle Database (Installed 10.2.0.1 and upgraded to 10.2.0.4)

Oracle Database to be installed with enterprise option.

Oracle Database upgraded to 10.2.0.4.
Detailed Upgrade steps can be obtained from (http://balajiabhi.blogspot.com/2009/02/install-soa-and-bpel-part-1.html) or click here

2. Install and configure Oracle SOA Suite 10g (10.1.3.1)
Installation and configuration Steps are detailed here


3. Oracle Application Express 4.0.2 can be obtained here (download)

4. Unzip the Apex402.zip into a location in the server.

5. Login to the EBS Database owner and connect as sys user.
[oracle@fserver apex]$ sqlplus "/as sysdba"

SQL*Plus: Release 11.1.0.7.0 - Production on Wed Dec 1 13:17:13 2010

Copyright (c) 1982, 2008, Oracle. All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> create tablespace APEX402 datafile '/oracle2/db/apps_st/data/apex402.dbf' size 1G autoextend on;

Tablespace Created.

After creating the tablespace, exit from the sqlplus window, navigate to the folder where we unzipped the Apex402 Zip file.

from that location, again connect as sys user

SQL> @apexins.sql apex402 apex402 temp /i/

here apex402 is the tablespace
apex402 is the datafile,
temp is temporary tablespace by default
/i/ is the location of the image files. (simply specify /i/ at this time)

Once the process started, keep watching the logfile for the errors. Log file will be created at the base location of apex source files (Unzipped location)


...Adjust Oracle APEX Application owner to install owner

13 rows updated.


Commit complete.

...Adjust Application Express (APEX) version

FLOW_VERSION
--------------------------------------------------------------------------------
4.0.2.00.06

1 row selected.


12 rows updated.


1 row updated.


Commit complete.


User altered.


User altered.


PL/SQL procedure successfully completed.

-- Now beginning upgrade. This will take several minutes.-------
-- Ensuring template names are unique -------
-- Migrating metadata to new schema -------
-- Switching builder to new schema -------
-- Migrating SQL Workshop metadata -------
-- Upgrading new schema. -------


PL/SQL procedure successfully completed.

-- Now beginning upgrade. This will take several minutes.-------
-- Ensuring template names are unique -------
-- Migrating metadata to new schema -------
-- Switching builder to new schema -------
-- Migrating SQL Workshop metadata -------
-- Upgrading new schema. -------
-- Copying preferences to new schema. -------
Upgrade completed successfully no errors encountered.
-- Upgrade is complete -----------------------------------------
timing for: Upgrade
Elapsed: 00:01:14.28



Thank you for installing Oracle Application Express.

Oracle Application Express is installed in the APEX_040000 schema.

The structure of the link to the Application Express administration services is as follows:
http://host:port/pls/apex/apex_admin (Oracle HTTP Server with mod_plsql)
http://host:port/apex/apex_admin (Oracle XML DB HTTP listener with the embedded PL/SQL gateway)

The structure of the link to the Application Express development interface is as follows:
http://host:port/pls/apex (Oracle HTTP Server with mod_plsql)
http://host:port/apex (Oracle XML DB HTTP listener with the embedded PL/SQL gateway)

JOB_QUEUE_PROCESSES: 2

Performing Application Express component validation - please wait...

Completing registration process. 13:35:57
Validating installation. 13:35:57
...Database user "SYS", database schema "APEX_040000", user# "587" 13:35:57

Once you see this message, the Apex installation to the Oracle EBS database is completed.

unlock the APEX_PUBLIC_USER account.
Change the password using @apxchpwd.sql from apex directory.



6. Navigate to the Application server installed directory.

Copy the image files:

Copy the image files from the Apex Base directory to someother directory in the Application server installed directory.

In my case it is APPLICATION_SERVER_BASE/images



7. Move to Apache/modplsql/conf directory and edit the dads.conf file.

Add the entry like this:
Alias /i/ "/home/oraappload/product/10.1.3.1/OracleAS_2/images/"
AddType text/xml xbl
AddType text/x-component htc

<Location /pls/apex_R12>
Order deny,allow
PlsqlDocumentPath docs
AllowOverride None
PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
PlsqlDatabaseConnectString fserver.fdomain:1550:VIS1212 [Hostname:DBListenerPort:SID]
PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
PlsqlAuthenticationMode Basic
SetHandler pls_handler
PlsqlDocumentTablename wwv_flow_file_objects$
PlsqlDatabaseUsername APEX_PUBLIC_USER
PlsqlDefaultPage apex
PlsqlDatabasePassword welcome [Password chosen by running apxchpwd.sql]
PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
Allow from all
</Location>

Bounce the opmn using

Application_server_base/opmn/bin/./opmnctl stopall

and

Application_server_base/opmn/bin/./opmnctl startall

Login to the Apex using the URL from Application server:

http://localhost:port/pls/apex_r12/apex_admin

this will bring the Apex login screen, login with the username admin and password as specified during the apex install

then create the workspaces as requested from the admin page.









If You are getting ADMIN/ADMIN_PASSWORD as "Invalid Login Credential Error", then
run

SQL> alter user APEX_040000 identified by welcome account unlock;

User altered.

SQL> conn APEX_040000/welcome;
Connected.
SQL> begin
wwv_flow_api.set_security_group_id(p_security_group_id=>10);

wwv_flow_fnd_user_api.create_fnd_user(
p_user_name => 'admin2',
p_email_address => 'myemail@mydomain.com', (Change as per req)
p_web_password => 'admin2') ;

end;
/ 2 3 4 5 6 7 8 9 10

PL/SQL procedure successfully completed.


SQL> alter user APEX_040000 account lock;

User altered.

SQL>


Cheers.....

Previous Posts of Application Express from my blog (Complete List)

Apex Installation and configuration:

Apex 3.1 Installation with Oracle Databases:

Apex with Oracle EBS 11i

Apex 3.2 with Oracle EBS 12.0.6

Cheers..

Friday, November 19, 2010

Flashback - 10g or Later

Today i need to post on flashback feature on oracle database (10g or later)

Version: 10.2.0.1

One of my friend needed step by step configuration of Flashback. Here we go..


Pre-Requisites:
1. Database should be on archivelog mode

Startup the database with mount option:
(Simple Example of the procedure)

connect as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on Fri Nov 19 14:40:28 2010

Copyright (c) 1982, 2005, Oracle. All rights reserved.


Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options

SQL> archive log list;
Database log mode Archive Mode
Automatic archival Enabled
Archive destination USE_DB_RECOVERY_FILE_DEST
Oldest online log sequence 3
Next log sequence to archive 5
Current log sequence 5


SQL> shut immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.

SQL> startup mount;
ORACLE instance started.

Total System Global Area 603979776 bytes
Fixed Size 1220796 bytes
Variable Size 184553284 bytes
Database Buffers 411041792 bytes
Redo Buffers 7163904 bytes
Database mounted.

Enable the Flashback:

SQL> alter database flashback on;

Database altered.

SQL> alter system set DB_FLASHBACK_RETENTION_TARGET=4320;

System altered.

SQL> alter system set DB_FLASHBACK_RETENTION_TARGET=4320;

System altered.

SQL> alter system set DB_RECOVERY_FILE_DEST_SIZE=1G;

System altered.

SQL> alter database open;


Now connect as a normal user who has default tablespace as someone other than SYSTEM

SQL> conn balaji/balaji
connected

SQL> create table test (id number(2), name varchar(30));

Table created.

SQL> insert into table test values (3, 'INDIA');
1 row inserted

SQL> insert into table test values(4,'SRILANKA');
1 row inserted

SQL> select * from test;

ID NAME
---------- --------------------
3 INDIA
4 SRILANKA

SQL> select tablespace_name from dba_segments where segment_name like 'TEST';

TABLESPACE_NAME
------------------------------
USERS

Note the user balaji has the default tablespace as USERS.

Drop the table test:

SQL> drop table test;

Table dropped.


SQL> select * from test;
ERROR at line 1:
ORA-00942: table or view does not exist


Using Flashback to get the table from recycle bin:

SQL> flashback table "TEST" to before drop;

Flashback complete.

SQL> select * from test;

ID NAME
---------- --------------------
3 INDIA
4 SRILANKA

SQL>

Points to remember:
Flashback option will not work for SYSTEM tablespace objects.

You will receive:
SQL> flashback table "TEST" to before drop;
flashback table "TEST" to before drop
*
ERROR at line 1:
ORA-38305: object not in RECYCLE BIN

This is not about SYS objects, this is about SYSTEM tablespace... I can create a sys.table (logged as sys) on USER tablespace and then recover it through flashback.

Recycle functionality is available only for non-system locally-managed tablespaces.

Hope it helps... Cheers!!!

Monday, November 08, 2010

ORA-25153: Temporary Tablespace is Empty has been detected

The Following Error was detected while doing Cloning of DB Tier.

The actual Fact was:
The server was heavily loaded, so the control file creation terminated unsuccessfully. So manually created the control file and opened the database.

After this, I began run adconfig.sh

$cd $ORACLE_HOME/appsutil/bin
$ ./adconfig.sh
[oracle@prod bin]$ ./adconfig.sh
Enter the full path to the Context file: /oracle/PROD/db/tech_st/11.1.0/appsutil/UPGRDE_prod.xml
Enter the APPS user password:
The log file for this session is located at: /oracle/PROD/db/tech_st/11.1.0/appsutil/log/UPGRDE_prod/11081336/adconfig.log

AutoConfig is configuring the Database environment...

AutoConfig will consider the custom templates if present.
Using ORACLE_HOME location : /oracle/PROD/db/tech_st/11.1.0
Classpath : :/oracle/PROD/db/tech_st/11.1.0/jdbc/lib/o jdbc5.jar:/oracle/PROD/db/tech_st/11.1.0/appsutil/java/xmlparserv2.jar:/oracle/PROD/db/tech_st/11.1.0/appsutil/java:/oracle/PROD/db/tech_st/11.1.0/jlib/netcfg.jar:/oracle/PROD/db/tech_st/11.1.0/jlib/ldapjclnt11.jar

Using Context file : /oracle/PROD/db/tech_st/11.1.0/appsutil/UPGRDE_prod.xml

Context Value Management will now update the Context file

Updating Context file...COMPLETED

Attempting upload of Context file and templates to database...ERROR: InD bCtxFile.uploadCtx() : Exception : Error executng BEGIN fnd_gsm_util.append_ctx_ fragment(:1,:2,:3); END;: 1; Oracle error -25153: ORA-25153: Temporary Tablespac e is Empty has been detected in FND_GSM_UTIL.APPEND_CTX_FRAGMENT.
oracle.apps.ad.autoconfig.oam.InDbCtxFileException: Error executng BEGIN fnd_gsm _util.append_ctx_fragment(:1,:2,:3); END;: 1; Oracle error -25153: ORA-25153: Temporary Tablespace is Empty has been detected in FND_GSM_UTIL.APPEND_CTX_FRAGMENT.
at oracle.apps.ad.autoconfig.oam.InDbCtxFile.uploadCtx(InDbCtxFile.java: 249)
at oracle.apps.ad.autoconfig.oam.CtxSynchronizer.uploadToDb(CtxSynchroni zer.java:328)
at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.updateDBCtx(File SysDBCtxMerge.java:678)
at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.updateDBFiles(Fi leSysDBCtxMerge.java:222)
at oracle.apps.ad.context.CtxValueMgt.processCtxFile(CtxValueMgt.java:16 88)
at oracle.apps.ad.context.CtxValueMgt.main(CtxValueMgt.java:763)
FAILED


So after creating the controlfile, i did not created a tempfile.

So,
sqlplus "/as sysdba"

SQL*Plus: Release 11.1.0.6.0 - Production on Mon Nov 8 13:45:51 2010

Copyright (c) 1982, 2007, Oracle. All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> select * from v$tempfile;

no rows selected

SQL> alter tablespace TEMP1 add tempfile '/oracle/PROD/db/apps_st/data/TEMP01.dbf' size 500M autoextend on;

Tablespace altered.

SQL> select * from v$tempfile;

FILE# CREATION_CHANGE# CREATION_TIME TS# RFILE# STATUS
---------- ---------------- ------------------ ---------- ---------- -------
ENABLED BYTES BLOCKS CREATE_BYTES BLOCK_SIZE
---------- ---------- ---------- ------------ ----------
NAME
--------------------------------------------------------------------------------
1 5.9652E+12 08-NOV-10 284 1 ONLINE
READ WRITE 524288000 64000 524288000 8192
/oracle/PROD/db/apps_st/data/TEMP01.dbf


After this, again run adconfig.sh on DB Tier

[oracle@prod bin]$ ./adconfig.sh
Enter the full path to the Context file: /oracle/PROD/db/tech_st/11.1.0/appsutil/UPGRDE_prod.xml
Enter the APPS user password:
The log file for this session is located at: /oracle/PROD/db/tech_st/11.1.0/appsutil/log/UPGRDE_prod/11081348/adconfig.log

AutoConfig is configuring the Database environment...

AutoConfig will consider the custom templates if present.
Using ORACLE_HOME location : /oracle/PROD/db/tech_st/11.1.0
Classpath : :/oracle/PROD/db/tech_st/11.1.0/jdbc/lib/ojdbc5.jar:/oracle/PROD/db/tech_st/11.1.0/appsutil/java/xmlparserv2.jar:/oracle/PROD/db/tech_st/11.1.0/appsutil/java:/oracle/PROD/db/tech_st/11.1.0/jlib/netcfg.jar:/oracle/PROD/db/tech_st/11.1.0/jlib/ldapjclnt11.jar

Using Context file : /oracle/PROD/db/tech_st/11.1.0/appsutil/UPGRDE_prod.xml

Context Value Management will now update the Context file

Updating Context file...COMPLETED

Attempting upload of Context file and templates to database...COMPLETED

Updating rdbms version in Context file to db111
Updating rdbms type in Context file to 32 bits
Configuring templates from ORACLE_HOME ...

AutoConfig completed successfully.
[oracle@prod bin]$


Cheers... Hope this helps...

Thursday, October 07, 2010

adbldxml.pl DB tier errors out: FOLLOWING ERROR OCCURED : 3 >= 3

The critical error i faced during the upgrade database to 10.2.0.4 from 9.2.0.5 in oracle Applications 11.5.10.2

Error during adbldxml.pl on Database Tier

FOLLOWING ERROR OCCURED :

3 >= 3


StackTrace:
java.lang.ArrayIndexOutOfBoundsException: 3 >= 3
at java.util.Vector.setElementAt(Vector.java:505)
at oracle.apps.ad.context.GenerateContext.setJRETOP(GenerateContext.java:7471)
at oracle.apps.ad.context.GenerateContext.InstantiateRestForDB(GenerateContext.java:3045)
at oracle.apps.ad.context.GenerateContext.main(GenerateContext.java:8138)



Cause for this issue:
  • GenerateContext.java Release reported in the logfile is 115.87
  • Latest version of GenerateContext.java is 115.103
You need to apply the patch 4709948 in the apps Tier using the tnsnames.ora and listener.ora just we created during the upgrade process in latest RDBMS_ORACLE_HOME (10.2.0.4)


once applied the patch, synchronize the DB Tier with Apps Tier using admkappsutil.pl from $AD_TOP/bin

Run adbldxml.pl from db Tier now. The error should not appear now.

Sunday, September 26, 2010

ERROR: Context Value Management Failed. Terminate

Today, i need to blog out my experience with newly cloned system from production in a new server.

Version Apps: 11.5.10.2
Database: 10.2.0.4

OS: HP-UX 11.11

The issue is when we try to run autoconfig on the the Apps Tier, adconfig.sh errors out with message

Exception in thread "main" java.lang.NoClassDefFoundError: java/sql/Savepoint
...

etc.,

The log file shows:


ERROR: Context Value management Failed.
Terminate

The logfile for this session is located at:
/clone/CLONE/prodappl/admin/CLONE_erp3/log/09121702/adconfig.log

So, I searched the CLASSPATH, it points to Java 1.3.

I installed java 1.5 and recloned the server on the same location using adcfgclone.pl and update the java_path as /opt/java1.5

Now, it completed the clone process and started the service.

I rerun the autoconfig.sh, it completed normally.

So if you have error like

/sql/SavePoint, you need Java1.4 and above. Because Java 1.3 is not relased with Savepoint.

Cheers...

Thursday, August 19, 2010

Issue with Oracle DB Upgrade 9.2.0.5 to 10.2.0.4 (Apps DB)

This blog is about error "insufficient Privileges" while connecting as sys as sysdba

SQL> conn / as sysdba
ERROR:
ORA-01031: insufficient privileges

When logging into the new ORACLE_HOME (to be upgraded)

I received this error. (ORA-01031)

OS: HP-UX 11.11 64 bit
OS_GROUP other than DBA My groups is USERS

Reason: in rdbms/lib config.c is hard-coded the group as "dba"


Solution:
1. Navigate to new ORACLE_HOME/rdbms/lib
2. Look for config.c
3. Backup config.o as config.o_bk
4. Backup config.c as config.c_bk
5. Open config.c
Change the lines as

Previous entry
/* SS_DBA_GRP defines the UNIX group ID for sqldba adminstrative access. */
/* Refer to the Installation and User's Guide for further information. */

#define SS_DBA_GRP "dba"
#define SS_OPER_GRP "dba"

char *ss_dba_grp[] = {SS_DBA_GRP, SS_OPER_GRP};


Changed Section
Previous entry
/* SS_DBA_GRP defines the UNIX group ID for sqldba adminstrative access. */
/* Refer to the Installation and User's Guide for further information. */

#define SS_DBA_GRP "users"
#define SS_OPER_GRP "users"

char *ss_dba_grp[] = {SS_DBA_GRP, SS_OPER_GRP};

6. run
make -f ins_rdbms.mk config.0 ioracle

once finished,

try to login as sysdba

it should work.

Cheers!!!!

Thursday, July 15, 2010

Critical patch Update for July 2010

Oracle Announced Critical patch update for July 2010

visit

http://www.oracle.com/technology/deploy/security/critical-patch-updates/cpujul2010.html

for more details.

The affected products includes:
Oracle Database 11g Release 2, version 11.2.0.1 [ Database ]
• Oracle Database 11g Release 1, version 11.1.0.7 [ Database ]
• Oracle Database 10g Release 2, versions 10.2.0.3, 10.2.0.4 [ Database ]
• Oracle Database 10g, version 10.1.0.5 [ Database ]
• Oracle Database 9i Release 2, versions 9.2.0.8, 9.2.0.8DV [ Database ]
• Oracle TimesTen In-Memory Database, versions 7.0.6.0, 11.2.1.4.1 [ Database ]
• Oracle Secure Backup version 10.3.0.1 [ Database ]
• Oracle Application Server, 10gR2, version 10.1.2.3.0 [ Fusion Middleware ]
• Oracle Identity Management 10g, version 10.1.4.0.1 [ Fusion Middleware ]
• Oracle WebLogic Server 11gR1 releases (10.3.1, 10.3.2 and 10.3.3) [ Fusion Middleware ]
• Oracle WebLogic Server 10gR3 release (10.3.0) [ Fusion Middleware ]
• Oracle WebLogic Server 10.0 through MP2 [ Fusion Middleware ]
• Oracle WebLogic Server 9.0, 9.1, 9.2 through MP3 [ Fusion Middleware ]
• Oracle WebLogic Server 8.1 through SP6 [ Fusion Middleware ]
• Oracle WebLogic Server 7.0 through SP7 [ Fusion Middleware ]
• Oracle JRockit R28.0.0 and earlier (JDK/JRE 5 and 6) [ Fusion Middleware ]
• Oracle JRockit R27.6.6 and earlier (JDK/JRE 1.4.2, 5 and 6) [ Fusion Middleware ]
• Oracle Business Process Management, versions 5.7.3, 6.0.5, 10.3.1, 10.3.2 [ Fusion Middleware ]
• Oracle Enterprise Manager Grid Control 10g Release 5, version 10.2.0.5 [ Enterprise Manager ]
• Oracle Enterprise Manager Grid Control 10g Release 1, version 10.1.0.6 [ Enterprise Manager ]
• Oracle E-Business Suite Release 12, versions 12.0.4, 12.0.5, 12.0.6, 12.1.1 and 12.1.2 [ E-Business Suite ]
• Oracle E-Business Suite Release 11i, versions 11.5.10, 11.5.10.2 [ E-Business Suite ]
• Oracle Transportation Manager, Versions: 5.5.05.07, 5.5.06.00, 6.0.03 [ Oracle Transportation Management ]
• PeopleSoft Enterprise Campus Solutions, version 9.0 [ PeopleSoft ]
• PeopleSoft Enterprise CRM, versions 9.0 and 9.1 [ PeopleSoft ]
• PeopleSoft Enterprise FSCM, versions 8.9, 9.0 and 9.1 [ PeopleSoft ]
• PeopleSoft Enterprise HCM, versions 8.9, 9.0 and 9.1 [ PeopleSoft ]
• PeopleSoft Enterprise PeopleTools, versions 8.49 and 8.50 [ PeopleSoft ]
• Oracle Sun Product Suite [ Oracle Sun Product Suite ]

Oracle recommends to apply the latest CPU at the earliest.

Tuesday, July 13, 2010

11g SOA Suite - Fusion Middleware Installation Step by Step - 4

Step: 4
Installation of oracle Application server 11g (SOA Suite)
Visit my earlier posts for configuration of Database, RCU and Weblogic Server

Points to consider,

Please ensure that you have database parameters
processes as 500 or more
and
open_cursors as 500 or more.


From the Location where the SOA unzipped files, issue runInstaller.sh



Welcome Screen

Give the jdk location (java should be present at the bin location of the path) 1.6 or above

Validation Checks

Specify the location where to install the Middleware. The Weblogic should be present in that middleware location.
Selected Components summary


Starting of the installation process:

Installation Finished

Summary about the installation:

Configuration of soa and bam applications

from the location WEBLOGICHOME/Oracle_SOA1/common/bin/config.sh
Select the Extend domain option

Select the Domain where your AdminServer is located:
in my case it is base_domain1

Select the components you need to fuse with existing domain

provide the details of JDBC driver details which you created during weblogic administration

If you forget the password you created during RCU, you can change it now for all the schema



Deploy the selected components

Finished Fusing the components to AdminServer Domain.
Now start the weblogic server from

WEBLOGICHOME/user_projects/domains/base_domain1/bin

startWebLogic.sh
startManagedWebLogic.sh soa_server1 (to Start SOA Components)
startManagedWebLogic.sh bam_server1 (to start BAM components)

during the initiation, the start modules will ask for the username and password for admin of weblogic,

please provide as weblogic and password you defined during the installation of Weblogic.

next blog will discuss about component deployment using weblogic.

Important URLs

To access Middleware Fusion 11g
http://genius.chainsys.com:7001

to Access Enterprise Manager 11g
http://genius.chainsys.com:7001/em

To access Applications console
http://genius.chainsys.com:7001/console


Cheers...

11g SOA Suite - Fusion Middleware Installation Step by Step - 4

11g SOA Suite - Fusion Middleware Installation Step by Step - 3

Step 2 (Creation of repository into the Database is in my previous post ( http://balajiabhi.blogspot.com/2010/07/11g-soa-suite-fusion-middleware_13.html )

Step: 3

Weblogic

The Weblogic zip file is unzipped in a location.

Invoke the installer using the command

$

jre160_05/bin/java -mx256m -cp installer.jar com.bea.plateng.wizard.WizardController -mode=gui


jre160_05 will be present in the same unzipped location.




Specify the location where to install Weblogic server 10.3.3

Select the components for Installation




Use the quick start to configure AdminServer:
or later you can install it using

WEBLOGICHOME/Middleware/utils/quickstart $ ./quickstart.sh


Create a new Weblogic Domain

Select default

Give the domain Name














Start the weblogic server using the command from
WEBLOGICHOME/user_projects/domains/base_domain/bin/startWebLogic.sh



http://genius.chainsys.com:7001/console is the deployment application screen for /console (Administrative console)




From the main screen click on the JDBC data Sources
add the current database and provide the details for connection and test connect.







Installation and Configuration 11gSOA will be continued in the next post





Related Posts Plugin for WordPress, Blogger...

Let us be Friends...

Share |

Popular Posts

Recent Comments