Author: Sriram Sanka
-
Applying WLS patch using BSU -java.lang.OutOfMemoryError: GC overhead limit exceeded
If you are trying to Apply any Big Patch, while Checking for conflicts…., “BSU” might end-up with Java Heap Errors. To Avoid, Try to Increase the size in $FMW_Home/utils/bsu . Edit bsu.sh using any editor as below. Change the Value MEM_ARGS=”-Xms256m -Xmx512m” to MEM_ARGS=”-Xms1024m -Xmx1024m” or even bigger and save. This will resolve the above issue and…
-
Missing braces on \o{} at clonedb.pl line 245, near “$lne’ , ‘$clonedbdir”
There is a known issue with clonedb.pl script, you might end-up with “Missing braces on \o{} at clonedb.pl line 245, near “$lne’ , ‘$clonedbdir” Especially if you are using perl Vv5.10.1. Actual Line: print OUTFILE1 “dbms_dnfs.clonedb_renamefile(‘$lne’,’$clonedbdir/\ora_data_$cldbname$i.dbf’); \n”; You will get the Error when this Line of code executed and “\o” is the root cause in…
-
Oracle Internals – Memory structures (arrays) – Part 1
Dynamic Performance Views Oracle contains a set of underlying views that are maintained by the database server and accessible to the database administrator user SYS. These views are called dynamic performance views because they are continuously updated while a database is open and in use, and their contents relate primarily to performance. Although these…
-
oracle-e-business-suite-1227-now-available
https://blogs.oracle.com/stevenchan/oracle-e-business-suite-1227-now-available
-
Error While invoking Discoverer Plus or Viewer 11g in a Single-node EBS Server
When you have Discoverer and EBS running on the same machine, this kind of conflicts may happen. To resolve, Start another session, clear All Environment Variables, restart the Web-logic Server Again. This will resolve the issue. For More Info, Refer Unable to Access Discoverer Plus/Viewer 11g Installed On Server Having EBS 11i / R12 (Doc…
-
Error Opening 12.2.6 EBS URL
There was an error while Re-Starting Our Newly Configured Oracle R12.2.6 Application Instance after a Hard reboot. I was unable to start some of the Server Components like oacore, oafm and forms. When I tried to start them Manually, There was No error and everything seems to be started Successfully, But I was…
-
ORA-600:[kpdbModAdminPasswdInRoot: Not CDB] Oracle v 12.1.0.1
While Attempting to use the SQLPLUS PASSWORD command to change password of an Oracle-supplied user in a non-CDB can result ORA-600 as below. There is a patch available for Linux Platform. Oracle Meta link Doc ID 1583225.1 has more info on the Patch.
-
Mega Oracle Walk-In Drive on 17th May
http://www.careers.tcs.com/CareersDesign/Jsps/OracleDrive/AboutTCS.html
-
ORA-00600: Internal error code, arguments: [kcratr_nab_less_than_odr]
Today, I had an Issue with My Oracle DB V 11.2.0.1 and It was Corrupted due to unexpected power failures More than 10 times 😉 !. As Its a Test DB, I don`t have regular backups. It was an Internal Error with ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr] As I don`t have complete backup to…
-
HP Vertica – an analytic database management software – Installation
The grid-based, column-oriented, Vertica Analytics Platform is designed to manage large, fast-growing volumes of data and provide very fast query performance when used for data warehouses and other query-intensive applications. The product claims to drastically improve query performance over traditional relational database systems, provide high-availability, and petabyte scalability on commodity enterprise servers. Its design features include: Column-oriented storage organization,…
