To Resolve ORA-01012: Not Logged On While Starting database
Problem DescriptionUsers cant able to login to database server. Though it allow sys dba to login, it does not allow to run any query. Sometimes it will show database is connected to an idle instance....
View ArticleGetting ORA-19809: limit exceeded for recovery files
SQL> select * from tab;select * from tab *ERROR at line 1:ORA-01219: database not open: queries allowed on fixed tables/views only Shutdown the database first SQL> shutdown...
View ArticleProcedure to rebuild datapump metadata? (if corrupted)
Some times, due to some internal errors, datapump utility binaries may get corrupted. In such cases, we can rebuild that using below waysOracle database 10.1 version :SQL> connect / as sysdbaSQL...
View ArticleRoll Forward Physical Standby Database using RMAN incremental backup
There would be scenarios where the standby database lags far behind from the primary database leading to Archive Gap. It could be due to one of the following reasons1. Might be due to the network...
View ArticleFacing ORA-19566 with Free Extents While running RMAN Backup
This is a very interesting case – you got a block corruption on a free block, not associated with any objects extents. You have no way to recover this block as RMAN will not mind free extents. I hit...
View ArticleArticle 0
ORA-04062: signature of package APPS.FND_DATE has been changed APP-FND-01926Solution :=======Oracle Doc ID 1442096.1There is a de-synchronization in the time stamps between the package FND_DATEand the...
View ArticleFrom RFC 2068 Hypertext Transfer Protocol - HTTP/1.1
Issue:In R12.2.5, User trying to do export from forms, and he was hit by below error.From RFC 2068 Hypertext Transfer Protocol - HTTP/1.110.4.5.404 Not FoundThe server has not found anything matching...
View ArticleArticle 0
ORA-19625 will encounter when the archives are obsolete.Description:There has been a major crash in the storage. A RAID volume failed and then we created those mount point again. The oracle DB was...
View ArticleArticle 1
ERROR:- ORA-27154, ORA-27300, ORA-27301 & ORA-27302After rebooting one cluster node, ASM instance came up fine but database instance failed with:SYS@xxxx > startup nomountORA-27154: post/wait...
View ArticleArticle 0
Oracle Applications R12.2 Installation "ERROR : Cannot patch 10.1.2 Tools" during installation at 46% : -- Refernce Doc ID - 2100070.1Installing 10.1.2 Tools patches.Using...
View ArticleORA-02020: too many database links in use - Issue
select * from dual@<dblink> *ERROR at line 1:ORA-02020: too many database links in useCheck theAPPTest@WWITest> show parameter open_links;NAME TYPE...
View ArticleArticle 2
Commands to check the OS services in SOLARIS 10Service Management Facility(SMF)The Service Management Facility (SMF) is a core...
View ArticleArticle 1
Report Compilation Fails With Error "There was an error trying to initialize the HPI library"Active users completed with the following error after upgrade or clone in solaris,Error: -------While...
View ArticleArticle 0
Oracle forms 10g installation, FRM-18108After installation of oracle forms 10g, when we try to connect the form builder the following error is pop-out FRM-18108: Failed to load...
View ArticleArticle 2
ERROR: - "ORA-01092: ORACLE instance terminated. Disconnection forced".Problem:- Once database open after within few seconds we got the ERROR: - "ORA-01092: ORACLE instance terminated. Disconnection...
View ArticleArticle 1
How to stop the datapump running job and how to reattach / resume same job:-One of the main advantage of datapump is you can suspend the running export or import job and it can be resume if needed....
View ArticleQuery to create user and assign the responsibility for the existing User
DECLAREv_user_name VARCHAR2 (100) := upper('&Enter_User_Name');v_description VARCHAR2 (100) := 'New User'; v_app_short_name VARCHAR2 (100); v_resp_key VARCHAR2 (100); CURSOR user_cur IS select...
View ArticleORA-27154, ORA-27300, ORA-27301, ORA-27302
Facing the below error while startup / startup nomount?Error:ORA-27154: post/wait create failedORA-27300: OS system dependent operation:semget failed with status: 28ORA-27301: OS failure message: No...
View ArticleERR-3331 This page was already submitted and can not be re-submitted while...
ERROR:ERR-3331 This page was already submitted and can not be re-submitted while importing your application.CAUSE:This is caused by the OHS (Oracle HTTP Server / Apache ) timing out.SOLUTION:To avoid...
View ArticleDocument for changing the ip address of forms and reports in cloned server
Document for changing the ip address of forms and reports in cloned server-----------------------------------------------------------------------------------------------------1.Change ip in...
View Article