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...
Monday, November 08, 2010
ORA-25153: Temporary Tablespace is Empty has been detected
Labels:
Cloning of Oracle Applications
| Reactions: |
Subscribe to:
Post Comments (Atom)
Popular Posts
-
For Installation of the OBIEE please follow my previous post http://balajiabhi.blogspot.com/2009/07/installation-and-configuration-of-obiee....
-
This blog is to provide the overall installation of OBIEE 11g on Linux 64 Bit OS (OEL) Environment: Oracle Enterprise Linux 5 . 5 (64 Bit) ...
-
This blog speaks about the Login Page Issue on R12.1.1 instance. Suddenly the login page was throwing an error - 404 /OA_HTML/AppsLogin was...
-
This blog is about Configuring the Apex PDF printing with Apache FOP. You need to download the OC4J from here You move the downloaded file...
-
Pre-requisites and download page has been discussed on the previous post Installation of Database 11.2.0.1 (Minimal Version to install t...
-
Primary Node: Host name: genius.chainsys.com IP : 192.168.2.236 File locations: apps - /oracle/D1/apps (SHARED) db - /oracle/PROD/db inst - ...
-
Installation of Oracle Enterprise Performance Management System 11.1.2.1.0 on Linux 32 Bit. New Features in Release 11.1.2.0 EPM Sy...
-
1. Installation of the Demantra Base Application or Patches Create a C:/Tmp folder on the machine where the setup.exe will be executed pri...
-
While cloning Oracle Applications 12.1.1 from Linux 4 update 5, to Linux 5 update 7 We encountered with an issue: adapcctl.sh exiting with...
-
Oracle E-Business Suite 12 Certified on Oracle Linux 6 (x86-64) Oracle E-Bus...
Labels
11.5.1. to 11.5.5 Cloning Procedure.
11g
11i
11i and R12
11i Autoconfig
11i Cloning
12.1.1 SSL
2 Node RAC
Adconfig.sh errors out
adgennls.pl
Advanced Replication
Apache version
Apex
Apex for Oracle database
Apex Installation
Apex Installation on Oracle E Business Suite. 11i with Apex
Apex on 11i
Apex on Oracle 11i
Apex402
apexins.sql
APPL_TOP Character
Application Express
Application server Issue
APPLSYS password
Apps Password
Asynchronous Replication
Autoconfig
Autoconfig Managed
Beehive
Bit of operating system
Block
block media corrupt
BPEL
Central Inventory
Character Set Conversion
Cloning of 11i
Cloning of Oracle Applications
Clusterware
Concurrent
CPU 2011
CPU 2012 April
CPU 2012 January.
CRS
custom top
Custom Top Creation
Database .
Database Query
Dataguard
DBMS_REPAIR
Demantra .
Domain Name
E Business Suite Migration
EPM
exp/imp Oracle Applications
Flashback table
flows_020200
FND_TOP/resource
FNDCPASS
FNDCPUCF
Forms server upgrade
Forms startup
FRM-92101
Fusion Middleware
Hostname
Hot Backup
Hot cloning
HotBackup
Hotbackup Cloning of Oracle Apps
hrglobal.drv. NLS Saudi Arabian HRMS
hyperion
Import and Export Oracle Applications
Install Oracle
Installation of R12
Installation Steps
integration Oracle EBS
Issues Database
issues Oracle EBS
Issues with Upgrade 12.1.1
Java Upgrade
java/sql/SavePoint
JInitiator
Junk Characters
Language Translation
Linux
Linux Migration
listener trace
Listner version
Local Inventory
Login Page
Master-Master Replication
Memory Tuning
Multiple Language
NLS
Non-Autoconfig Enabled
OBIEE 11g Installation
OBIEE Issues
Opatch version
OpenSSL
ora-01031
Oracle
oracle 11g
Oracle Announcement
Oracle Application servers
Oracle Application services
Oracle Applications
Oracle Applications 11i
Oracle Applications Cloning
Oracle Applications Upgrade
Oracle Applications.
Oracle Apps cloning
Oracle BPEL
oracle certifications
Oracle Database RMAN
Oracle Database upgradation
Oracle DB
Oracle EBS
oracle EPM
Oracle Forms Logo
oracle Fusion Applications
Oracle Inventory
oracle news
Oracle OUI
Oracle R12
oracle Sun Solaris
Oracle Tuning
Oracle Webgate
Oracle WMA configuration
password for Oracle Applications
Pasta Configuration
pasta.cfg
patch
PDF
Performance
Physical Standby
Platform migration
Printer Configuration
Profile Option
R12
RAC
Rapid Install
Rapidwiz
Real Application Clusters 10g
Recovery
RMAN
RMAN Recovery
SA Gosi
Service Oriented Architecture
SOA
SQLTXPLAIN
SSL Configuration
step-by-step upgrade
Sun solaris
Swap
Tablespace
Trace Enable
Trace file
Translation Synchronization Patch
transport tablespace
tuning
Tuning SGA
uifont.ali
Underscore
Universal Content Management
updates.oracle.com
Upgradation of 12.0.5 to 12.1.1
Upgrade
Upgrade 11g
Upgrade Apps
Upgrade DB
Upgrade to 11g
UTF8
version of oracle applications
versions
Web server upgrade
weblogic
windows
workflow version
XML Publisher version
0 comments:
Post a Comment